public static enum NodeConstants.Info extends Enum<NodeConstants.Info>
Modifier and Type | Method and Description |
---|---|
static NodeConstants.Info |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeConstants.Info[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeConstants.Info ATOMIC_REQUEST
public static final NodeConstants.Info MODEL_ID
public static final NodeConstants.Info PROCEDURE_CRITERIA
public static final NodeConstants.Info PROCEDURE_INPUTS
public static final NodeConstants.Info PROCEDURE_DEFAULTS
public static final NodeConstants.Info IS_MULTI_SOURCE
public static final NodeConstants.Info SOURCE_NAME
public static final NodeConstants.Info CONFORMED_SOURCES
public static final NodeConstants.Info SUB_PLAN
public static final NodeConstants.Info SUB_PLANS
public static final NodeConstants.Info SET_OPERATION
public static final NodeConstants.Info USE_ALL
public static final NodeConstants.Info JOIN_CRITERIA
public static final NodeConstants.Info JOIN_TYPE
public static final NodeConstants.Info SINGLE_MATCH
public static final NodeConstants.Info JOIN_STRATEGY
public static final NodeConstants.Info LEFT_EXPRESSIONS
public static final NodeConstants.Info RIGHT_EXPRESSIONS
public static final NodeConstants.Info DEPENDENT_VALUE_SOURCE
public static final NodeConstants.Info NON_EQUI_JOIN_CRITERIA
public static final NodeConstants.Info SORT_LEFT
public static final NodeConstants.Info SORT_RIGHT
public static final NodeConstants.Info IS_OPTIONAL
public static final NodeConstants.Info IS_LEFT_DISTINCT
public static final NodeConstants.Info IS_RIGHT_DISTINCT
public static final NodeConstants.Info IS_SEMI_DEP
public static final NodeConstants.Info PRESERVE
public static final NodeConstants.Info RIGHT_NESTED_REFERENCES
public static final NodeConstants.Info PROJECT_COLS
public static final NodeConstants.Info INTO_GROUP
public static final NodeConstants.Info HAS_WINDOW_FUNCTIONS
public static final NodeConstants.Info CONSTRAINT
public static final NodeConstants.Info UPSERT
public static final NodeConstants.Info SELECT_CRITERIA
public static final NodeConstants.Info IS_HAVING
public static final NodeConstants.Info IS_PHANTOM
public static final NodeConstants.Info IS_TEMPORARY
public static final NodeConstants.Info IS_COPIED
public static final NodeConstants.Info IS_PUSHED
public static final NodeConstants.Info IS_DEPENDENT_SET
public static final NodeConstants.Info SORT_ORDER
public static final NodeConstants.Info UNRELATED_SORT
public static final NodeConstants.Info IS_DUP_REMOVAL
public static final NodeConstants.Info SYMBOL_MAP
public static final NodeConstants.Info PARTITION_INFO
public static final NodeConstants.Info VIRTUAL_COMMAND
public static final NodeConstants.Info MAKE_DEP
public static final NodeConstants.Info PROCESSOR_PLAN
public static final NodeConstants.Info NESTED_COMMAND
public static final NodeConstants.Info TABLE_FUNCTION
public static final NodeConstants.Info CORRELATED_REFERENCES
public static final NodeConstants.Info MAKE_NOT_DEP
public static final NodeConstants.Info INLINE_VIEW
public static final NodeConstants.Info NO_UNNEST
public static final NodeConstants.Info MAKE_IND
public static final NodeConstants.Info SOURCE_HINT
public static final NodeConstants.Info CHECK_MAT_VIEW
public static final NodeConstants.Info GROUP_COLS
public static final NodeConstants.Info ROLLUP
public static final NodeConstants.Info OUTPUT_COLS
public static final NodeConstants.Info EST_SET_SIZE
public static final NodeConstants.Info EST_DEP_CARDINALITY
public static final NodeConstants.Info EST_DEP_JOIN_COST
public static final NodeConstants.Info EST_JOIN_COST
public static final NodeConstants.Info EST_CARDINALITY
public static final NodeConstants.Info EST_COL_STATS
public static final NodeConstants.Info EST_SELECTIVITY
public static final NodeConstants.Info MAX_TUPLE_LIMIT
public static final NodeConstants.Info OFFSET_TUPLE_COUNT
public static final NodeConstants.Info IS_IMPLICIT_LIMIT
public static final NodeConstants.Info IS_NON_STRICT
public static final NodeConstants.Info ACCESS_PATTERNS
public static final NodeConstants.Info ACCESS_PATTERN_USED
public static final NodeConstants.Info REQUIRED_ACCESS_PATTERN_GROUPS
public static NodeConstants.Info[] values()
for (NodeConstants.Info c : NodeConstants.Info.values()) System.out.println(c);
public static NodeConstants.Info 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 © 2019. All rights reserved.