Uses of Interface
org.apache.arrow.algorithm.dictionary.DictionaryBuilder
Packages that use DictionaryBuilder
-
Uses of DictionaryBuilder in org.apache.arrow.algorithm.dictionary
Classes in org.apache.arrow.algorithm.dictionary that implement DictionaryBuilderModifier and TypeClassDescriptionclassThis class builds the dictionary based on a hash table.classSearchTreeBasedDictionaryBuilder<V extends ValueVector>This class builds the dictionary based on a binary search tree.