| Package | Description |
|---|---|
| org.apache.druid.query.aggregation | |
| org.apache.druid.query.aggregation.hyperloglog | |
| org.apache.druid.segment | |
| org.apache.druid.segment.serde |
| Modifier and Type | Method and Description |
|---|---|
GenericColumnSerializer |
SerializablePairLongStringSerde.getSerializer(SegmentWriteOutMedium segmentWriteOutMedium,
String column) |
| Modifier and Type | Method and Description |
|---|---|
GenericColumnSerializer |
HyperUniquesSerde.getSerializer(SegmentWriteOutMedium segmentWriteOutMedium,
String column) |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleColumnSerializer |
class |
DoubleColumnSerializerV2
Column Serializer for double column.
|
class |
FloatColumnSerializer |
class |
FloatColumnSerializerV2
Column Serializer for float column.
|
class |
LongColumnSerializer
Unsafe for concurrent use from multiple threads.
|
class |
LongColumnSerializerV2
Column Serializer for long column.
|
| Modifier and Type | Field and Description |
|---|---|
protected GenericColumnSerializer |
NumericDimensionMergerV9.serializer |
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexColumnSerializer<T> |
class |
LargeColumnSupportedComplexColumnSerializer<T> |
| Modifier and Type | Method and Description |
|---|---|
GenericColumnSerializer |
ComplexMetricSerde.getSerializer(SegmentWriteOutMedium segmentWriteOutMedium,
String column)
This method provides the ability for a ComplexMetricSerde to control its own serialization.
|
| Modifier and Type | Method and Description |
|---|---|
ComplexColumnPartSerde.SerializerBuilder |
ComplexColumnPartSerde.SerializerBuilder.withDelegate(GenericColumnSerializer delegate) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.