Uses of Class
org.apache.druid.segment.nested.DictionaryIdLookup
Packages that use DictionaryIdLookup
-
Uses of DictionaryIdLookup in org.apache.druid.segment
Methods in org.apache.druid.segment that return DictionaryIdLookupModifier and TypeMethodDescriptionprotected DictionaryIdLookupAutoTypeColumnMerger.getIdLookup()Constructors in org.apache.druid.segment with parameters of type DictionaryIdLookupModifierConstructorDescriptionArrayDictionaryMergingIterator(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 DictionaryIdLookupModifier and TypeFieldDescriptionprotected DictionaryIdLookupScalarNestedCommonFormatColumnSerializer.dictionaryIdLookupprotected final DictionaryIdLookupGlobalDictionaryEncodedFieldColumnWriter.globalDictionaryIdLookupMethods in org.apache.druid.segment.nested that return DictionaryIdLookupModifier and TypeMethodDescriptionabstract DictionaryIdLookupNestedCommonFormatColumnSerializer.getDictionaryIdLookup()NestedDataColumnSerializer.getDictionaryIdLookup()ScalarNestedCommonFormatColumnSerializer.getDictionaryIdLookup()VariantColumnSerializer.getDictionaryIdLookup()Methods in org.apache.druid.segment.nested with parameters of type DictionaryIdLookupModifier and TypeMethodDescriptionabstract 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 DictionaryIdLookupModifierConstructorDescriptionprotectedGlobalDictionaryEncodedFieldColumnWriter(String columnName, String fieldName, SegmentWriteOutMedium segmentWriteOutMedium, NestedCommonFormatColumnFormatSpec columnFormatSpec, 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, NestedCommonFormatColumnFormatSpec columnFormatSpec, DictionaryIdLookup globalDictionaryIdLookup) ScalarLongFieldColumnWriter(String columnName, String fieldName, SegmentWriteOutMedium segmentWriteOutMedium, NestedCommonFormatColumnFormatSpec columnFormatSpec, DictionaryIdLookup globalDictionaryIdLookup) ScalarStringFieldColumnWriter(String columnName, String fieldName, SegmentWriteOutMedium segmentWriteOutMedium, NestedCommonFormatColumnFormatSpec columnFormatSpec, DictionaryIdLookup globalDictionaryIdLookup) VariantArrayFieldColumnWriter(String columnName, String fieldName, SegmentWriteOutMedium segmentWriteOutMedium, NestedCommonFormatColumnFormatSpec columnFormatSpec, DictionaryIdLookup globalDictionaryIdLookup) VariantFieldColumnWriter(String columnName, String fieldName, SegmentWriteOutMedium segmentWriteOutMedium, NestedCommonFormatColumnFormatSpec columnFormatSpec, DictionaryIdLookup globalDictionaryIdLookup)