Skip to main content

Module entry

Module entry 

Source

Structs§

Entry
Represents a Key-Value pair. Stored in leaf nodes and used as input for building.

Enums§

TypedEntry

Constants§

OFFSET_SIZE
Constant for the size of the Value type in bytes.

Type Aliases§

Offset
The type associated with each key in the tree. Currently fixed to u64, assuming byte offsets as values. For leaf nodes except the last one, the offset is the byte offset of actual data. For the last entry of a leaf node, the offset is the byte offset of the next leaf node as it’s B+Tree. For internal nodes, the offset is the byte offset of the first key of the child node.