Package | Description |
---|---|
org.teiid.query.optimizer.relational.plantree |
Modifier and Type | Method and Description |
---|---|
static NodeConstants.Info |
NodeConstants.Info.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeConstants.Info[] |
NodeConstants.Info.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Object |
PlanNode.getProperty(NodeConstants.Info propertyID) |
boolean |
PlanNode.hasBooleanProperty(NodeConstants.Info propertyKey) |
boolean |
PlanNode.hasCollectionProperty(NodeConstants.Info propertyID)
Indicates if there is a non-null and non-empty Collection value for the property
key or not
|
boolean |
PlanNode.hasProperty(NodeConstants.Info propertyID)
Indicates if there is a non-null value for the property
key or not
|
Object |
PlanNode.setProperty(NodeConstants.Info propertyID,
Object value) |
Copyright © 2020. All rights reserved.