| Package | Description |
|---|---|
| org.apache.druid.segment.column | |
| org.apache.druid.segment.nested |
| Modifier and Type | Class and Description |
|---|---|
class |
StringUtf8DictionaryEncodedColumn
DictionaryEncodedColumn for a column which has a ByteBuffer based UTF-8 dictionary. |
| Modifier and Type | Method and Description |
|---|---|
ColumnBuilder |
ColumnBuilder.setNestedCommonFormatColumnSupplier(com.google.common.base.Supplier<? extends NestedCommonFormatColumn> columnSupplier) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompressedNestedDataComplexColumn<TStringDictionary extends Indexed<ByteBuffer>>
Implementation of
NestedDataComplexColumn which uses a CompressedVariableSizedBlobColumn for the
'raw' StructuredData values and provides selectors for nested field columns specified by ordered lists of
NestedPathPart. |
class |
NestedDataColumnV3<TStringDictionary extends Indexed<ByteBuffer>> |
class |
NestedDataColumnV4<TStringDictionary extends Indexed<ByteBuffer>> |
class |
NestedDataColumnV5<TStringDictionary extends Indexed<ByteBuffer>>
Nested data column with optimized support for simple arrays.
|
class |
ScalarDoubleColumn
|
class |
ScalarLongColumn
|
class |
VariantColumn<TStringDictionary extends Indexed<ByteBuffer>>
NestedCommonFormatColumn for single type array columns, and mixed type columns. |
| Modifier and Type | Method and Description |
|---|---|
NestedCommonFormatColumn |
VariantColumnAndIndexSupplier.get() |
NestedCommonFormatColumn |
ScalarLongColumnAndIndexSupplier.get() |
NestedCommonFormatColumn |
ScalarStringColumnAndIndexSupplier.get() |
NestedCommonFormatColumn |
NestedDataColumnSupplier.get() |
NestedCommonFormatColumn |
ScalarDoubleColumnAndIndexSupplier.get() |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.