public class DoubleNumericColumnPartSerde extends Object implements ColumnPartSerde
| Modifier and Type | Class and Description |
|---|---|
static class |
DoubleNumericColumnPartSerde.SerializerBuilder |
ColumnPartSerde.Deserializer| Modifier and Type | Method and Description |
|---|---|
ByteOrder |
getByteOrder() |
ColumnPartSerde.Deserializer |
getDeserializer() |
static DoubleNumericColumnPartSerde |
getDoubleGenericColumnPartSerde(ByteOrder byteOrder) |
Serializer |
getSerializer() |
static DoubleNumericColumnPartSerde.SerializerBuilder |
serializerBuilder() |
public static DoubleNumericColumnPartSerde getDoubleGenericColumnPartSerde(ByteOrder byteOrder)
public ByteOrder getByteOrder()
public static DoubleNumericColumnPartSerde.SerializerBuilder serializerBuilder()
@Nullable public Serializer getSerializer()
getSerializer in interface ColumnPartSerdepublic ColumnPartSerde.Deserializer getDeserializer()
getDeserializer in interface ColumnPartSerdeCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.