Skip to main content

Module node

Module node 

Source
Expand description

B+ Tree Node Structures

Internal and leaf nodes for the B+ tree.

Structs§

InternalNode
Internal node (keys + child pointers)
LeafEntry
Leaf node entry with MVCC versions
LeafNode
Leaf node (keys + versioned values)

Enums§

Node
Generic B+ tree node
NodeType
Node type discriminator

Functions§

next_node_id
Get next node ID

Type Aliases§

NodeId
Node ID type