Structsยง
- Dictionary
Entry Index Key - Key for reverse lookup: id -> row_number (for decoding)
- Dictionary
Entry Index KeyRange - Key range for dictionary entry index scans
- Dictionary
Entry Key - Key for dictionary entries: hash(value) -> (id, value) Uses xxh3_128 hash of the value for fixed-size keys
- Dictionary
Key - Key for storing dictionary metadata
- Dictionary
Sequence Key - Key for dictionary entry ID sequence