Skip to main content

lower_where

Function lower_where 

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