Package org.apache.calcite.linq4j.tree
Class LambdaExpression
java.lang.Object
org.apache.calcite.linq4j.tree.AbstractNode
org.apache.calcite.linq4j.tree.Expression
org.apache.calcite.linq4j.tree.LambdaExpression
- All Implemented Interfaces:
- Node
- Direct Known Subclasses:
- FunctionExpression
Describes a lambda expression. This captures a block of code that is similar
 to a Java method body.
- 
Field SummaryFields inherited from class org.apache.calcite.linq4j.tree.AbstractNodenodeType, type
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<R> RMethods inherited from class org.apache.calcite.linq4j.tree.ExpressioncanReduceMethods inherited from class org.apache.calcite.linq4j.tree.AbstractNodeaccept, equals, evaluate, getNodeType, getType, hashCode, toString
- 
Constructor Details- 
LambdaExpression
 
- 
- 
Method Details- 
accept- Specified by:
- acceptin interface- Node
- Specified by:
- acceptin class- Expression
 
- 
accept
 
-