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