Functionsยง
- binary_
view_ ๐to_ dictionary - cast_
to_ ๐dictionary - Attempts to encode an array into an
ArrayDictionarywith index type K and value (dictionary) type value_type - dictionary_
cast ๐ - Attempts to cast an
ArrayDictionarywith index type K intoto_typefor supported types. - dictionary_
to_ ๐dictionary_ cast - pack_
array_ ๐to_ dictionary_ via_ primitive - Pack a data type into a dictionary array passing the values through a primitive array
- pack_
byte_ ๐to_ dictionary - pack_
byte_ ๐to_ fixed_ size_ dictionary - pack_
decimal_ ๐to_ dictionary - pack_
numeric_ ๐to_ dictionary - pack_
struct_ ๐to_ dictionary - Wrap a struct-valued array as a
DictionaryArray<K, Struct>with identity keys[0, 1, ..., len-1]. Unlike the primitive / byte packers above, no deduplication is performed, since struct values have no general hash/equality builder in arrow-rs. - string_
view_ ๐to_ dictionary - unpack_
dictionary ๐ - view_
from_ ๐dict_ values