Package org.apache.druid.segment.nested
Class SortedValueDictionary
java.lang.Object
org.apache.druid.segment.nested.SortedValueDictionary
- All Implemented Interfaces:
Closeable,AutoCloseable
Container to collect a set of sorted
Indexed representing the global value dictionaries of some
NestedDataComplexColumn, to later use with DictionaryMergingIterator
to merge into a new global dictionary-
Constructor Details
-
SortedValueDictionary
-
-
Method Details
-
getSortedStrings
-
getSortedLongs
-
getSortedDoubles
-
getSortedArrays
-
getStringCardinality
public int getStringCardinality() -
getLongCardinality
public int getLongCardinality() -
getDoubleCardinality
public int getDoubleCardinality() -
getArrayCardinality
public int getArrayCardinality() -
allNull
public boolean allNull() -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-