Skip to main content

Module store

Module store 

Source

Structs§

IndexEntry
IndexStorage
Storage for one declared index: BTreeMap keyed by IndexKey (direction- wrapped per column) to a Vec of posting entries with MVCC visibility.
RelationalStore

Functions§

index_key_for_row
Build the directed IndexKey for a row’s values given the index’s column declaration. Missing columns map to Value::Null (NULL partition).
index_key_from_values
Build the directed IndexKey for a Vec of Values (one per indexed column).