Module series_scan

Module series_scan 

Source
Expand description

Per-series scan implementation.

Structsยง

FlatSeriesBatch
Batches of the same series in flat format.
FlatSeriesBatchDivider ๐Ÿ”’
A divider to split flat record batches by time series.
PrimaryKeySeriesBatch
Batches of the same series in primary key format.
SenderList ๐Ÿ”’
List of senders.
SeriesDistributor ๐Ÿ”’
The distributor scans series and distributes them to different partitions.
SeriesScan
Scans a region and returns sorted rows of a series in the same partition.

Enumsยง

SeriesBatch
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ยง

ReceiverList ๐Ÿ”’
List of receivers.