接口 GraphAlgebraPhysical.JoinOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- GraphAlgebraPhysical
public static interface GraphAlgebraPhysical.JoinOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 GraphAlgebraPhysical.Join.JoinKindgetJoinKind().physical.Join.JoinKind join_kind = 3;intgetJoinKindValue().physical.Join.JoinKind join_kind = 3;OuterExpression.VariablegetLeftKeys(int index)The key to perform Join (on results output by left_plan)intgetLeftKeysCount()The key to perform Join (on results output by left_plan)List<OuterExpression.Variable>getLeftKeysList()The key to perform Join (on results output by left_plan)OuterExpression.VariableOrBuildergetLeftKeysOrBuilder(int index)The key to perform Join (on results output by left_plan)List<? extends OuterExpression.VariableOrBuilder>getLeftKeysOrBuilderList()The key to perform Join (on results output by left_plan)GraphAlgebraPhysical.PhysicalPlangetLeftPlan().physical.PhysicalPlan left_plan = 4;GraphAlgebraPhysical.PhysicalPlanOrBuildergetLeftPlanOrBuilder().physical.PhysicalPlan left_plan = 4;OuterExpression.VariablegetRightKeys(int index)The key to perform Join (on results output by right_plan)intgetRightKeysCount()The key to perform Join (on results output by right_plan)List<OuterExpression.Variable>getRightKeysList()The key to perform Join (on results output by right_plan)OuterExpression.VariableOrBuildergetRightKeysOrBuilder(int index)The key to perform Join (on results output by right_plan)List<? extends OuterExpression.VariableOrBuilder>getRightKeysOrBuilderList()The key to perform Join (on results output by right_plan)GraphAlgebraPhysical.PhysicalPlangetRightPlan().physical.PhysicalPlan right_plan = 5;GraphAlgebraPhysical.PhysicalPlanOrBuildergetRightPlanOrBuilder().physical.PhysicalPlan right_plan = 5;booleanhasLeftPlan().physical.PhysicalPlan left_plan = 4;booleanhasRightPlan().physical.PhysicalPlan right_plan = 5;
-
-
-
方法详细资料
-
getLeftKeysList
List<OuterExpression.Variable> getLeftKeysList()
The key to perform Join (on results output by left_plan)
repeated .common.Variable left_keys = 1;
-
getLeftKeys
OuterExpression.Variable getLeftKeys(int index)
The key to perform Join (on results output by left_plan)
repeated .common.Variable left_keys = 1;
-
getLeftKeysCount
int getLeftKeysCount()
The key to perform Join (on results output by left_plan)
repeated .common.Variable left_keys = 1;
-
getLeftKeysOrBuilderList
List<? extends OuterExpression.VariableOrBuilder> getLeftKeysOrBuilderList()
The key to perform Join (on results output by left_plan)
repeated .common.Variable left_keys = 1;
-
getLeftKeysOrBuilder
OuterExpression.VariableOrBuilder getLeftKeysOrBuilder(int index)
The key to perform Join (on results output by left_plan)
repeated .common.Variable left_keys = 1;
-
getRightKeysList
List<OuterExpression.Variable> getRightKeysList()
The key to perform Join (on results output by right_plan)
repeated .common.Variable right_keys = 2;
-
getRightKeys
OuterExpression.Variable getRightKeys(int index)
The key to perform Join (on results output by right_plan)
repeated .common.Variable right_keys = 2;
-
getRightKeysCount
int getRightKeysCount()
The key to perform Join (on results output by right_plan)
repeated .common.Variable right_keys = 2;
-
getRightKeysOrBuilderList
List<? extends OuterExpression.VariableOrBuilder> getRightKeysOrBuilderList()
The key to perform Join (on results output by right_plan)
repeated .common.Variable right_keys = 2;
-
getRightKeysOrBuilder
OuterExpression.VariableOrBuilder getRightKeysOrBuilder(int index)
The key to perform Join (on results output by right_plan)
repeated .common.Variable right_keys = 2;
-
getJoinKindValue
int getJoinKindValue()
.physical.Join.JoinKind join_kind = 3;- 返回:
- The enum numeric value on the wire for joinKind.
-
getJoinKind
GraphAlgebraPhysical.Join.JoinKind getJoinKind()
.physical.Join.JoinKind join_kind = 3;- 返回:
- The joinKind.
-
hasLeftPlan
boolean hasLeftPlan()
.physical.PhysicalPlan left_plan = 4;- 返回:
- Whether the leftPlan field is set.
-
getLeftPlan
GraphAlgebraPhysical.PhysicalPlan getLeftPlan()
.physical.PhysicalPlan left_plan = 4;- 返回:
- The leftPlan.
-
getLeftPlanOrBuilder
GraphAlgebraPhysical.PhysicalPlanOrBuilder getLeftPlanOrBuilder()
.physical.PhysicalPlan left_plan = 4;
-
hasRightPlan
boolean hasRightPlan()
.physical.PhysicalPlan right_plan = 5;- 返回:
- Whether the rightPlan field is set.
-
getRightPlan
GraphAlgebraPhysical.PhysicalPlan getRightPlan()
.physical.PhysicalPlan right_plan = 5;- 返回:
- The rightPlan.
-
getRightPlanOrBuilder
GraphAlgebraPhysical.PhysicalPlanOrBuilder getRightPlanOrBuilder()
.physical.PhysicalPlan right_plan = 5;
-
-