public enum ExprTableEvalStrategyEnum extends Enum<ExprTableEvalStrategyEnum>
Enum Constant and Description |
---|
GROUPED_AGG_ACCESSREAD |
GROUPED_AGG_SIMPLE |
GROUPED_PLAINCOL |
GROUPED_TOP |
KEYS |
UNGROUPED_AGG_ACCESSREAD |
UNGROUPED_AGG_SIMPLE |
UNGROUPED_PLAINCOL |
UNGROUPED_TOP |
Modifier and Type | Method and Description |
---|---|
static ExprTableEvalStrategyEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExprTableEvalStrategyEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExprTableEvalStrategyEnum UNGROUPED_TOP
public static final ExprTableEvalStrategyEnum GROUPED_TOP
public static final ExprTableEvalStrategyEnum UNGROUPED_PLAINCOL
public static final ExprTableEvalStrategyEnum GROUPED_PLAINCOL
public static final ExprTableEvalStrategyEnum UNGROUPED_AGG_SIMPLE
public static final ExprTableEvalStrategyEnum GROUPED_AGG_SIMPLE
public static final ExprTableEvalStrategyEnum UNGROUPED_AGG_ACCESSREAD
public static final ExprTableEvalStrategyEnum GROUPED_AGG_ACCESSREAD
public static final ExprTableEvalStrategyEnum KEYS
public static ExprTableEvalStrategyEnum[] values()
for (ExprTableEvalStrategyEnum c : ExprTableEvalStrategyEnum.values()) System.out.println(c);
public static ExprTableEvalStrategyEnum 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 © 2005–2018. All rights reserved.