pub fn strip_table_qualifier(expr: &Expr, qualifier: &str) -> ExprExpand 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.