Skip to main content

Module numeric_union_series_node

Module numeric_union_series_node 

Source

Structsยง

Builder
A builder for NumericUnionSeriesNode
Complete
The final stage for NumericUnionSeriesNode.
NumericUnionSeriesNode
Combines multiple numeric series into one. If {@code operation} is present, duplicate timestamps within a tag group are merged by the given operation. If {@code operation} is absent, the inputs are concatenated (SQL {@code UNION ALL}) and duplicate timestamps are preserved; callers that need aggregation should wrap the output downstream.