pub fn has_logical_over_window_where<P>(plan: PlanRef, pred: P) -> boolwhere P: FnMut(&LogicalOverWindow) -> bool,