StatsSummary2D) objects into a single
StatsSummary2D object. For example, you can use rollup to combine statistical aggregates from 15-minute buckets into
daily buckets.
For use in window function, see rolling().
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Combine multiple two-dimensional statistical aggregates
StatsSummary2D) objects into a single
StatsSummary2D object. For example, you can use rollup to combine statistical aggregates from 15-minute buckets into
daily buckets.
For use in window function, see rolling().
rollup(
ss StatsSummary2D
) RETURNS StatsSummary2D
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| summary | StatsSummary2D | - | ✔ | The statistical aggregate produced by a stats_agg call |
| Column | Type | Description |
|---|---|---|
| rollup | StatsSummary2D | A new statistical aggregate produced by combining the input statistical aggregates |