aggregation
A key value pair defining the aggregation method for a column, where the key is the column name and the value is the aggregation method.
The supported aggregation methods are sum
(default), avg
, first
, min
, max
.
Aggregation is only supported for the target column.