Function mz_expr::relation::canonicalize::compare_predicates

source ยท
fn compare_predicates(x: &MirScalarExpr, y: &MirScalarExpr) -> Ordering
Expand description

Comparison method for sorting predicates by their complexity, measured by the total number of non-literal expression nodes within the expression.