| Package | Description |
|---|---|
| org.apache.druid.segment | |
| org.apache.druid.segment.column | |
| org.apache.druid.segment.data |
| Modifier and Type | Method and Description |
|---|---|
StringEncodingStrategy |
IndexSpec.getStringDictionaryEncoding() |
| Modifier and Type | Method and Description |
|---|---|
IndexSpec.Builder |
IndexSpec.Builder.withStringDictionaryEncoding(StringEncodingStrategy stringDictionaryEncoding) |
| Constructor and Description |
|---|
IndexSpec(BitmapSerdeFactory bitmapSerdeFactory,
CompressionStrategy dimensionCompression,
StringEncodingStrategy stringDictionaryEncoding,
CompressionStrategy metricCompression,
CompressionFactory.LongEncodingStrategy longEncoding,
CompressionStrategy jsonCompression,
SegmentizerFactory segmentLoader)
Creates an IndexSpec with the given storage format settings.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
StringEncodingStrategy.FrontCoded |
static class |
StringEncodingStrategy.Utf8 |
| Modifier and Type | Method and Description |
|---|---|
static DictionaryWriter<String> |
StringEncodingStrategies.getStringDictionaryWriter(StringEncodingStrategy encodingStrategy,
SegmentWriteOutMedium writeoutMedium,
String fileName) |
| Constructor and Description |
|---|
EncodedStringDictionaryWriter(DictionaryWriter<byte[]> delegate,
StringEncodingStrategy encodingStrategy) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.