Module general

Source

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.
ExecutionStats ๐Ÿ”’
ExecutionVars ๐Ÿ”’
ExecutorInner ๐Ÿ”’
OverWindowExecutor
OverWindowExecutor consumes retractable input stream and produces window function outputs. One OverWindowExecutor can handle one combination of partition key and order key.
OverWindowExecutorArgs
RowConverter ๐Ÿ”’
A converter that helps convert [StateKey] to state table sub-PK and convert executor input/output row to [StateKey].