Module aggregate_under_ranges_series

Module aggregate_under_ranges_series 

Source

Structsยง

AggregateUnderRangesSeries
Aggregates the input series under the ranges in the provided ranges series, and outputs a new series with one point at the start of each range, where the value is the aggregation result. If a range has no points, no point will be produced for it. If a range has no start, the point produced for it will be at the start of the compute request range.
Builder
A builder for AggregateUnderRangesSeries
Complete
The final stage for AggregateUnderRangesSeries.
InputStage
The input stage for Builder.
OperationStage
The operation stage for Builder.
RangesStage
The ranges stage for Builder.