| 程序包 | 说明 |
|---|---|
| com.pingcap.tidb.tipb |
| 限定符和类型 | 方法和说明 |
|---|---|
static JoinExecType |
JoinExecType.forNumber(int value) |
JoinExecType |
Join.getJoinExecType()
optional .tipb.JoinExecType join_exec_type = 2 [(.gogoproto.nullable) = false]; |
JoinExecType |
Join.Builder.getJoinExecType()
optional .tipb.JoinExecType join_exec_type = 2 [(.gogoproto.nullable) = false]; |
JoinExecType |
JoinOrBuilder.getJoinExecType()
optional .tipb.JoinExecType join_exec_type = 2 [(.gogoproto.nullable) = false]; |
static JoinExecType |
JoinExecType.valueOf(org.tikv.shade.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static JoinExecType |
JoinExecType.valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static JoinExecType |
JoinExecType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static JoinExecType[] |
JoinExecType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static org.tikv.shade.com.google.protobuf.Internal.EnumLiteMap<JoinExecType> |
JoinExecType.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
Join.Builder |
Join.Builder.setJoinExecType(JoinExecType value)
optional .tipb.JoinExecType join_exec_type = 2 [(.gogoproto.nullable) = false]; |
Copyright © 2023 PingCAP. All rights reserved.