Skip to main content
Since 1.3.0 Combine multiple intermediate two-dimensional statistical aggregate (StatsSummary2D) objects into a single StatsSummary2D object. For example, you can use rollup to combine statistical aggregates from 15-minute buckets into daily buckets. For use in window function, see rolling().
rolling(
    ss StatsSummary2D
) RETURNS StatsSummary2D

Arguments

NameTypeDefaultRequiredDescription
summaryStatsSummary2D-The statistical aggregate produced by a stats_agg call

Returns

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