Package org.apache.calcite.linq4j.tree
Class TernaryExpression
java.lang.Object
org.apache.calcite.linq4j.tree.AbstractNode
org.apache.calcite.linq4j.tree.Expression
org.apache.calcite.linq4j.tree.TernaryExpression
- All Implemented Interfaces:
Node
Represents an expression that has a ternary operator.
-
Field Summary
Fields inherited from class org.apache.calcite.linq4j.tree.AbstractNode
nodeType, type
-
Method Summary
Methods inherited from class org.apache.calcite.linq4j.tree.Expression
canReduce
Methods inherited from class org.apache.calcite.linq4j.tree.AbstractNode
accept, evaluate, getNodeType, getType, toString
-
Field Details
-
expression0
-
expression1
-
expression2
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceNode
- Specified by:
accept
in classExpression
-
accept
-
equals
- Overrides:
equals
in classAbstractNode
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractNode
-