isScalarAggregate property

bool get isScalarAggregate

True when this query returns only aggregate results (no GROUP BY needed).

Implementation

bool get isScalarAggregate => hasAggregates && groupBy.isEmpty;