isAggregate property

bool get isAggregate

Whether this function call is to an aggregate function, meaning that it will combine multiple rows from the input relation into one.

While AggregateFunctionInvocations are always aggregates due to their syntax, regular function expressions to known aggregate functions are considered as well.

Implementation

bool get isAggregate;