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.
DictArray
DictArrayParts
DictMetadata
TakeExecuteAdaptor
TakeReduceAdaptor

Traits§

TakeExecute
TakeReduce

Functions§

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