Function lance_datafusion::utils::reader_to_stream
source · 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.