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.
fn compare_predicates(x: &MirScalarExpr, y: &MirScalarExpr) -> Ordering
Comparison method for sorting predicates by their complexity, measured by the total number of non-literal expression nodes within the expression.