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