Skip to main content

Module string_dictionary

Module string_dictionary 

Source
Expand description

String dictionary encoding for efficient string storage.

Dictionary encoding maps strings to integer IDs, storing each unique string only once in a dictionary. Repeated strings reference the dict by ID, reducing storage for low-cardinality string columns.

Structsยง

StringDictionary
A dictionary-encoded string column.