pub fn get_aggregate_functions(expr: &Expression) -> Vec<&Expression>Expand description
Collect all aggregate function nodes in the expression tree.
Includes typed aggregates (Count, Sum, Avg, Min, Max, etc.)
and generic AggregateFunction nodes.