Skip to main content

Module order_translator

Module order_translator 

Source
Expand description

ORDER BY operator configuration builder ORDER BY operator configuration builder

Translates parsed ORDER BY analysis into Ring 0 operator configurations that can be instantiated for streaming ORDER BY execution.

Structs§

PerGroupTopKConfig
Configuration for per-group (partitioned) top-K operator.
TopKConfig
Configuration for streaming top-K operator.
WatermarkSortConfig
Configuration for watermark-bounded sort operator.
WindowLocalSortConfig
Configuration for window-local sort operator.

Enums§

OrderOperatorConfig
Configuration for a streaming ORDER BY operator.