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