public interface JoinOrBuilder
extends org.tikv.shade.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
FieldType |
getBuildTypes(int index)
repeated .tipb.FieldType build_types = 8; |
int |
getBuildTypesCount()
repeated .tipb.FieldType build_types = 8; |
List<FieldType> |
getBuildTypesList()
repeated .tipb.FieldType build_types = 8; |
FieldTypeOrBuilder |
getBuildTypesOrBuilder(int index)
repeated .tipb.FieldType build_types = 8; |
List<? extends FieldTypeOrBuilder> |
getBuildTypesOrBuilderList()
repeated .tipb.FieldType build_types = 8; |
Executor |
getChildren(int index)
repeated .tipb.Executor children = 3; |
int |
getChildrenCount()
repeated .tipb.Executor children = 3; |
List<Executor> |
getChildrenList()
repeated .tipb.Executor children = 3; |
ExecutorOrBuilder |
getChildrenOrBuilder(int index)
repeated .tipb.Executor children = 3; |
List<? extends ExecutorOrBuilder> |
getChildrenOrBuilderList()
repeated .tipb.Executor children = 3; |
long |
getInnerIdx()
0 or 1
optional int64 inner_idx = 4 [(.gogoproto.nullable) = false]; |
JoinExecType |
getJoinExecType()
optional .tipb.JoinExecType join_exec_type = 2 [(.gogoproto.nullable) = false]; |
JoinType |
getJoinType()
optional .tipb.JoinType join_type = 1 [(.gogoproto.nullable) = false]; |
Expr |
getLeftConditions(int index)
repeated .tipb.Expr left_conditions = 9; |
int |
getLeftConditionsCount()
repeated .tipb.Expr left_conditions = 9; |
List<Expr> |
getLeftConditionsList()
repeated .tipb.Expr left_conditions = 9; |
ExprOrBuilder |
getLeftConditionsOrBuilder(int index)
repeated .tipb.Expr left_conditions = 9; |
List<? extends ExprOrBuilder> |
getLeftConditionsOrBuilderList()
repeated .tipb.Expr left_conditions = 9; |
Expr |
getLeftJoinKeys(int index)
repeated .tipb.Expr left_join_keys = 5; |
int |
getLeftJoinKeysCount()
repeated .tipb.Expr left_join_keys = 5; |
List<Expr> |
getLeftJoinKeysList()
repeated .tipb.Expr left_join_keys = 5; |
ExprOrBuilder |
getLeftJoinKeysOrBuilder(int index)
repeated .tipb.Expr left_join_keys = 5; |
List<? extends ExprOrBuilder> |
getLeftJoinKeysOrBuilderList()
repeated .tipb.Expr left_join_keys = 5; |
Expr |
getOtherConditions(int index)
repeated .tipb.Expr other_conditions = 11; |
int |
getOtherConditionsCount()
repeated .tipb.Expr other_conditions = 11; |
List<Expr> |
getOtherConditionsList()
repeated .tipb.Expr other_conditions = 11; |
ExprOrBuilder |
getOtherConditionsOrBuilder(int index)
repeated .tipb.Expr other_conditions = 11; |
List<? extends ExprOrBuilder> |
getOtherConditionsOrBuilderList()
repeated .tipb.Expr other_conditions = 11; |
FieldType |
getProbeTypes(int index)
used by TiFlash join when new collation is enabled.
|
int |
getProbeTypesCount()
used by TiFlash join when new collation is enabled.
|
List<FieldType> |
getProbeTypesList()
used by TiFlash join when new collation is enabled.
|
FieldTypeOrBuilder |
getProbeTypesOrBuilder(int index)
used by TiFlash join when new collation is enabled.
|
List<? extends FieldTypeOrBuilder> |
getProbeTypesOrBuilderList()
used by TiFlash join when new collation is enabled.
|
Expr |
getRightConditions(int index)
repeated .tipb.Expr right_conditions = 10; |
int |
getRightConditionsCount()
repeated .tipb.Expr right_conditions = 10; |
List<Expr> |
getRightConditionsList()
repeated .tipb.Expr right_conditions = 10; |
ExprOrBuilder |
getRightConditionsOrBuilder(int index)
repeated .tipb.Expr right_conditions = 10; |
List<? extends ExprOrBuilder> |
getRightConditionsOrBuilderList()
repeated .tipb.Expr right_conditions = 10; |
Expr |
getRightJoinKeys(int index)
repeated .tipb.Expr right_join_keys = 6; |
int |
getRightJoinKeysCount()
repeated .tipb.Expr right_join_keys = 6; |
List<Expr> |
getRightJoinKeysList()
repeated .tipb.Expr right_join_keys = 6; |
ExprOrBuilder |
getRightJoinKeysOrBuilder(int index)
repeated .tipb.Expr right_join_keys = 6; |
List<? extends ExprOrBuilder> |
getRightJoinKeysOrBuilderList()
repeated .tipb.Expr right_join_keys = 6; |
boolean |
hasInnerIdx()
0 or 1
optional int64 inner_idx = 4 [(.gogoproto.nullable) = false]; |
boolean |
hasJoinExecType()
optional .tipb.JoinExecType join_exec_type = 2 [(.gogoproto.nullable) = false]; |
boolean |
hasJoinType()
optional .tipb.JoinType join_type = 1 [(.gogoproto.nullable) = false]; |
boolean hasJoinType()
optional .tipb.JoinType join_type = 1 [(.gogoproto.nullable) = false];JoinType getJoinType()
optional .tipb.JoinType join_type = 1 [(.gogoproto.nullable) = false];boolean hasJoinExecType()
optional .tipb.JoinExecType join_exec_type = 2 [(.gogoproto.nullable) = false];JoinExecType getJoinExecType()
optional .tipb.JoinExecType join_exec_type = 2 [(.gogoproto.nullable) = false];Executor getChildren(int index)
repeated .tipb.Executor children = 3;int getChildrenCount()
repeated .tipb.Executor children = 3;List<? extends ExecutorOrBuilder> getChildrenOrBuilderList()
repeated .tipb.Executor children = 3;ExecutorOrBuilder getChildrenOrBuilder(int index)
repeated .tipb.Executor children = 3;boolean hasInnerIdx()
0 or 1
optional int64 inner_idx = 4 [(.gogoproto.nullable) = false];long getInnerIdx()
0 or 1
optional int64 inner_idx = 4 [(.gogoproto.nullable) = false];Expr getLeftJoinKeys(int index)
repeated .tipb.Expr left_join_keys = 5;int getLeftJoinKeysCount()
repeated .tipb.Expr left_join_keys = 5;List<? extends ExprOrBuilder> getLeftJoinKeysOrBuilderList()
repeated .tipb.Expr left_join_keys = 5;ExprOrBuilder getLeftJoinKeysOrBuilder(int index)
repeated .tipb.Expr left_join_keys = 5;Expr getRightJoinKeys(int index)
repeated .tipb.Expr right_join_keys = 6;int getRightJoinKeysCount()
repeated .tipb.Expr right_join_keys = 6;List<? extends ExprOrBuilder> getRightJoinKeysOrBuilderList()
repeated .tipb.Expr right_join_keys = 6;ExprOrBuilder getRightJoinKeysOrBuilder(int index)
repeated .tipb.Expr right_join_keys = 6;List<FieldType> getProbeTypesList()
used by TiFlash join when new collation is enabled.
repeated .tipb.FieldType probe_types = 7;FieldType getProbeTypes(int index)
used by TiFlash join when new collation is enabled.
repeated .tipb.FieldType probe_types = 7;int getProbeTypesCount()
used by TiFlash join when new collation is enabled.
repeated .tipb.FieldType probe_types = 7;List<? extends FieldTypeOrBuilder> getProbeTypesOrBuilderList()
used by TiFlash join when new collation is enabled.
repeated .tipb.FieldType probe_types = 7;FieldTypeOrBuilder getProbeTypesOrBuilder(int index)
used by TiFlash join when new collation is enabled.
repeated .tipb.FieldType probe_types = 7;FieldType getBuildTypes(int index)
repeated .tipb.FieldType build_types = 8;int getBuildTypesCount()
repeated .tipb.FieldType build_types = 8;List<? extends FieldTypeOrBuilder> getBuildTypesOrBuilderList()
repeated .tipb.FieldType build_types = 8;FieldTypeOrBuilder getBuildTypesOrBuilder(int index)
repeated .tipb.FieldType build_types = 8;Expr getLeftConditions(int index)
repeated .tipb.Expr left_conditions = 9;int getLeftConditionsCount()
repeated .tipb.Expr left_conditions = 9;List<? extends ExprOrBuilder> getLeftConditionsOrBuilderList()
repeated .tipb.Expr left_conditions = 9;ExprOrBuilder getLeftConditionsOrBuilder(int index)
repeated .tipb.Expr left_conditions = 9;List<Expr> getRightConditionsList()
repeated .tipb.Expr right_conditions = 10;Expr getRightConditions(int index)
repeated .tipb.Expr right_conditions = 10;int getRightConditionsCount()
repeated .tipb.Expr right_conditions = 10;List<? extends ExprOrBuilder> getRightConditionsOrBuilderList()
repeated .tipb.Expr right_conditions = 10;ExprOrBuilder getRightConditionsOrBuilder(int index)
repeated .tipb.Expr right_conditions = 10;List<Expr> getOtherConditionsList()
repeated .tipb.Expr other_conditions = 11;Expr getOtherConditions(int index)
repeated .tipb.Expr other_conditions = 11;int getOtherConditionsCount()
repeated .tipb.Expr other_conditions = 11;List<? extends ExprOrBuilder> getOtherConditionsOrBuilderList()
repeated .tipb.Expr other_conditions = 11;ExprOrBuilder getOtherConditionsOrBuilder(int index)
repeated .tipb.Expr other_conditions = 11;Copyright © 2023 PingCAP. All rights reserved.