Crate anda_db_btree

Crate anda_db_btree 

Source
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§

BTreeConfig
Configuration parameters for the B-tree index
BTreeIndex
B-tree index for efficient key-value lookups
BTreeMetadata
Index metadata containing configuration and statistics
BTreeStats
Index statistics for monitoring and diagnostics

Enums§

BTreeError
Errors that can occur when working with B-tree index.
RangeQuery
Range query specification for flexible querying

Type Aliases§

BoxError