Module org.apache.arrow.algorithm
Package org.apache.arrow.algorithm.dictionary
package org.apache.arrow.algorithm.dictionary
-
ClassDescriptionDictionaryBuilder<V extends ValueVector>A dictionary builder is intended for the scenario frequently encountered in practice: the dictionary is not known a priori, so it is generated dynamically.A dictionary encoder translates one vector into another one based on a dictionary vector.This class builds the dictionary based on a hash table.Dictionary encoder based on hash table.Dictionary encoder based on linear search.Dictionary encoder based on searching.SearchTreeBasedDictionaryBuilder<V extends ValueVector>This class builds the dictionary based on a binary search tree.