pub fn is_not_null<'a, V, E>(expr: E) -> SQLExpr<'a, V, Bool, NonNull, Scalar>where V: SQLParam + 'a, E: Expr<'a, V>,
IS NOT NULL check.
Returns a boolean expression checking if the value is not NULL. Any expression type can be null-checked.