The computation expression string. Except count, expression string is required for all other computation types.
The name of the computation which will be reported in the result of QueryBuilder.compute method execution. If you are defining more than one group computation, then their names need to be unique.
Defines the sort direction of computed field. If sort direction is specified as either asc
or desc
, computed groups will be sorted accordingly.
Defines the type of the computation
Generated using TypeDoc
Defines the structure of grouped object computations. Basically, it provides aggregate calculation instructions to QueryBuilder.compute method
GroupComputation