Expand description
Common structs and utilities for reading data.
Modulesยง
- Utilities to adapt readers with different schema.
- Utilities to remove duplicate rows from a sorted batch.
- Utilities to read the last row of each time series.
- Merge reader implementation.
- 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ยง
- Storage internal representation of a batch of rows for a primary key (time series).
- Builder to build Batch.
- Batch
Checker ๐A struct to check the batch is monotonic. - A column in a Batch.
- Scanner
Metrics ๐Local metrics for scanners.
Enumsยง
- Async Batch reader and iterator wrapper.
Constantsยง
- TIMESTAMP_
KEY_ ๐LEN Len of timestamp in arrow row format.
Traitsยง
- Async batch reader.
Functionsยง
- concat_
arrays ๐Helper function to concat arrays fromiter
.
Type Aliasesยง
- Pointer to BatchReader.
- Pointer to a stream that yields Batch.