public static enum DictionaryEncodedColumnPartSerde.Feature extends Enum<DictionaryEncodedColumnPartSerde.Feature>
| Enum Constant and Description |
|---|
MULTI_VALUE |
MULTI_VALUE_V3 |
NO_BITMAP_INDEX |
| Modifier and Type | Method and Description |
|---|---|
int |
getMask() |
boolean |
isSet(int flags) |
static DictionaryEncodedColumnPartSerde.Feature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DictionaryEncodedColumnPartSerde.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DictionaryEncodedColumnPartSerde.Feature MULTI_VALUE
public static final DictionaryEncodedColumnPartSerde.Feature MULTI_VALUE_V3
public static final DictionaryEncodedColumnPartSerde.Feature NO_BITMAP_INDEX
public static DictionaryEncodedColumnPartSerde.Feature[] values()
for (DictionaryEncodedColumnPartSerde.Feature c : DictionaryEncodedColumnPartSerde.Feature.values()) System.out.println(c);
public static DictionaryEncodedColumnPartSerde.Feature 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 boolean isSet(int flags)
public int getMask()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.