Class NodeConstants
- java.lang.Object
-
- org.teiid.query.optimizer.relational.plantree.NodeConstants
-
public final class NodeConstants extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NodeConstants.Info
Property names for type-specific node propertiesstatic class
NodeConstants.Types
Types of nodes
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getNodeTypeString(int type)
Convert a type code into a type string.
-
-
-
Method Detail
-
getNodeTypeString
public static final String getNodeTypeString(int type)
Convert a type code into a type string.- Parameters:
type
- Type code, as defined in NodeConstants.Types- Returns:
- String representation for code
-
-