Expand description
Per-series scan implementation.
Structsยง
- Flat
Series Batch - Batches of the same series in flat format.
- Flat
Series ๐Batch Divider - A divider to split flat record batches by time series.
- Primary
KeySeries Batch - Batches of the same series in primary key format.
- Sender
List ๐ - List of senders.
- Series
Distributor ๐ - The distributor scans series and distributes them to different partitions.
- Series
Scan - Scans a region and returns sorted rows of a series in the same partition.
Enumsยง
- Series
Batch - Batches of the same series.
Constantsยง
- SEND_
TIMEOUT ๐ - Timeout to send a batch to a sender.
Functionsยง
- new_
channel_ ๐list - new_
partition_ ๐metrics - primary_
key_ ๐at - Helper function to extract primary key bytes at a specific index from PrimaryKeyArray.
Type Aliasesยง
- Receiver
List ๐ - List of receivers.