Module batch_window_evaluator

Module batch_window_evaluator 

Source
Expand description

Batch evaluation system for window functions

This module provides optimized batch evaluation of window functions to eliminate per-row overhead and improve performance significantly.

Structsยง

BatchWindowEvaluator
Batch evaluator for window functions
WindowFunctionSpec
Specification for a single window function in a query