pub fn is_aggregate(expr: &Expression) -> boolExpand description
Returns true if expr is an aggregate function (Expression::AggregateFunction).
pub fn is_aggregate(expr: &Expression) -> boolReturns true if expr is an aggregate function (Expression::AggregateFunction).