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
Methods in org.apache.druid.segment that return DictionaryIdLookup Modifier and Type Method Description protected DictionaryIdLookupAutoTypeColumnMerger. getIdLookup()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. getDictionaryIdLookup()DictionaryIdLookupNestedDataColumnSerializer. getDictionaryIdLookup()DictionaryIdLookupScalarNestedCommonFormatColumnSerializer. getDictionaryIdLookup()DictionaryIdLookupVariantColumnSerializer. getDictionaryIdLookup()Methods in org.apache.druid.segment.nested with parameters of type DictionaryIdLookup Modifier and Type Method Description abstract voidNestedCommonFormatColumnSerializer. setDictionaryIdLookup(DictionaryIdLookup dictionaryIdLookup)voidNestedDataColumnSerializer. setDictionaryIdLookup(DictionaryIdLookup dictionaryIdLookup)voidScalarNestedCommonFormatColumnSerializer. setDictionaryIdLookup(DictionaryIdLookup dictionaryIdLookup)voidVariantColumnSerializer. setDictionaryIdLookup(DictionaryIdLookup dictionaryIdLookup)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)InternalSerializer(String columnName, Byte variantTypeSetByte, DictionaryWriter<String> dictionaryWriter, FixedIndexedWriter<Long> longDictionaryWriter, FixedIndexedWriter<Double> doubleDictionaryWriter, FrontCodedIntArrayIndexedWriter arrayDictionaryWriter, SingleValueColumnarIntsSerializer encodedValueSerializer, GenericIndexedWriter<ImmutableBitmap> bitmapIndexWriter, FixedIndexedIntWriter arrayElementDictionaryWriter, GenericIndexedWriter<ImmutableBitmap> arrayElementIndexWriter, DictionaryIdLookup dictionaryIdLookup, boolean writeDictionary)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)
-