uddsketch aggregates, produced by uddsketch, into a single intermediate uddsketch
aggregate. For example, you can use rollup to combine uddsketches from 15-minute buckets into daily buckets.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Roll up multiple uddsketches
uddsketch aggregates, produced by uddsketch, into a single intermediate uddsketch
aggregate. For example, you can use rollup to combine uddsketches from 15-minute buckets into daily buckets.
rollup(
sketch UddSketch
) RETURNS UddSketch
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| sketch | UddSketch | - | ✔ | The uddsketch aggregates to roll up |
| Column | Type | Description |
|---|---|---|
| rollup | UddSketch | A new uddsketch aggregate created by combining the input uddsketch aggregates. |