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