Uses of Interface
org.apache.arrow.algorithm.dictionary.DictionaryEncoder
Packages that use DictionaryEncoder
-
Uses of DictionaryEncoder in org.apache.arrow.algorithm.dictionary
Classes in org.apache.arrow.algorithm.dictionary that implement DictionaryEncoderModifier and TypeClassDescriptionclassHashTableDictionaryEncoder<E extends BaseIntVector,D extends ElementAddressableVector> Dictionary encoder based on hash table.classLinearDictionaryEncoder<E extends BaseIntVector,D extends ValueVector> Dictionary encoder based on linear search.classSearchDictionaryEncoder<E extends BaseIntVector,D extends ValueVector> Dictionary encoder based on searching.