tdigest aggregates, produced by tdigest, into a single intermediate tdigest
aggregate. For example, you can use rollup to combine tdigests 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 tdigests
tdigest aggregates, produced by tdigest, into a single intermediate tdigest
aggregate. For example, you can use rollup to combine tdigests from 15-minute buckets into daily buckets.
rollup(
digest TDigest
) RETURNS TDigest
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| digest | TDigest | - | ✔ | The tdigests to roll up |
| Column | Type | Description |
|---|---|---|
| rollup | TDigest | A new tdigest created by combining the input tdigests |