public static class InputRowSerde.FloatIndexSerdeTypeHelper extends Object implements InputRowSerde.IndexSerdeTypeHelper<Float>
| Constructor and Description | 
|---|
FloatIndexSerdeTypeHelper()  | 
| Modifier and Type | Method and Description | 
|---|---|
Float | 
deserialize(com.google.common.io.ByteArrayDataInput in)  | 
ValueType | 
getType()  | 
void | 
serialize(com.google.common.io.ByteArrayDataOutput out,
         Object value,
         boolean reportParseExceptions)  | 
public ValueType getType()
getType in interface InputRowSerde.IndexSerdeTypeHelper<Float>public void serialize(com.google.common.io.ByteArrayDataOutput out,
                      Object value,
                      boolean reportParseExceptions)
serialize in interface InputRowSerde.IndexSerdeTypeHelper<Float>public Float deserialize(com.google.common.io.ByteArrayDataInput in)
deserialize in interface InputRowSerde.IndexSerdeTypeHelper<Float>Copyright © 2011–2018. All rights reserved.