Module time_partition

Source
Expand description

Partitions memtables by time.

Structsยง

PartTimeRange ๐Ÿ”’
Time range of a partition.
PartitionToWrite ๐Ÿ”’
PartitionsInner ๐Ÿ”’
TimePartition
A partition holds rows with timestamps between [min, max).
TimePartitions
Partitions.

Functionsยง

partition_start_timestamp ๐Ÿ”’
Computes the start timestamp of the partition for ts.

Type Aliasesยง

PartitionVec ๐Ÿ”’
TimePartitionsRef