Module numeric_union_series

Source

Structsยง

Builder
A builder for NumericUnionSeries
Complete
The final stage for NumericUnionSeries.
NumericUnionSeries
Combines multiple numeric series together and outputs a single series. If the same timestamp is duplicated in multiple input series, the output series will contain a single point with this timestamp. The strategy to merge input values with the same timestamp together is specified in the operation field.
OperationStage
The operation stage for Builder.