cache_flat_range_stream

Function cache_flat_range_stream 

Source
pub(crate) fn cache_flat_range_stream(
    stream: BoxedRecordBatchStream,
    cache_strategy: CacheStrategy,
    key: RangeScanCacheKey,
    part_metrics: PartitionMetrics,
) -> BoxedRecordBatchStream
Expand description

Wraps a stream to cache its output for future range cache hits.