| Package | Description |
|---|---|
| org.apache.druid.query.aggregation | |
| org.apache.druid.segment.column | |
| org.apache.druid.segment.nested | |
| org.apache.druid.segment.serde |
| Modifier and Type | Class and Description |
|---|---|
class |
SerializablePairLongStringComplexColumn |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericIndexedBasedComplexColumn
Implementation of
ComplexColumn to be used when complex column serialization is done by using
GenericIndexed by using default implementations of "writeToXXX" methods in
ComplexColumnSerializer |
class |
UnknownTypeComplexColumn |
| Modifier and Type | Method and Description |
|---|---|
ColumnBuilder |
ColumnBuilder.setComplexColumnSupplier(com.google.common.base.Supplier<? extends ComplexColumn> 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 'literal' field columns. |
class |
NestedDataColumnV3<TStringDictionary extends Indexed<ByteBuffer>> |
class |
NestedDataColumnV4<TStringDictionary extends Indexed<ByteBuffer>> |
class |
NestedDataComplexColumn
Describes the basic shape for any 'nested data' (
StructuredData) ComplexColumn implementation along
with basic facilities for caching any columns created and methods for retrieving selectors for nested literal field
columns. |
| Modifier and Type | Method and Description |
|---|---|
ComplexColumn |
NestedDataColumnSupplier.get() |
| Modifier and Type | Method and Description |
|---|---|
ComplexColumn |
ComplexColumnPartSupplier.get() |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.