fn adjust_window_sort_removal(
window_tree: PlanWithCorrespondingSort,
) -> Result<PlanWithCorrespondingSort>Expand description
Adjusts a WindowAggExec or a BoundedWindowAggExec to determine
whether it may allow removing a sort.
fn adjust_window_sort_removal(
window_tree: PlanWithCorrespondingSort,
) -> Result<PlanWithCorrespondingSort>Adjusts a WindowAggExec or a BoundedWindowAggExec to determine
whether it may allow removing a sort.