Module file

Source
Expand description

Structures to describe metadata of files.

Structs§

FileHandle
Handle to a SST file.
FileHandleInner 🔒
Inner data of FileHandle.
FileId
Unique id for [SST File].
FileMeta
Metadata of a SST file.
ParseIdError
ParseIdSnafu 🔒
SNAFU context selector for the ParseIdError error

Enums§

IndexType
Type of index.

Constants§

MAX_LEVEL
Maximum level of SSTs.

Functions§

overlaps 🔒
Checks if two inclusive timestamp ranges overlap with each other.

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.