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()
Returns a Deserializer to read a column from a segment.
|
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 ColumnPartSerde
public ColumnPartSerde.Deserializer getDeserializer()
ColumnPartSerde
getDeserializer
in interface ColumnPartSerde
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.