Class NodeConstants.Types
- java.lang.Object
-
- org.teiid.query.optimizer.relational.plantree.NodeConstants.Types
-
- Enclosing class:
- NodeConstants
public static final class NodeConstants.Types extends Object
Types of nodes
-
-
Field Detail
-
ACCESS
public static final int ACCESS
- See Also:
- Constant Field Values
-
DUP_REMOVE
public static final int DUP_REMOVE
- See Also:
- Constant Field Values
-
JOIN
public static final int JOIN
- See Also:
- Constant Field Values
-
PROJECT
public static final int PROJECT
- See Also:
- Constant Field Values
-
SELECT
public static final int SELECT
- See Also:
- Constant Field Values
-
SORT
public static final int SORT
- See Also:
- Constant Field Values
-
SOURCE
public static final int SOURCE
- See Also:
- Constant Field Values
-
GROUP
public static final int GROUP
- See Also:
- Constant Field Values
-
SET_OP
public static final int SET_OP
- See Also:
- Constant Field Values
-
NULL
public static final int NULL
- See Also:
- Constant Field Values
-
TUPLE_LIMIT
public static final int TUPLE_LIMIT
- See Also:
- Constant Field Values
-
-