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