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