pub type ArrowRecordBatchStream = BoxStream<'static, Result<RecordBatch>>;Expand description
A stream of arrow RecordBatches.
Aliased Typeยง
pub struct ArrowRecordBatchStream { /* private fields */ }pub type ArrowRecordBatchStream = BoxStream<'static, Result<RecordBatch>>;A stream of arrow RecordBatches.
pub struct ArrowRecordBatchStream { /* private fields */ }