Function expr::relation::canonicalize::is_not_null[][src]

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

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