| Package | Description |
|---|---|
| org.tikv.common.expression | |
| org.tikv.common.expression.visitor |
| Modifier and Type | Method and Description |
|---|---|
static Constant |
Constant.create(Object value)
Deprecated.
|
static Constant |
Constant.create(Object value,
DataType type) |
Constant |
FuncCallExpr.eval(Constant literal) |
Constant |
ComparisonBinaryExpression.NormalizedPredicate.getValue() |
Constant |
StringRegExpression.getValue() |
| Modifier and Type | Method and Description |
|---|---|
Constant |
FuncCallExpr.eval(Constant literal) |
protected abstract R |
Visitor.visit(Constant node,
C context) |
| Modifier and Type | Method and Description |
|---|---|
protected R |
DefaultVisitor.visit(Constant node,
C context) |
protected Expr |
ProtoConverter.visit(Constant node,
Object context) |
protected com.google.common.collect.RangeSet<TypedKey> |
PrunedPartitionBuilder.visit(Constant node,
Void context) |
Expression |
PartAndFilterExprRewriter.visit(Constant node,
Void context) |
Copyright © 2025 PingCAP. All rights reserved.