pub type BoxedRecordBatchStream = BoxStream<'static, Result<RecordBatch>>;
Pointer to a stream that yields [RecordBatch].
struct BoxedRecordBatchStream { /* private fields */ }