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

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.