Skip to content

Files

Latest commit

author
ActiveDbSoft
Aug 31, 2016
350f863 · Aug 31, 2016

History

History
13 lines (8 loc) · 685 Bytes

File metadata and controls

13 lines (8 loc) · 685 Bytes

Totals

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.

Properties

Name Type Description Notes
field str Column of original query to which an aggregate function will be applied. [optional]
aggregate str Aggregate function name. [optional]

[Back to Model list] [Back to API list] [Back to README]