Package org.apache.calcite.linq4j.tree
Class DynamicExpression
java.lang.Object
org.apache.calcite.linq4j.tree.AbstractNode
org.apache.calcite.linq4j.tree.Expression
org.apache.calcite.linq4j.tree.DynamicExpression
- All Implemented Interfaces:
Node
Represents a dynamic operation.
-
Field Summary
Fields inherited from class org.apache.calcite.linq4j.tree.AbstractNode
nodeType, type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<R> R
Methods inherited from class org.apache.calcite.linq4j.tree.Expression
canReduce
Methods inherited from class org.apache.calcite.linq4j.tree.AbstractNode
accept, equals, evaluate, getNodeType, getType, hashCode, toString
-
Constructor Details
-
DynamicExpression
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceNode
- Specified by:
accept
in classExpression
-
accept
-