Skip to main content

contains_aggregate

Function contains_aggregate 

Source
pub fn contains_aggregate(expr: &Expr, functions: &FunctionRegistry) -> bool
Expand description

Return true if any aggregate function call appears anywhere inside expr — at any nesting depth, inside any expression position.