pub type BoxedBatchIterator = Box<dyn Iterator<Item = Result<Batch>> + Send>;
struct BoxedBatchIterator(/* private fields */);