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
FieldsFields inherited from class org.apache.calcite.linq4j.tree.AbstractNode
nodeType -
Constructor Summary
ConstructorsConstructorDescriptionTypeBinaryExpression(ExpressionType nodeType, Expression expression, Type type) -
Method Summary
Methods inherited from class org.apache.calcite.linq4j.tree.Expression
canReduceMethods 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:
acceptin interfaceNode- Specified by:
acceptin classExpression
-
accept
-
equals
- Overrides:
equalsin classAbstractNode
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractNode
-