pub fn reader_to_stream(
batches: Box<dyn RecordBatchReader + Send>,
) -> SendableRecordBatchStream
Expand description
Convert reader to a stream.
The reader will be called in a background thread.
pub fn reader_to_stream(
batches: Box<dyn RecordBatchReader + Send>,
) -> SendableRecordBatchStream
Convert reader to a stream.
The reader will be called in a background thread.