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 (Expression::AggregateFunction).