pub fn lower_where(
expr: &ScalarExpr,
constants: &RetrievalConstants<'_>,
) -> Option<RetrievalExpr>Expand description
Lower representable SQL predicates using the supplied constant evaluator. Unsupported scalar shapes remain relational predicates.