AggregationEnum
The options for aggregating table columns. Details on the calculations below:
**count** - Finds the number of rows in a group<br>
**extent** - Finds the minimum and maximum values of a group of rows<br>
**max** - Finds the maximum value of a group of rows<br>
**mean** - Finds the average value of a group of rows<br>
**median** - Finds the median value of a group of rows<br>
**min** - Finds the minimum value of a group of rows<br>
**sum** - sums the values of a group of rows<br>
**uniqueCount** - Finds the number of unique values of a group of rows<br>
**unique** - Finds the unique values of a group of rows
Attributes
Field | Type | Default | Description |
---|---|---|---|