Skip to main content
Early access 1.12.0 Combine multiple intermediate candlestick aggregates, produced by candlestick_agg or candlestick, into a single intermediate candlestick aggregate. For example, you can use rollup to combine candlestick aggregates from 15-minute buckets into daily buckets.
rollup(
  candlestick Candlestick
) RETURNS Candlestick

Arguments

NameTypeDefaultRequiredDescription
candlestickCandlestick-The aggregate produced by a candlestick or candlestick_agg call

Returns

A new candlestick aggregate produced by combining the input candlestick aggregates