Expression
This part list all supported aggregate functions.
- count(column): count the number of rows.
- sum(column): sum the values of the column.
- avg(column): calculate the average value of the column.
- min(column): find the minimum value of the column.
- max(column): find the maximum value of the column.