Uses of Class
org.apache.druid.segment.nested.DictionaryIdLookup
-
Packages that use DictionaryIdLookup Package Description org.apache.druid.segment org.apache.druid.segment.nested -
-
Uses of DictionaryIdLookup in org.apache.druid.segment
Constructors in org.apache.druid.segment with parameters of type DictionaryIdLookup Constructor Description ArrayDictionaryMergingIterator(Iterable<Object[]>[] dimValueLookups, DictionaryIdLookup idLookup)IdLookupArrayIterator(DictionaryIdLookup idLookup, Iterator<Object[]> delegate) -
Uses of DictionaryIdLookup in org.apache.druid.segment.nested
Fields in org.apache.druid.segment.nested declared as DictionaryIdLookup Modifier and Type Field Description protected DictionaryIdLookupScalarNestedCommonFormatColumnSerializer. dictionaryIdLookupprotected DictionaryIdLookupGlobalDictionaryEncodedFieldColumnWriter. globalDictionaryIdLookupMethods in org.apache.druid.segment.nested that return DictionaryIdLookup Modifier and Type Method Description abstract DictionaryIdLookupNestedCommonFormatColumnSerializer. getGlobalLookup()DictionaryIdLookupNestedDataColumnSerializer. getGlobalLookup()DictionaryIdLookupScalarNestedCommonFormatColumnSerializer. getGlobalLookup()DictionaryIdLookupVariantColumnSerializer. getGlobalLookup()Constructors in org.apache.druid.segment.nested with parameters of type DictionaryIdLookup Constructor Description GlobalDictionaryEncodedFieldColumnWriter(String columnName, String fieldName, SegmentWriteOutMedium segmentWriteOutMedium, IndexSpec indexSpec, DictionaryIdLookup globalDictionaryIdLookup)ScalarDoubleFieldColumnWriter(String columnName, String fieldName, SegmentWriteOutMedium segmentWriteOutMedium, IndexSpec indexSpec, DictionaryIdLookup globalDictionaryIdLookup)ScalarLongFieldColumnWriter(String columnName, String fieldName, SegmentWriteOutMedium segmentWriteOutMedium, IndexSpec indexSpec, DictionaryIdLookup globalDictionaryIdLookup)ScalarStringFieldColumnWriter(String columnName, String fieldName, SegmentWriteOutMedium segmentWriteOutMedium, IndexSpec indexSpec, DictionaryIdLookup globalDictionaryIdLookup)VariantArrayFieldColumnWriter(String columnName, String fieldName, SegmentWriteOutMedium segmentWriteOutMedium, IndexSpec indexSpec, DictionaryIdLookup globalDictionaryIdLookup)VariantFieldColumnWriter(String columnName, String fieldName, SegmentWriteOutMedium segmentWriteOutMedium, IndexSpec indexSpec, DictionaryIdLookup globalDictionaryIdLookup)
-