Function mz_expr::relation::canonicalize::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.