@Internal public abstract class ResolvedExpressionVisitor<R> extends Object implements ExpressionVisitor<R>
ResolvedExpression
s.
All expressions of this visitor are the output of the API and might be passed to a planner.
Constructor and Description |
---|
ResolvedExpressionVisitor() |
Modifier and Type | Method and Description |
---|---|
R |
visit(Expression other) |
abstract R |
visit(LocalReferenceExpression localReference) |
abstract R |
visit(ResolvedExpression other)
For resolved expressions created by the planner.
|
abstract R |
visit(TableReferenceExpression tableReference) |
public final R visit(Expression other)
visit
in interface ExpressionVisitor<R>
public abstract R visit(TableReferenceExpression tableReference)
public abstract R visit(LocalReferenceExpression localReference)
public abstract R visit(ResolvedExpression other)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.