Skip to main content

get_aggregate_functions

Function get_aggregate_functions 

Source
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.