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