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 TypeClassDescriptionclass
This class builds the dictionary based on a hash table.class
SearchTreeBasedDictionaryBuilder<V extends ValueVector>
This class builds the dictionary based on a binary search tree.