pub fn is_aggregate(expr: &Expression) -> boolExpand description
Returns true if expr is an aggregate function.
This is the canonical aggregate classifier used throughout the crate. Window-only functions and scalar helper functions with aggregate-like names are intentionally excluded.