Package org.apache.druid.indexer
Class InputRowSerde.DoubleIndexSerdeTypeHelper
- java.lang.Object
-
- org.apache.druid.indexer.InputRowSerde.DoubleIndexSerdeTypeHelper
-
- All Implemented Interfaces:
InputRowSerde.IndexSerdeTypeHelper<Double>
- Enclosing class:
- InputRowSerde
public static class InputRowSerde.DoubleIndexSerdeTypeHelper extends Object implements InputRowSerde.IndexSerdeTypeHelper<Double>
-
-
Constructor Summary
Constructors Constructor Description DoubleIndexSerdeTypeHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Doubledeserialize(com.google.common.io.ByteArrayDataInput in)org.apache.druid.segment.column.ValueTypegetType()voidserialize(com.google.common.io.ByteArrayDataOutput out, Object value)
-
-
-
Method Detail
-
getType
public org.apache.druid.segment.column.ValueType getType()
- Specified by:
getTypein interfaceInputRowSerde.IndexSerdeTypeHelper<Double>
-
serialize
public void serialize(com.google.common.io.ByteArrayDataOutput out, Object value)- Specified by:
serializein interfaceInputRowSerde.IndexSerdeTypeHelper<Double>
-
deserialize
@Nullable public Double deserialize(com.google.common.io.ByteArrayDataInput in)
- Specified by:
deserializein interfaceInputRowSerde.IndexSerdeTypeHelper<Double>
-
-