Structsยง
- Aggregate
Under Ranges Series - 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
. - Input
Stage - The
input
stage forBuilder
. - Operation
Stage - The
operation
stage forBuilder
. - Ranges
Stage - The
ranges
stage forBuilder
.