If any aggregations are defined there, the SELECT list of original query is replaced with the list of aggregations in transformed query. Filling aggregations is useful when you want to get totals for original query resultset.
Name | Type | Description | Notes |
---|---|---|---|
Field | string | Column of original query to which an aggregate function will be applied. | [optional] |
Aggregate | string | Aggregate function name. | [optional] |