vl.ci0(field, as)
Specify a ci0 aggregate operation.
ci0 Method Overviewci0 API Reference# ci0.as(value)
The output field names to use for each aggregated field.
# ci0.field(value)
The data field for which to compute aggregate function. This is required for all aggregation operations except "count".
# ci0.op(value)
The aggregation operation to apply to the fields (e.g., "sum", "average", or "count"). See the full list of supported aggregation operations for more information.
# ci0.order(order)
Indicates the sort order. One of "ascending" or "descending". Only applicable if the operation is being used as a sort parameter.