Function mz_expr::relation::canonicalize::is_null_rejecting_predicate
source ยท fn is_null_rejecting_predicate(
predicate: &MirScalarExpr,
operand: &MirScalarExpr,
) -> bool
Expand description
Whether the given predicate evaluates to NULL when the given operand expression is NULL.