Expand description
§Anda-DB B-tree Index Library
This module provides a B-tree based index implementation for Anda-DB. It supports indexing fields of various types including u64, i64, String, and binary data.
Structs§
- BTree
Config - Configuration parameters for the B-tree index
- BTree
Index - B-tree index for efficient key-value lookups
- BTree
Metadata - Index metadata containing configuration and statistics
- BTree
Stats - Index statistics for monitoring and diagnostics
Enums§
- BTree
Error - Errors that can occur when working with B-tree index.
- Range
Query - Range query specification for flexible querying