Aggregation Functions
This page covers the aggregation functions available in Upsolver.
Last updated
Was this helpful?
This page covers the aggregation functions available in Upsolver.
Last updated
Was this helpful?
Aggregations are functions for grouping multiple events together to form a more significant result.
Unlike databases, Upsolver runs continuous queries rather than ad-hoc queries. With Upsolver aggregation results are updated incrementally with every incoming event.
Aggregation functions require windowing to split a stream into buckets of data that can be aggregated.
.
.
STRING_MAX_EACH:
Stores the maximum string value per group, sorted case-sensitive lexicographically.