Module write_partition

Module write_partition 

Source
Expand description

Add or remove view partitions

Structs§

PartitionRowSet
A set of rows for a partition, along with their time range.

Functions§

add_file_for_cleanup
Adds a file to the temporary_files table for cleanup.
retire_expired_partitions
Retires partitions that have exceeded their expiration time.
retire_partitions
Retires partitions from the active set. Overlap is determined by the insert_time of the telemetry.
write_partition_from_rows
Writes a partition to a Parquet file from a stream of PartitionRowSets.