Uses of Interface
org.apache.arrow.algorithm.dictionary.DictionaryBuilder
-
Uses of DictionaryBuilder in org.apache.arrow.algorithm.dictionary
Modifier 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.