public class DictionaryEncodedColumnPartSerde extends Object implements ColumnPartSerde
| Modifier and Type | Class and Description |
|---|---|
static class |
DictionaryEncodedColumnPartSerde.Feature |
static class |
DictionaryEncodedColumnPartSerde.SerializerBuilder |
static class |
DictionaryEncodedColumnPartSerde.VERSION |
ColumnPartSerde.Deserializer| Modifier and Type | Field and Description |
|---|---|
static int |
NO_FLAGS |
static int |
STARTING_FLAGS |
| Modifier and Type | Method and Description |
|---|---|
static DictionaryEncodedColumnPartSerde |
createDeserializer(BitmapSerdeFactory bitmapSerdeFactory,
ByteOrder byteOrder) |
BitmapSerdeFactory |
getBitmapSerdeFactory() |
ByteOrder |
getByteOrder() |
ColumnPartSerde.Deserializer |
getDeserializer()
Returns a Deserializer to read a column from a segment.
|
Serializer |
getSerializer() |
static DictionaryEncodedColumnPartSerde.SerializerBuilder |
serializerBuilder() |
public static final int NO_FLAGS
public static final int STARTING_FLAGS
public static DictionaryEncodedColumnPartSerde createDeserializer(@Nullable BitmapSerdeFactory bitmapSerdeFactory, @NotNull ByteOrder byteOrder)
public BitmapSerdeFactory getBitmapSerdeFactory()
public ByteOrder getByteOrder()
public static DictionaryEncodedColumnPartSerde.SerializerBuilder serializerBuilder()
public Serializer getSerializer()
getSerializer in interface ColumnPartSerdepublic ColumnPartSerde.Deserializer getDeserializer()
ColumnPartSerdegetDeserializer in interface ColumnPartSerdeCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.