Expand description
Common structs and utilities for reading data.
Modulesยง
- compat
- Utilities to adapt readers with different schema.
- dedup
- Utilities to remove duplicate rows from a sorted batch.
- last_
row - Utilities to read the last row of each time series.
- merge
- Merge reader implementation.
- projection
- Utilities for projection.
- prune ๐
- range ๐
- Structs for partition ranges.
- scan_
region ๐ - Scans a region according to the scan request.
- scan_
util ๐ - Utilities for scanners.
- seq_
scan ๐ - Sequential scan.
- unordered_
scan ๐ - Unordered scanner.
Structsยง
- Batch
- Storage internal representation of a batch of rows for a primary key (time series).
- Batch
Builder - Builder to build Batch.
- Batch
Checker ๐ - A struct to check the batch is monotonic.
- Batch
Column - A column in a Batch.
- Scanner
Metrics ๐ - Local metrics for scanners.
Enumsยง
Constantsยง
- TIMESTAMP_
KEY_ ๐LEN - Len of timestamp in arrow row format.
Traitsยง
- Batch
Reader - Async batch reader.
Functionsยง
- concat_
arrays ๐ - Helper function to concat arrays from
iter
.
Type Aliasesยง
- Boxed
Batch Reader - Pointer to BatchReader.
- Boxed
Batch Stream - Pointer to a stream that yields Batch.