public class DefaultVisitor<R,C> extends Visitor<R,C>
Constructor and Description |
---|
DefaultVisitor() |
Modifier and Type | Method and Description |
---|---|
protected R |
process(Expression node,
C context) |
protected R |
visit(AggregateFunction node,
C context) |
protected R |
visit(ArithmeticBinaryExpression node,
C context) |
protected R |
visit(ColumnRef node,
C context) |
protected R |
visit(ComparisonBinaryExpression node,
C context) |
protected R |
visit(Constant node,
C context) |
protected R |
visit(FuncCallExpr node,
C context) |
protected R |
visit(IsNull node,
C context) |
protected R |
visit(LogicalBinaryExpression node,
C context) |
protected R |
visit(Not node,
C context) |
protected R |
visit(StringRegExpression node,
C context) |
protected R process(Expression node, C context)
protected R visit(ComparisonBinaryExpression node, C context)
protected R visit(StringRegExpression node, C context)
protected R visit(ArithmeticBinaryExpression node, C context)
protected R visit(LogicalBinaryExpression node, C context)
protected R visit(AggregateFunction node, C context)
Copyright © 2025 PingCAP. All rights reserved.