Module time_partition

Source
Expand description

Partitions memtables by time.

Macrosยง

create_filter_buffer ๐Ÿ”’
handle_timestamp_array ๐Ÿ”’

Structsยง

PartTimeRange ๐Ÿ”’
Time range of a partition.
PartitionToWrite ๐Ÿ”’
PartitionsInner ๐Ÿ”’
TimePartition
A partition holds rows with timestamps between [min, max).
TimePartitions
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.

Type Aliasesยง

PartitionVec ๐Ÿ”’
TimePartitionsRef