| 程序包 | 说明 |
|---|---|
| com.pingcap.tidb.tipb | |
| org.tikv.common.types |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExprType |
ExprType.forNumber(int value) |
ExprType |
Expr.getTp()
optional .tipb.ExprType tp = 1 [(.gogoproto.nullable) = false]; |
ExprType |
Expr.Builder.getTp()
optional .tipb.ExprType tp = 1 [(.gogoproto.nullable) = false]; |
ExprType |
ExprOrBuilder.getTp()
optional .tipb.ExprType tp = 1 [(.gogoproto.nullable) = false]; |
static ExprType |
ExprType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ExprType |
ExprType.valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static ExprType |
ExprType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ExprType[] |
ExprType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ExprType> |
ExprType.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
Expr.Builder |
Expr.Builder.setTp(ExprType value)
optional .tipb.ExprType tp = 1 [(.gogoproto.nullable) = false]; |
| 限定符和类型 | 方法和说明 |
|---|---|
ExprType |
IntegerType.getProtoExprType() |
ExprType |
RealType.getProtoExprType() |
ExprType |
UninitializedType.getProtoExprType() |
ExprType |
TimeType.getProtoExprType() |
ExprType |
EnumType.getProtoExprType() |
ExprType |
BytesType.getProtoExprType() |
ExprType |
DecimalType.getProtoExprType() |
abstract ExprType |
DataType.getProtoExprType() |
ExprType |
AbstractDateTimeType.getProtoExprType() |
ExprType |
SetType.getProtoExprType() |
ExprType |
JsonType.getProtoExprType() |
Copyright © 2023 PingCAP. All rights reserved.