接口 GraphAlgebraPhysical.JoinOrBuilder

    • 方法详细资料

      • 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.
      • hasLeftPlan

        boolean hasLeftPlan()
        .physical.PhysicalPlan left_plan = 4;
        返回:
        Whether the leftPlan field is set.
      • hasRightPlan

        boolean hasRightPlan()
        .physical.PhysicalPlan right_plan = 5;
        返回:
        Whether the rightPlan field is set.