public static enum DictionaryEncodedColumnPartSerde.VERSION extends Enum<DictionaryEncodedColumnPartSerde.VERSION>
| Enum Constant and Description |
|---|
COMPRESSED |
UNCOMPRESSED_MULTI_VALUE |
UNCOMPRESSED_SINGLE_VALUE |
UNCOMPRESSED_WITH_FLAGS |
| Modifier and Type | Method and Description |
|---|---|
byte |
asByte() |
static DictionaryEncodedColumnPartSerde.VERSION |
fromByte(byte b) |
static DictionaryEncodedColumnPartSerde.VERSION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DictionaryEncodedColumnPartSerde.VERSION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DictionaryEncodedColumnPartSerde.VERSION UNCOMPRESSED_SINGLE_VALUE
public static final DictionaryEncodedColumnPartSerde.VERSION UNCOMPRESSED_MULTI_VALUE
public static final DictionaryEncodedColumnPartSerde.VERSION COMPRESSED
public static final DictionaryEncodedColumnPartSerde.VERSION UNCOMPRESSED_WITH_FLAGS
public static DictionaryEncodedColumnPartSerde.VERSION[] values()
for (DictionaryEncodedColumnPartSerde.VERSION c : DictionaryEncodedColumnPartSerde.VERSION.values()) System.out.println(c);
public static DictionaryEncodedColumnPartSerde.VERSION valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static DictionaryEncodedColumnPartSerde.VERSION fromByte(byte b)
public byte asByte()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.