Expand description
Modules§
- asof_
join - ASOF Join Operators
- changelog
- Changelog and Retraction Support
- lag_
lead - LAG/LEAD Operator
- partitioned_
topk - Partitioned Top-K Operator
- session_
window - Session Window Operators
- sliding_
window - Sliding Window Operators
- stream_
join - Stream-Stream Join Operators
- table_
cache - LRU cache and Xor filter for reference table partial-cache mode.
- temporal_
join - Temporal Join Operators
- topk
- Streaming Top-K Operator
- watermark_
sort - Watermark-Bounded Sort Operator
- window
- Window Operators
- window_
sort - Window-Local Sort Operator
Structs§
- Checkpoint
Complete Data - Data for a checkpoint completion.
- Event
- An event flowing through the system
- Operator
Context - Context provided to operators during processing
- Operator
State - Serialized operator state for checkpointing
- Side
Output Data - Data for a late event routed to a named side output.
- Timer
- A timer registration
Enums§
- Operator
Error - Errors that can occur in operators
- Output
- Output from an operator
Traits§
- Operator
- Trait implemented by all streaming operators