mz_expr::relation::canonicalize

Function 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.