Package | Description |
---|---|
org.tikv.common.expression | |
org.tikv.common.expression.visitor |
Modifier and Type | Method and Description |
---|---|
static StringRegExpression |
StringRegExpression.contains(Expression left,
Expression right) |
static StringRegExpression |
StringRegExpression.endsWith(Expression left,
Expression right) |
static StringRegExpression |
StringRegExpression.like(Expression left,
Expression right) |
static StringRegExpression |
StringRegExpression.startsWith(Expression left,
Expression right) |
Modifier and Type | Method and Description |
---|---|
protected abstract R |
Visitor.visit(StringRegExpression node,
C context) |
Modifier and Type | Method and Description |
---|---|
protected R |
DefaultVisitor.visit(StringRegExpression node,
C context) |
protected Expr |
ProtoConverter.visit(StringRegExpression node,
Object context) |
protected com.google.common.collect.RangeSet<TypedKey> |
IndexRangeSetBuilder.visit(StringRegExpression node,
Void context) |
protected Boolean |
IndexMatcher.visit(StringRegExpression node,
Void context) |
Copyright © 2024 PingCAP. All rights reserved.