pub fn has_logical_max_one_row_where<P>(plan: PlanRef<Logical>, pred: P) -> boolwhere P: FnMut(&LogicalMaxOneRow) -> bool,