Expand description
Add or remove view partitions
Structs§
- Partition
RowSet - 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.