pub fn is_window(plan: &Arc<dyn ExecutionPlan>) -> boolExpand 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>) -> boolChecks whether the given operator is a window;
i.e. either a WindowAggExec or a BoundedWindowAggExec.