@Namespace(value="parquet") public static enum parquet.ExposedEncoding extends Enum<parquet.ExposedEncoding>
| Enum Constant and Description |
|---|
DICTIONARY |
NO_ENCODING |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
parquet.ExposedEncoding |
intern() |
String |
toString() |
static parquet.ExposedEncoding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static parquet.ExposedEncoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final parquet.ExposedEncoding NO_ENCODING
public static final parquet.ExposedEncoding DICTIONARY
public static parquet.ExposedEncoding[] values()
for (parquet.ExposedEncoding c : parquet.ExposedEncoding.values()) System.out.println(c);
public static parquet.ExposedEncoding 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 parquet.ExposedEncoding intern()
public String toString()
toString in class Enum<parquet.ExposedEncoding>Copyright © 2022. All rights reserved.