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