Expand description
Indexed storage implementation for faster lookups and queries
Structs§
- BTree
Index - B-tree index implementation
- Hash
Index - Hash index implementation
- Index
Config - Index configuration
- Index
Entry - Index entry
- Index
Metadata - Index metadata
- Index
Stats - Index statistics
- Indexed
Storage - Indexed storage implementation
Enums§
- Index
Error - Index-related errors
- Index
Type - Index types
Traits§
- Index
- Index trait for different index implementations