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