|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<NodeConstants.Info>
com.metamatrix.query.optimizer.relational.plantree.NodeConstants.Info
public static enum NodeConstants.Info
Property names for type-specific node properties
Enum Constant Summary | |
---|---|
ACCESS_PATTERN_USED
|
|
ACCESS_PATTERNS
|
|
ATOMIC_REQUEST
|
|
CORRELATED_REFERENCES
List of References in correlated subqueries to an "outer" query. |
|
DEPENDENT_VALUE_SOURCE
|
|
EST_CARDINALITY
|
|
EST_DEP_CARDINALITY
|
|
EST_DEP_JOIN_COST
|
|
EST_JOIN_COST
|
|
EST_SELECTIVITY
|
|
EST_SET_SIZE
|
|
GROUP_COLS
|
|
INLINE_VIEW
|
|
INTO_GROUP
|
|
IS_COPIED
|
|
IS_DEPENDENT_SET
|
|
IS_HAVING
|
|
IS_OPTIONAL
|
|
IS_PHANTOM
|
|
IS_PUSHED
|
|
JOIN_CRITERIA
|
|
JOIN_STRATEGY
|
|
JOIN_TYPE
|
|
LEFT_EXPRESSIONS
|
|
MAKE_DEP
|
|
MAKE_NOT_DEP
|
|
MAX_TUPLE_LIMIT
|
|
MODEL_ID
|
|
NESTED_COMMAND
|
|
NON_EQUI_JOIN_CRITERIA
|
|
OFFSET_TUPLE_COUNT
|
|
ORDER_TYPES
|
|
OUTPUT_COLS
|
|
PROCEDURE_CRITERIA
|
|
PROCEDURE_DEFAULTS
|
|
PROCEDURE_INPUTS
|
|
PROCESSOR_PLAN
|
|
PROJECT_COLS
|
|
REMOVED_JOIN_GROUPS
|
|
REQUIRED_ACCESS_PATTERN_GROUPS
|
|
RIGHT_EXPRESSIONS
|
|
SELECT_CRITERIA
|
|
SET_OPERATION
|
|
SORT_CONTROLLER
|
|
SORT_LEFT
|
|
SORT_ORDER
|
|
SORT_RIGHT
|
|
SUBQUERY_PLANS
List of ProcessorPlan, directly maps to SUBQUERY_VALUE_PROVIDERS |
|
SUBQUERY_VALUE_PROVIDERS
List of ValueIteratorProvider, directly maps to SUBQUERY_PLANS |
|
SYMBOL_MAP
|
|
USE_ALL
|
|
VIRTUAL_COMMAND
|
Method Summary | |
---|---|
static NodeConstants.Info |
valueOf(java.lang.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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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 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 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 REMOVED_JOIN_GROUPS
public static final NodeConstants.Info IS_OPTIONAL
public static final NodeConstants.Info PROJECT_COLS
public static final NodeConstants.Info INTO_GROUP
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_COPIED
public static final NodeConstants.Info IS_PUSHED
public static final NodeConstants.Info IS_DEPENDENT_SET
public static final NodeConstants.Info ORDER_TYPES
public static final NodeConstants.Info SORT_ORDER
public static final NodeConstants.Info SORT_CONTROLLER
public static final NodeConstants.Info SYMBOL_MAP
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 MAKE_NOT_DEP
public static final NodeConstants.Info INLINE_VIEW
public static final NodeConstants.Info GROUP_COLS
public static final NodeConstants.Info OUTPUT_COLS
public static final NodeConstants.Info SUBQUERY_PLANS
SUBQUERY_VALUE_PROVIDERS
public static final NodeConstants.Info SUBQUERY_VALUE_PROVIDERS
SUBQUERY_PLANS
public static final NodeConstants.Info CORRELATED_REFERENCES
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_SELECTIVITY
public static final NodeConstants.Info MAX_TUPLE_LIMIT
public static final NodeConstants.Info OFFSET_TUPLE_COUNT
public static final NodeConstants.Info ACCESS_PATTERNS
public static final NodeConstants.Info ACCESS_PATTERN_USED
public static final NodeConstants.Info REQUIRED_ACCESS_PATTERN_GROUPS
Method Detail |
---|
public static NodeConstants.Info[] values()
for (NodeConstants.Info c : NodeConstants.Info.values()) System.out.println(c);
public static NodeConstants.Info 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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |