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