Skip to main content

Module aggregate

Module aggregate 

Source
Expand description

Aggregate evaluation for :find specifications.

The engine is deterministic: sample returns the first n distinct values in sort order rather than a random selection, and rand is not provided. median returns the lower middle element for even counts.

Enums§

AggOut
An aggregate outcome, distinguishing scalar, ordered-collection, and set-valued results for output conversion.

Functions§

apply
Applies aggregate op (with optional constant argument n) to the bag of values collected for one group.