Module file

Module file 

Source
Expand description

Structures to describe metadata of files.

Structsยง

FileHandle
Handle to a SST file.
FileHandleInner ๐Ÿ”’
Inner data of FileHandle.
FileMeta
Metadata of a SST file.
RegionFileId
Cross-region file id.

Enumsยง

IndexType
Type of index.

Constantsยง

MAX_LEVEL
Maximum level of SSTs.

Functionsยง

delete_files
Delete
deserialize_partition_expr ๐Ÿ”’
overlaps ๐Ÿ”’
Checks if two inclusive timestamp ranges overlap with each other.
serialize_partition_expr ๐Ÿ”’
Custom serde functions for partition_expr field in FileMeta

Type Aliasesยง

FileTimeRange
Time range (min and max timestamps) of a SST file. Both min and max are inclusive.
Level
Type to store SST level.