pub fn build_file_range_scan_stream(
stream_ctx: Arc<StreamContext>,
part_metrics: PartitionMetrics,
read_type: &'static str,
ranges: SmallVec<[FileRange; 2]>,
) -> impl Stream<Item = Result<Batch>>
Expand description
Build the stream of scanning the input FileRange
s.