Package org.apache.calcite.linq4j.tree
Class TypeBinaryExpression
java.lang.Object
org.apache.calcite.linq4j.tree.AbstractNode
org.apache.calcite.linq4j.tree.Expression
org.apache.calcite.linq4j.tree.TypeBinaryExpression
- All Implemented Interfaces:
Node
Represents an operation between an expression and a type.
-
Field Summary
Fields inherited from class org.apache.calcite.linq4j.tree.AbstractNode
nodeType
-
Constructor Summary
ConstructorDescriptionTypeBinaryExpression
(ExpressionType nodeType, Expression expression, Type 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
-
expression
-
type
-
-
Constructor Details
-
TypeBinaryExpression
-
-
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
-