Expand description
Partitions memtables by time.
Macrosยง
- create_
filter_ ๐buffer - handle_
timestamp_ ๐array
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ยง
- filter_
record_ batch - Filters the given part according to min (inclusive) and max (exclusive) timestamp range. Returns None if no matching rows.
- partition_
start_ ๐timestamp - Computes the start timestamp of the partition for
ts
.