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