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