| Package | Description |
|---|---|
| org.apache.druid.segment.column | |
| org.apache.druid.segment.nested | |
| org.apache.druid.segment.serde |
| Modifier and Type | Class and Description |
|---|---|
class |
StringDictionaryEncodedColumn |
class |
StringFrontCodedDictionaryEncodedColumn
DictionaryEncodedColumn for a column which uses a FrontCodedIndexed to store its value
dictionary, which 'delta encodes' strings (instead of GenericIndexed like
StringDictionaryEncodedColumn). |
| Modifier and Type | Method and Description |
|---|---|
ColumnBuilder |
ColumnBuilder.setDictionaryEncodedColumnSupplier(com.google.common.base.Supplier<? extends DictionaryEncodedColumn<?>> columnSupplier) |
| Modifier and Type | Class and Description |
|---|---|
class |
NestedFieldLiteralDictionaryEncodedColumn<TStringDictionary extends Indexed<ByteBuffer>> |
| Modifier and Type | Method and Description |
|---|---|
DictionaryEncodedColumn<?> |
StringFrontCodedDictionaryEncodedColumnSupplier.get() |
DictionaryEncodedColumn<?> |
DictionaryEncodedColumnSupplier.get() |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.