None |
No aggregate function assigned |
Average |
Calculates the average value in a given column |
Count |
Counts the items in a column; does not require a numeric value |
Count Distinct |
Counts the distinct occurrences of a certain value in a column; does not require a numeric value |
Maximum |
Identifies the highest or largest value in a column |
Minimum |
Identifies the lowest or smallest value in a column |
Sum |
Calculates a running total sum of the specified column |