pub type BatchStream = BoxStream<'static, Result<RecordBatch>>;
pub struct BatchStream { /* private fields */ }