org.teiid.query.optimizer.relational.plantree
Class NodeConstants.Types

java.lang.Object
  extended by org.teiid.query.optimizer.relational.plantree.NodeConstants.Types
Enclosing class:
NodeConstants

public static final class NodeConstants.Types
extends java.lang.Object

Types of nodes


Field Summary
static int ACCESS
           
static int DUP_REMOVE
           
static int GROUP
           
static int JOIN
           
static int NULL
           
static int PROJECT
           
static int SELECT
           
static int SET_OP
           
static int SORT
           
static int SOURCE
           
static int TUPLE_LIMIT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2011. All Rights Reserved.