public class ColumnMatcher extends DefaultVisitor<Boolean,Void>
Modifier and Type | Method and Description |
---|---|
static Boolean |
match(ColumnRef col,
Expression expression) |
protected Boolean |
process(Expression node,
Void context) |
protected Boolean |
visit(ColumnRef node,
Void context) |
public static Boolean match(ColumnRef col, Expression expression)
protected Boolean process(Expression node, Void context)
process
in class DefaultVisitor<Boolean,Void>
Copyright © 2024 PingCAP. All rights reserved.