Skip to main content

is_not_null

Function is_not_null 

Source
pub fn is_not_null<'a, V, E>(
    expr: E,
) -> SQLExpr<'a, V, <V::DialectMarker as DialectTypes>::Bool, NonNull, E::Aggregate>
where V: SQLParam + 'a, E: Expr<'a, V>,
Expand description

IS NOT NULL check.

Returns a boolean expression checking if the value is not NULL. Any expression type can be null-checked.