count constant

AggregateSelect const count

Convenience getter for a count aggregation with alias 'count'.

Implementation

static const AggregateSelect count =
    AggregateSelect(AggregateType.count, 'count');