Expand description
Utilities for scanners.
Structsยง
- Partition
Metrics - Metrics while reading a partition.
- Partition
Metrics ๐Inner - Partition
Metrics ๐List - List of PartitionMetrics.
- Scan
Metrics ๐Set - Verbose scan metrics for a partition.
- Series
Distributor ๐Metrics - Metrics for the series distributor.
Functionsยง
- build_
file_ range_ scan_ stream - Build the stream of scanning the input
FileRange
s. - build_
flat_ file_ range_ scan_ stream - Build the stream of scanning the input
FileRange
s using flat reader that returns RecordBatch. - maybe_
scan_ ๐flat_ other_ ranges - maybe_
scan_ ๐other_ ranges - scan_
file_ ๐ranges - Scans file ranges at
index
. - scan_
flat_ ๐file_ ranges - Scans file ranges at
index
using flat reader that returns RecordBatch. - scan_
flat_ ๐mem_ ranges - Scans memtable ranges at
index
using flat format that returns RecordBatch. - scan_
mem_ ๐ranges - Scans memtable ranges at
index
.