所有方法 实例方法 具体方法
| 限定符和类型 |
方法和说明 |
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) |