Skip to main content

Module combined_dataset

Module combined_dataset 

Source

Structsยง

Builder
A builder for CombinedDataset
CombinedDataset
Combines multiple datasets into a single dataset by taking the union of all points from each input (akin to SQL {@code UNION ALL}). Duplicate timestamps are preserved rather than merged; callers that need aggregation should wrap the selected series downstream.
Complete
The final stage for CombinedDataset.