| Package | Description |
|---|---|
| org.apache.druid.segment | |
| org.apache.druid.segment.column | |
| org.apache.druid.segment.data | |
| org.apache.druid.segment.serde |
| Modifier and Type | Field and Description |
|---|---|
protected DictionaryWriter<T> |
DictionaryEncodedColumnMerger.dictionaryWriter |
| Modifier and Type | Method and Description |
|---|---|
protected DictionaryWriter<T> |
DictionaryEncodedColumnMerger.makeDictionaryWriter(String fileName) |
protected DictionaryWriter<String> |
StringDimensionMergerV9.makeDictionaryWriter(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
static DictionaryWriter<String> |
StringEncodingStrategies.getStringDictionaryWriter(StringEncodingStrategy encodingStrategy,
SegmentWriteOutMedium writeoutMedium,
String fileName) |
| Modifier and Type | Class and Description |
|---|---|
class |
EncodedStringDictionaryWriter |
class |
FrontCodedIndexedWriter
|
class |
GenericIndexedWriter<T>
Streams arrays of objects out in the binary format described by
GenericIndexed
The version EncodedStringDictionaryWriter.VERSION is reserved and must never be specified as the
GenericIndexed version byte, else it will interfere with string column deserialization. |
| Constructor and Description |
|---|
EncodedStringDictionaryWriter(DictionaryWriter<byte[]> delegate,
StringEncodingStrategy encodingStrategy) |
| Modifier and Type | Method and Description |
|---|---|
DictionaryEncodedColumnPartSerde.SerializerBuilder |
DictionaryEncodedColumnPartSerde.SerializerBuilder.withDictionary(DictionaryWriter<String> dictionaryWriter) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.