类 GraphAlgebra.Apply.Builder

  • 所有已实现的接口:
    GraphAlgebra.ApplyOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    封闭类:
    GraphAlgebra.Apply

    public static final class GraphAlgebra.Apply.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.Apply.Builder>
    implements GraphAlgebra.ApplyOrBuilder
     Apply is a relational operation where it first performs a inner correlated subtask for each tuple
     of input relations, and then the result of the subtask will be joined back to each input tuple.
     
    Protobuf type algebra.Apply
    • 方法详细资料

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        指定者:
        internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.Apply.Builder>
      • clear

        public GraphAlgebra.Apply.Builder clear()
        指定者:
        clear 在接口中 com.google.protobuf.Message.Builder
        指定者:
        clear 在接口中 com.google.protobuf.MessageLite.Builder
        覆盖:
        clear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.Apply.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        指定者:
        getDescriptorForType 在接口中 com.google.protobuf.Message.Builder
        指定者:
        getDescriptorForType 在接口中 com.google.protobuf.MessageOrBuilder
        覆盖:
        getDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.Apply.Builder>
      • getDefaultInstanceForType

        public GraphAlgebra.Apply getDefaultInstanceForType()
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder
      • build

        public GraphAlgebra.Apply build()
        指定者:
        build 在接口中 com.google.protobuf.Message.Builder
        指定者:
        build 在接口中 com.google.protobuf.MessageLite.Builder
      • buildPartial

        public GraphAlgebra.Apply buildPartial()
        指定者:
        buildPartial 在接口中 com.google.protobuf.Message.Builder
        指定者:
        buildPartial 在接口中 com.google.protobuf.MessageLite.Builder
      • mergeFrom

        public GraphAlgebra.Apply.Builder mergeFrom​(com.google.protobuf.Message other)
        指定者:
        mergeFrom 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        mergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<GraphAlgebra.Apply.Builder>
      • isInitialized

        public final boolean isInitialized()
        指定者:
        isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
        覆盖:
        isInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.Apply.Builder>
      • mergeFrom

        public GraphAlgebra.Apply.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws IOException
        指定者:
        mergeFrom 在接口中 com.google.protobuf.Message.Builder
        指定者:
        mergeFrom 在接口中 com.google.protobuf.MessageLite.Builder
        覆盖:
        mergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<GraphAlgebra.Apply.Builder>
        抛出:
        IOException
      • getJoinKindValue

        public int getJoinKindValue()
         Define how to join the result of the subtask back to the original relation
         
        .algebra.Join.JoinKind join_kind = 1;
        指定者:
        getJoinKindValue 在接口中 GraphAlgebra.ApplyOrBuilder
        返回:
        The enum numeric value on the wire for joinKind.
      • setJoinKindValue

        public GraphAlgebra.Apply.Builder setJoinKindValue​(int value)
         Define how to join the result of the subtask back to the original relation
         
        .algebra.Join.JoinKind join_kind = 1;
        参数:
        value - The enum numeric value on the wire for joinKind to set.
        返回:
        This builder for chaining.
      • setJoinKind

        public GraphAlgebra.Apply.Builder setJoinKind​(GraphAlgebra.Join.JoinKind value)
         Define how to join the result of the subtask back to the original relation
         
        .algebra.Join.JoinKind join_kind = 1;
        参数:
        value - The joinKind to set.
        返回:
        This builder for chaining.
      • clearJoinKind

        public GraphAlgebra.Apply.Builder clearJoinKind()
         Define how to join the result of the subtask back to the original relation
         
        .algebra.Join.JoinKind join_kind = 1;
        返回:
        This builder for chaining.
      • getTagsCount

        public int getTagsCount()
         To project on certain tags of the input relation to execute the subtask
         
        repeated .common.NameOrId tags = 2;
        指定者:
        getTagsCount 在接口中 GraphAlgebra.ApplyOrBuilder
      • clearTags

        public GraphAlgebra.Apply.Builder clearTags()
         To project on certain tags of the input relation to execute the subtask
         
        repeated .common.NameOrId tags = 2;
      • removeTags

        public GraphAlgebra.Apply.Builder removeTags​(int index)
         To project on certain tags of the input relation to execute the subtask
         
        repeated .common.NameOrId tags = 2;
      • getTagsBuilder

        public Common.NameOrId.Builder getTagsBuilder​(int index)
         To project on certain tags of the input relation to execute the subtask
         
        repeated .common.NameOrId tags = 2;
      • addTagsBuilder

        public Common.NameOrId.Builder addTagsBuilder()
         To project on certain tags of the input relation to execute the subtask
         
        repeated .common.NameOrId tags = 2;
      • addTagsBuilder

        public Common.NameOrId.Builder addTagsBuilder​(int index)
         To project on certain tags of the input relation to execute the subtask
         
        repeated .common.NameOrId tags = 2;
      • getTagsBuilderList

        public List<Common.NameOrId.Builder> getTagsBuilderList()
         To project on certain tags of the input relation to execute the subtask
         
        repeated .common.NameOrId tags = 2;
      • getSubtask

        public int getSubtask()
         The subtask will be perform on certain tags as keys of the input relation
         
        int32 subtask = 3;
        指定者:
        getSubtask 在接口中 GraphAlgebra.ApplyOrBuilder
        返回:
        The subtask.
      • setSubtask

        public GraphAlgebra.Apply.Builder setSubtask​(int value)
         The subtask will be perform on certain tags as keys of the input relation
         
        int32 subtask = 3;
        参数:
        value - The subtask to set.
        返回:
        This builder for chaining.
      • clearSubtask

        public GraphAlgebra.Apply.Builder clearSubtask()
         The subtask will be perform on certain tags as keys of the input relation
         
        int32 subtask = 3;
        返回:
        This builder for chaining.
      • hasAlias

        public boolean hasAlias()
         Define the alias of output from `Apply`
         
        .common.NameOrId alias = 4;
        指定者:
        hasAlias 在接口中 GraphAlgebra.ApplyOrBuilder
        返回:
        Whether the alias field is set.
      • getAliasBuilder

        public Common.NameOrId.Builder getAliasBuilder()
         Define the alias of output from `Apply`
         
        .common.NameOrId alias = 4;
      • setUnknownFields

        public final GraphAlgebra.Apply.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        指定者:
        setUnknownFields 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        setUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.Apply.Builder>
      • mergeUnknownFields

        public final GraphAlgebra.Apply.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        指定者:
        mergeUnknownFields 在接口中 com.google.protobuf.Message.Builder
        覆盖:
        mergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.Apply.Builder>