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