public class DoubleNumericColumnPartSerdeV2 extends Object implements ColumnPartSerde
| Modifier and Type | Class and Description |
|---|---|
static class |
DoubleNumericColumnPartSerdeV2.SerializerBuilder |
ColumnPartSerde.Deserializer| Constructor and Description |
|---|
DoubleNumericColumnPartSerdeV2(ByteOrder byteOrder,
BitmapSerdeFactory bitmapSerdeFactory,
Serializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
BitmapSerdeFactory |
getBitmapSerdeFactory() |
ByteOrder |
getByteOrder() |
ColumnPartSerde.Deserializer |
getDeserializer() |
static DoubleNumericColumnPartSerdeV2 |
getDoubleGenericColumnPartSerde(ByteOrder byteOrder,
BitmapSerdeFactory bitmapSerdeFactory) |
Serializer |
getSerializer() |
static DoubleNumericColumnPartSerdeV2.SerializerBuilder |
serializerBuilder() |
public DoubleNumericColumnPartSerdeV2(ByteOrder byteOrder, BitmapSerdeFactory bitmapSerdeFactory, @Nullable Serializer serializer)
public static DoubleNumericColumnPartSerdeV2 getDoubleGenericColumnPartSerde(ByteOrder byteOrder, @Nullable BitmapSerdeFactory bitmapSerdeFactory)
public ByteOrder getByteOrder()
public BitmapSerdeFactory getBitmapSerdeFactory()
public static DoubleNumericColumnPartSerdeV2.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.