Expand description
Partitions memtables by time.
Structsยง
- Part
Time ๐Range - Time range of a partition.
- Partition
ToWrite ๐ - Partitions
Inner ๐ - Time
Partition - A partition holds rows with timestamps between
[min, max)
. - Time
Partitions - Partitions.
Functionsยง
- partition_
start_ ๐timestamp - Computes the start timestamp of the partition for
ts
.