Function is_window

Source
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.