Skip to main content

Module dict

Module dict 

Source
Expand description

Implementation of Dictionary encoding.

Expose a DictArray which is zero-copy equivalent to Arrow’s DictionaryArray.

Re-exports§

pub use vtable::*;

Modules§

vtable

Structs§

ArbitraryDictArray
A wrapper type to implement Arbitrary for DictArray.
DictData
DictMetadata
DictSlots
DictSlotsView
Borrowed view of DictSlots.
TakeExecuteAdaptor
TakeReduceAdaptor

Traits§

DictArrayExt
DictArraySlotsExt
Typed array accessors for Dict.
TakeExecute
TakeReduce

Functions§

take_canonical
Take from a canonical array using indices (codes), returning a new canonical array.