pub(crate) fn cache_flat_range_stream(
stream: BoxedRecordBatchStream,
cache_strategy: CacheStrategy,
key: RangeScanCacheKey,
part_metrics: PartitionMetrics,
) -> BoxedRecordBatchStreamExpand description
Wraps a stream to cache its output for future range cache hits.