Module limit_pushdown_past_window

Module limit_pushdown_past_window 

Source

Structs§

LimitPushPastWindows
This rule inspects ExecutionPlan’s attempting to find fetch limits that were not pushed down by LimitPushdown because BoundedWindowAggExecs were “in the way”. If the window is bounded by WindowFrameUnits::Rows then we calculate the adjustment needed to grow the limit and continue pushdown.