Skip to main content
Since 1.0.0 Combine multiple intermediate 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

Arguments

NameTypeDefaultRequiredDescription
sketchUddSketch-The uddsketch aggregates to roll up

Returns

ColumnTypeDescription
rollupUddSketchA new uddsketch aggregate created by combining the input uddsketch aggregates