lance_datafusion::utils

Function reader_to_stream

Source
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.