mz_expr::relation::canonicalize

Function is_not_null

Source
fn is_not_null(predicate: &MirScalarExpr) -> Option<MirScalarExpr>
Expand description

Returns the inner operand if the given predicate is an IS NOT NULL expression.