pub fn is_window(plan: &Arc<dyn ExecutionPlan>) -> bool
Expand description
Checks whether the given operator is a window;
i.e. either a WindowAggExec
or a BoundedWindowAggExec
.
pub fn is_window(plan: &Arc<dyn ExecutionPlan>) -> bool
Checks whether the given operator is a window;
i.e. either a WindowAggExec
or a BoundedWindowAggExec
.