Trait tidb_query_expr::impl_op::KeepNull[][src]

pub trait KeepNull {
    const VALUE: bool;
}

Associated Constants

const VALUE: bool[src]

Loading content...

Implementors

impl KeepNull for KeepNullOff[src]

impl KeepNull for KeepNullOn[src]

Loading content...