public static enum HiveInputFormatFragmenter.PXF_HIVE_SERDES extends java.lang.Enum<HiveInputFormatFragmenter.PXF_HIVE_SERDES>
| Enum Constant and Description |
|---|
COLUMNAR_SERDE |
LAZY_BINARY_COLUMNAR_SERDE |
LAZY_SIMPLE_SERDE |
| Modifier and Type | Method and Description |
|---|---|
static HiveInputFormatFragmenter.PXF_HIVE_SERDES |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HiveInputFormatFragmenter.PXF_HIVE_SERDES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiveInputFormatFragmenter.PXF_HIVE_SERDES COLUMNAR_SERDE
public static final HiveInputFormatFragmenter.PXF_HIVE_SERDES LAZY_BINARY_COLUMNAR_SERDE
public static final HiveInputFormatFragmenter.PXF_HIVE_SERDES LAZY_SIMPLE_SERDE
public static HiveInputFormatFragmenter.PXF_HIVE_SERDES[] values()
for (HiveInputFormatFragmenter.PXF_HIVE_SERDES c : HiveInputFormatFragmenter.PXF_HIVE_SERDES.values()) System.out.println(c);
public static HiveInputFormatFragmenter.PXF_HIVE_SERDES valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null