expr_match

Function expr_match 

Source
fn expr_match(needle: &Expr, expr: &Expr) -> bool
Expand description

Does the underlying expr match e? so avg(c) as average will match avgc