Skip to main content

Module dictionary_buffer

Module dictionary_buffer 

Source

Macrosยง

offsets_dict_helper ๐Ÿ”’

Structsยง

BuildPassthroughHasher ๐Ÿ”’
PassthroughHasher ๐Ÿ”’

Enumsยง

DictionaryBuffer
An array of variable length byte arrays that are potentially dictionary encoded and can be converted into a corresponding [ArrayRef]

Functionsยง

hash_byte_slices ๐Ÿ”’
hashes_as_u64 ๐Ÿ”’
pack_values_from_offsets ๐Ÿ”’
pack_values_from_offsets_impl ๐Ÿ”’
Builds a [DictionaryArray] directly from a flat OffsetBuffer using pre-computed hashes to deduplicate values in a single pass, avoiding the intermediate StringArray materialization