pub type ArrowRecordBatchStream = BoxStream<'static, Result<RecordBatch>>;
A stream of arrow [RecordBatch]es.
RecordBatch
pub struct ArrowRecordBatchStream { /* private fields */ }