Package org.apache.druid.indexer
Class InputRowSerde.FloatIndexSerdeTypeHelper
- java.lang.Object
-
- org.apache.druid.indexer.InputRowSerde.FloatIndexSerdeTypeHelper
-
- All Implemented Interfaces:
InputRowSerde.IndexSerdeTypeHelper<Float>
- Enclosing class:
- InputRowSerde
public static class InputRowSerde.FloatIndexSerdeTypeHelper extends Object implements InputRowSerde.IndexSerdeTypeHelper<Float>
-
-
Constructor Summary
Constructors Constructor Description FloatIndexSerdeTypeHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Floatdeserialize(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<Float>
-
serialize
public void serialize(com.google.common.io.ByteArrayDataOutput out, Object value)- Specified by:
serializein interfaceInputRowSerde.IndexSerdeTypeHelper<Float>
-
deserialize
@Nullable public Float deserialize(com.google.common.io.ByteArrayDataInput in)
- Specified by:
deserializein interfaceInputRowSerde.IndexSerdeTypeHelper<Float>
-
-