Skip to main content

Module symbol

Module symbol 

Source
Expand description

Global symbol interning for reversible string-to-ID mapping.

Functionsยง

clear
Clear all symbols. For testing/REPL only. WARNING: Invalidates all existing symbol IDs.
count
Number of interned symbols.
from_arrow
Convert Arrow DictionaryArray back to symbol IDs.
intern
Intern a string, returning its unique ID. Thread-safe. Returns existing ID if already interned.
memory_usage
Estimated memory usage in bytes.
resolve
Resolve an ID to its string. Panics if ID is invalid.
resolve_checked
Resolve an ID to its string if present.
to_arrow
Convert a column of symbol IDs to Arrow DictionaryArray.