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