rollup to combine state
aggregates from 15-minute buckets into daily buckets.
Arguments
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| agg | StateAgg | - | ✔ | State aggregates created using compact_state_agg |
Returns
| Column | Type | Description |
|---|---|---|
| agg | StateAgg | A new state aggregate that combines the input state aggregates |
Samples
Combine multiple state aggregates and calculate the duration spent in theSTART state.