pub fn reader_to_stream(
batches: Box<dyn RecordBatchReader + Send>,
) -> SendableRecordBatchStreamExpand 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>,
) -> SendableRecordBatchStreamConvert reader to a stream.
The reader will be called in a background thread.