Skip to main content

is_aggregate

Function is_aggregate 

Source
pub fn is_aggregate(expr: &Expression) -> bool
Expand 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.