Lists all possible aggregate functions that can be used to calculate totals.
| Value | Description |
|---|---|
| max | Maximum aggregate function. |
| min | Minimum aggregate function. |
| avg | Average aggregate function. |
| sum | Sum value aggregate function. |
| count | Row counting aggregate function. |