Skip to main content
Since 1.3.0 Combine multiple intermediate statistical aggregate (StatsSummary1D) objects produced by stats_agg (one variable) into a single intermediate StatsSummary1D object. For example, you can use rollup to combine statistical aggregates from 15-minute buckets into daily buckets. For use in window functions, see rolling().
rollup(
    ss StatsSummary1D
) RETURNS StatsSummary1D

Arguments

NameTypeDefaultRequiredDescription
summaryStatsSummary1D-The statistical aggregate produced by a stats_agg call

Returns

ColumnTypeDescription
rollupStatsSummary1DA new statistical aggregate produced by combining the input statistical aggregates