| Package | Description |
|---|---|
| org.apache.druid.query | |
| org.apache.druid.segment | |
| org.apache.druid.segment.column | |
| org.apache.druid.segment.nested | |
| org.apache.druid.segment.serde |
| Modifier and Type | Class and Description |
|---|---|
class |
DruidProcessingConfig |
| Constructor and Description |
|---|
IndexIO(com.fasterxml.jackson.databind.ObjectMapper mapper,
ColumnConfig columnConfig) |
| Modifier and Type | Method and Description |
|---|---|
ColumnHolder |
ColumnDescriptor.read(ByteBuffer buffer,
ColumnConfig columnConfig,
SmooshedFileMapper smooshedFiles) |
| Modifier and Type | Method and Description |
|---|---|
void |
NestedDataComplexTypeSerde.deserializeColumn(ByteBuffer buffer,
ColumnBuilder builder,
ColumnConfig columnConfig) |
| Constructor and Description |
|---|
CompressedNestedDataComplexColumn(NestedDataColumnMetadata metadata,
ColumnConfig columnConfig,
CompressedVariableSizedBlobColumnSupplier compressedRawColumnSupplier,
ImmutableBitmap nullValues,
GenericIndexed<String> fields,
NestedLiteralTypeInfo fieldInfo,
com.google.common.base.Supplier<TStringDictionary> stringDictionary,
com.google.common.base.Supplier<FixedIndexed<Long>> longDictionarySupplier,
com.google.common.base.Supplier<FixedIndexed<Double>> doubleDictionarySupplier,
SmooshedFileMapper fileMapper) |
NestedDataColumnSupplier(ByteBuffer bb,
ColumnBuilder columnBuilder,
ColumnConfig columnConfig,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper) |
NestedDataColumnSupplier(ByteBuffer bb,
ColumnBuilder columnBuilder,
ColumnConfig columnConfig,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper,
TypeStrategy<Long> longTypeStrategy,
TypeStrategy<Double> doubleTypeStrategy) |
NestedDataColumnV3(NestedDataColumnMetadata metadata,
ColumnConfig columnConfig,
CompressedVariableSizedBlobColumnSupplier compressedRawColumnSupplier,
ImmutableBitmap nullValues,
GenericIndexed<String> fields,
NestedLiteralTypeInfo fieldInfo,
com.google.common.base.Supplier<TStringDictionary> stringDictionary,
com.google.common.base.Supplier<FixedIndexed<Long>> longDictionarySupplier,
com.google.common.base.Supplier<FixedIndexed<Double>> doubleDictionarySupplier,
SmooshedFileMapper fileMapper) |
NestedDataColumnV4(NestedDataColumnMetadata metadata,
ColumnConfig columnConfig,
CompressedVariableSizedBlobColumnSupplier compressedRawColumnSupplier,
ImmutableBitmap nullValues,
GenericIndexed<String> fields,
NestedLiteralTypeInfo fieldInfo,
com.google.common.base.Supplier<TStringDictionary> stringDictionary,
com.google.common.base.Supplier<FixedIndexed<Long>> longDictionarySupplier,
com.google.common.base.Supplier<FixedIndexed<Double>> doubleDictionarySupplier,
SmooshedFileMapper fileMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplexMetricSerde.deserializeColumn(ByteBuffer buffer,
ColumnBuilder builder,
ColumnConfig columnConfig)
Deserializes a ByteBuffer and adds it to the ColumnBuilder.
|
void |
ColumnPartSerde.Deserializer.read(ByteBuffer buffer,
ColumnBuilder builder,
ColumnConfig columnConfig) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.