Expand description
Scans a region according to the scan request.
Structsยง
- Predicate
Group - Predicates to evaluate. It only keeps filters that SimpleFilterEvaluator supports.
- Scan
Input ๐ - Common input for different scanners.
- Scan
Region ๐ - Helper to scans a region by ScanRequest.
- Stream
Context ๐ - Context shared by different streams from a scanner. It contains the input and ranges to scan.
Enumsยง
- Scanner ๐
- A scanner scans a region and returns a SendableRecordBatchStream.
Functionsยง
- file_
in_ ๐range - Returns true if the time range of a SST
file
matches thepredicate
.