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