Skip to main content

strip_table_qualifier

Function strip_table_qualifier 

Source
pub fn strip_table_qualifier(expr: &Expr, qualifier: &str) -> Expr
Expand description

Walk an expression and replace every table.col compound identifier where table == qualifier with a bare col identifier. Lets target-side predicates like t.score > 15 be evaluated against documents that store fields without a table qualifier.