Structsยง
- Builder
- A builder for CombinedDataset
- Combined
Dataset - 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.