Skip to main content

Module dictionary

Module dictionary 

Source

Structsยง

DictionaryEntryIndexKey
Key for reverse lookup: id -> row_number (for decoding)
DictionaryEntryIndexKeyRange
Key range for dictionary entry index scans
DictionaryEntryKey
Key for dictionary entries: hash(value) -> (id, value) Uses xxh3_128 hash of the value for fixed-size keys
DictionaryKey
Key for storing dictionary metadata
DictionarySequenceKey
Key for dictionary entry ID sequence