Expand description
Modules§
- asof_
join - ASOF Join Operators
- changelog
- Changelog and Retraction Support (F063)
- lag_
lead - LAG/LEAD Operator
- lookup_
join - Lookup Join Operators
- partitioned_
topk - Partitioned Top-K Operator
- session_
window - Session Window Operators
- sliding_
window - Sliding Window Operators
- stream_
join - Stream-Stream Join Operators
- temporal_
join - Temporal Join Operators (F021)
- topk
- Streaming Top-K Operator
- watermark_
sort - Watermark-Bounded Sort Operator
- window
- Window Operators
- window_
sort - Window-Local Sort Operator
Structs§
- Event
- An event flowing through the system
- Operator
Context - Context provided to operators during processing
- Operator
State - Serialized operator state for checkpointing
- 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