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