Module indexed

Module indexed 

Source
Expand description

Indexed storage implementation for faster lookups and queries

Structs§

BTreeIndex
B-tree index implementation
HashIndex
Hash index implementation
IndexConfig
Index configuration
IndexEntry
Index entry
IndexMetadata
Index metadata
IndexStats
Index statistics
IndexedStorage
Indexed storage implementation

Enums§

IndexError
Index-related errors
IndexType
Index types

Traits§

Index
Index trait for different index implementations