接口 GraphAlgebraPhysical.ApplyOrBuilder

    • 方法详细资料

      • getJoinKindValue

        int getJoinKindValue()
         Define how to join the result of the subtask back to the original relation
         
        .physical.Join.JoinKind join_kind = 1;
        返回:
        The enum numeric value on the wire for joinKind.
      • getJoinKind

        GraphAlgebraPhysical.Join.JoinKind getJoinKind()
         Define how to join the result of the subtask back to the original relation
         
        .physical.Join.JoinKind join_kind = 1;
        返回:
        The joinKind.
      • getKeysList

        List<OuterExpression.Variable> getKeysList()
         The variables to perform grouping, or segmenting.
         If not specified, it is an Apply; otherwise, it is a SegmentApply
         
        repeated .common.Variable keys = 2;
      • getKeys

        OuterExpression.Variable getKeys​(int index)
         The variables to perform grouping, or segmenting.
         If not specified, it is an Apply; otherwise, it is a SegmentApply
         
        repeated .common.Variable keys = 2;
      • getKeysCount

        int getKeysCount()
         The variables to perform grouping, or segmenting.
         If not specified, it is an Apply; otherwise, it is a SegmentApply
         
        repeated .common.Variable keys = 2;
      • getKeysOrBuilderList

        List<? extends OuterExpression.VariableOrBuilder> getKeysOrBuilderList()
         The variables to perform grouping, or segmenting.
         If not specified, it is an Apply; otherwise, it is a SegmentApply
         
        repeated .common.Variable keys = 2;
      • getKeysOrBuilder

        OuterExpression.VariableOrBuilder getKeysOrBuilder​(int index)
         The variables to perform grouping, or segmenting.
         If not specified, it is an Apply; otherwise, it is a SegmentApply
         
        repeated .common.Variable keys = 2;
      • hasSubPlan

        boolean hasSubPlan()
         The subtask will be perform on certain tags as keys of the input relation
         
        .physical.PhysicalPlan sub_plan = 3;
        返回:
        Whether the subPlan field is set.
      • getSubPlan

        GraphAlgebraPhysical.PhysicalPlan getSubPlan()
         The subtask will be perform on certain tags as keys of the input relation
         
        .physical.PhysicalPlan sub_plan = 3;
        返回:
        The subPlan.
      • hasAlias

        boolean hasAlias()
         Define the alias of output from `Apply`. Optional Field.
         
        .google.protobuf.Int32Value alias = 4;
        返回:
        Whether the alias field is set.
      • getAlias

        com.google.protobuf.Int32Value getAlias()
         Define the alias of output from `Apply`. Optional Field.
         
        .google.protobuf.Int32Value alias = 4;
        返回:
        The alias.
      • getAliasOrBuilder

        com.google.protobuf.Int32ValueOrBuilder getAliasOrBuilder()
         Define the alias of output from `Apply`. Optional Field.
         
        .google.protobuf.Int32Value alias = 4;