Uses of Class
org.apache.druid.segment.nested.SortedValueDictionary
-
Packages that use SortedValueDictionary Package Description org.apache.druid.segment org.apache.druid.segment.nested -
-
Uses of SortedValueDictionary in org.apache.druid.segment
Methods in org.apache.druid.segment that return SortedValueDictionary Modifier and Type Method Description SortedValueDictionaryAutoTypeColumnIndexer. getSortedValueLookups()SortedValueDictionaryNestedDataColumnIndexerV4. getSortedValueLookups()SortedValueDictionaryIndexableAdapter.NestedColumnMergable. getValueDictionary()Constructors in org.apache.druid.segment with parameters of type SortedValueDictionary Constructor Description NestedColumnMergable(SortedValueDictionary valueDictionary, SortedMap<String,FieldTypeInfo.MutableTypeSet> fields, boolean forceNestedType, boolean isConstant, Object constantValue) -
Uses of SortedValueDictionary in org.apache.druid.segment.nested
Methods in org.apache.druid.segment.nested that return SortedValueDictionary Modifier and Type Method Description SortedValueDictionaryValueDictionary. getSortedCollector()
-