Structsยง
- Calls ๐
- Information about the window function calls. Contains the original calls and many other information that can be derived from the calls to avoid repeated calculation.
- Execution
Stats ๐ - Execution
Vars ๐ - Executor
Inner ๐ - Over
Window Executor OverWindowExecutorconsumes retractable input stream and produces window function outputs. OneOverWindowExecutorcan handle one combination of partition key and order key.- Over
Window Executor Args - RowConverter ๐
- A converter that helps convert [
StateKey] to state table sub-PK and convert executor input/output row to [StateKey].