fn is_not_null(predicate: &MirScalarExpr) -> Option<MirScalarExpr>
Expand description
Returns the inner operand if the given predicate is an IS NOT NULL expression.
fn is_not_null(predicate: &MirScalarExpr) -> Option<MirScalarExpr>
Returns the inner operand if the given predicate is an IS NOT NULL expression.