Uses of Interface
org.apache.druid.segment.data.DictionaryWriter
Packages that use DictionaryWriter
Package
Description
-
Uses of DictionaryWriter in org.apache.druid.segment
Fields in org.apache.druid.segment declared as DictionaryWriterModifier and TypeFieldDescriptionprotected DictionaryWriter<T> DictionaryEncodedColumnMerger.dictionaryWriterMethods in org.apache.druid.segment that return DictionaryWriterModifier and TypeMethodDescriptionprotected DictionaryWriter<T> DictionaryEncodedColumnMerger.makeDictionaryWriter(String fileName) protected DictionaryWriter<String> StringDimensionMergerV9.makeDictionaryWriter(String fileName) -
Uses of DictionaryWriter in org.apache.druid.segment.column
Methods in org.apache.druid.segment.column that return DictionaryWriterModifier and TypeMethodDescriptionstatic DictionaryWriter<String> StringEncodingStrategies.getStringDictionaryWriter(StringEncodingStrategy encodingStrategy, SegmentWriteOutMedium writeoutMedium, String fileName) -
Uses of DictionaryWriter in org.apache.druid.segment.data
Classes in org.apache.druid.segment.data that implement DictionaryWriterModifier and TypeClassDescriptionclassclassWriter for aFixedIndexedclassclassclassStreams arrays of objects out in the binary format described byGenericIndexedThe versionEncodedStringDictionaryWriter.VERSIONis reserved and must never be specified as theGenericIndexedversion byte, else it will interfere with string column deserialization.Constructors in org.apache.druid.segment.data with parameters of type DictionaryWriterModifierConstructorDescriptionEncodedStringDictionaryWriter(DictionaryWriter<byte[]> delegate, StringEncodingStrategy encodingStrategy) -
Uses of DictionaryWriter in org.apache.druid.segment.nested
Fields in org.apache.druid.segment.nested declared as DictionaryWriterModifier and TypeFieldDescriptionprotected DictionaryWriter<T> ScalarNestedCommonFormatColumnSerializer.dictionaryWriterConstructors in org.apache.druid.segment.nested with parameters of type DictionaryWriterModifierConstructorDescriptionDictionaryIdLookup(String name, File tempBaseDir, DictionaryWriter<String> stringDictionaryWriter, DictionaryWriter<Long> longDictionaryWriter, DictionaryWriter<Double> doubleDictionaryWriter, DictionaryWriter<int[]> arrayDictionaryWriter) 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) -
Uses of DictionaryWriter in org.apache.druid.segment.serde
Methods in org.apache.druid.segment.serde with parameters of type DictionaryWriterModifier and TypeMethodDescriptionDictionaryEncodedColumnPartSerde.SerializerBuilder.withDictionary(DictionaryWriter<String> dictionaryWriter)