Package org.apache.calcite.linq4j.tree
Interface ExpressionVisitor
public interface ExpressionVisitor
Represents a visitor or rewriter for expression trees.
- 
Method SummaryModifier and TypeMethodDescription<T extends Function<?>>
 voidvisitLambda(FunctionExpression<T> expression) Visits the children of the delegate expression.
- 
Method Details- 
visitLambdaVisits the children of the delegate expression.
 
-