Structs§
- BTree
- BTree struct represents an on-disk B+tree. Each node is persisted in the table file, the leaf nodes contain the values.
- BTree
Builder - BtreeBuilder is a Builder for the BTree struct.
Constants§
- MAX_
BRANCHING_ FACTOR - B+Tree properties.
- NODE_
KEYS_ LIMIT