@ThriftEnum(value="PageFormat") public enum ThriftUdfPageFormat extends Enum<ThriftUdfPageFormat>
| Enum Constant and Description |
|---|
PRESTO_SERIALIZED |
PRESTO_THRIFT |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static ThriftUdfPageFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThriftUdfPageFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThriftUdfPageFormat PRESTO_THRIFT
public static final ThriftUdfPageFormat PRESTO_SERIALIZED
public static ThriftUdfPageFormat[] values()
for (ThriftUdfPageFormat c : ThriftUdfPageFormat.values()) System.out.println(c);
public static ThriftUdfPageFormat 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 null@ThriftEnumValue public int getValue()
Copyright © 2012–2024. All rights reserved.