Uses of Interface
org.apache.druid.segment.data.DictionaryWriter
-
Packages that use DictionaryWriter Package Description org.apache.druid.segment org.apache.druid.segment.column org.apache.druid.segment.data org.apache.druid.segment.nested org.apache.druid.segment.serde -
-
Uses of DictionaryWriter in org.apache.druid.segment
Fields in org.apache.druid.segment declared as DictionaryWriter Modifier and Type Field Description protected DictionaryWriter<T>DictionaryEncodedColumnMerger. dictionaryWriterMethods in org.apache.druid.segment that return DictionaryWriter Modifier and Type Method Description protected 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 DictionaryWriter Modifier and Type Method Description static 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 DictionaryWriter Modifier and Type Class Description classEncodedStringDictionaryWriterclassFixedIndexedWriter<T>Writer for aFixedIndexedclassFrontCodedIndexedWriterclassFrontCodedIntArrayIndexedWriterclassGenericIndexedWriter<T>Streams 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 DictionaryWriter Constructor Description EncodedStringDictionaryWriter(DictionaryWriter<byte[]> delegate, StringEncodingStrategy encodingStrategy) -
Uses of DictionaryWriter in org.apache.druid.segment.nested
Fields in org.apache.druid.segment.nested declared as DictionaryWriter Modifier and Type Field Description protected DictionaryWriter<T>ScalarNestedCommonFormatColumnSerializer. dictionaryWriterConstructors in org.apache.druid.segment.nested with parameters of type DictionaryWriter Constructor Description DictionaryIdLookup(String name, Path tempBasePath, DictionaryWriter<String> stringDictionaryWriter, DictionaryWriter<Long> longDictionaryWriter, DictionaryWriter<Double> doubleDictionaryWriter, DictionaryWriter<int[]> arrayDictionaryWriter) -
Uses of DictionaryWriter in org.apache.druid.segment.serde
Methods in org.apache.druid.segment.serde with parameters of type DictionaryWriter Modifier and Type Method Description DictionaryEncodedColumnPartSerde.SerializerBuilderDictionaryEncodedColumnPartSerde.SerializerBuilder. withDictionary(DictionaryWriter<String> dictionaryWriter)
-