Expand description
Advanced analytics for RS2 streams
Provides time-based windowed aggregations and advanced stream joins for building sophisticated real-time analytics.
Structs§
- Time
Join Config - Configuration for time-windowed joins
- Time
Window - A time-based window of events
- Time
Window Config - Configuration for time-based windowing
Traits§
- Advanced
Analytics Ext - Extension trait for advanced analytics
Functions§
- join_
with_ time_ window - Join two streams with time-based windowing If key_selector is provided, only join on matching keys; otherwise, cross join within the window.
- window_
by_ time - Create time-based windows from a stream of timestamped events