Expand description
Structures to describe metadata of files.
Structsยง
- Column
Index Metadata - Metadata of indexes created for a specific column in an SST file.
- File
Handle - Handle to a SST file.
- File
Handle ๐Inner - Inner data of FileHandle.
- File
Meta - Metadata of a SST file.
- Region
File Id - Cross-region file id.
- Region
Index Id - Unique identifier for an index file, combining the SST file ID and the index version.
Enumsยง
- Index
Type - Type of index.
Constantsยง
- MAX_
LEVEL - Maximum level of SSTs.
Functionsยง
- delete_
files - Delete files for a region.
- delete_
index - deserialize_
partition_ ๐expr - overlaps ๐
- Checks if two inclusive timestamp ranges overlap with each other.
- purge_
index_ ๐cache_ stager - serialize_
partition_ ๐expr - Custom serde functions for partition_expr field in FileMeta
Type Aliasesยง
- File
Time Range - Time range (min and max timestamps) of a SST file. Both min and max are inclusive.
- Index
Types - Type to store index types for a column.
- Level
- Type to store SST level.