protected static enum QBParseInfo.ClauseType extends Enum<QBParseInfo.ClauseType>
Enum Constant and Description |
---|
CLUSTER_BY_CLAUSE |
DISTRIBUTE_BY_CLAUSE |
ORDER_BY_CLAUSE |
SORT_BY_CLAUSE |
Modifier and Type | Method and Description |
---|---|
static QBParseInfo.ClauseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QBParseInfo.ClauseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QBParseInfo.ClauseType CLUSTER_BY_CLAUSE
public static final QBParseInfo.ClauseType DISTRIBUTE_BY_CLAUSE
public static final QBParseInfo.ClauseType ORDER_BY_CLAUSE
public static final QBParseInfo.ClauseType SORT_BY_CLAUSE
public static QBParseInfo.ClauseType[] values()
for (QBParseInfo.ClauseType c : QBParseInfo.ClauseType.values()) System.out.println(c);
public static QBParseInfo.ClauseType 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 nullCopyright © 2017 The Apache Software Foundation. All rights reserved.