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