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