类 GraphAlgebra.Join.Builder

    • 方法详细资料

      • 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.Join.Builder>
      • clear

        public GraphAlgebra.Join.Builder clear()
        指定者:
        clear 在接口中 com.google.protobuf.Message.Builder
        指定者:
        clear 在接口中 com.google.protobuf.MessageLite.Builder
        覆盖:
        clear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<GraphAlgebra.Join.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.Join.Builder>
      • getDefaultInstanceForType

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

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

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

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

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

        public GraphAlgebra.Join.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.Join.Builder>
        抛出:
        IOException
      • getLeftKeysList

        public List<OuterExpression.Variable> getLeftKeysList()
         TODO(longbin) An expression-ish predicate here is a more general form:
         We currently only support the predicate of the equality of the given keys of both relations are equal.
         In general, a join operator can join on any arbitrary predicate regarding certain attributes of left and right
         participants.
         
        repeated .common.Variable left_keys = 1;
        指定者:
        getLeftKeysList 在接口中 GraphAlgebra.JoinOrBuilder
      • getLeftKeysCount

        public int getLeftKeysCount()
         TODO(longbin) An expression-ish predicate here is a more general form:
         We currently only support the predicate of the equality of the given keys of both relations are equal.
         In general, a join operator can join on any arbitrary predicate regarding certain attributes of left and right
         participants.
         
        repeated .common.Variable left_keys = 1;
        指定者:
        getLeftKeysCount 在接口中 GraphAlgebra.JoinOrBuilder
      • getLeftKeys

        public OuterExpression.Variable getLeftKeys​(int index)
         TODO(longbin) An expression-ish predicate here is a more general form:
         We currently only support the predicate of the equality of the given keys of both relations are equal.
         In general, a join operator can join on any arbitrary predicate regarding certain attributes of left and right
         participants.
         
        repeated .common.Variable left_keys = 1;
        指定者:
        getLeftKeys 在接口中 GraphAlgebra.JoinOrBuilder
      • setLeftKeys

        public GraphAlgebra.Join.Builder setLeftKeys​(int index,
                                                     OuterExpression.Variable value)
         TODO(longbin) An expression-ish predicate here is a more general form:
         We currently only support the predicate of the equality of the given keys of both relations are equal.
         In general, a join operator can join on any arbitrary predicate regarding certain attributes of left and right
         participants.
         
        repeated .common.Variable left_keys = 1;
      • setLeftKeys

        public GraphAlgebra.Join.Builder setLeftKeys​(int index,
                                                     OuterExpression.Variable.Builder builderForValue)
         TODO(longbin) An expression-ish predicate here is a more general form:
         We currently only support the predicate of the equality of the given keys of both relations are equal.
         In general, a join operator can join on any arbitrary predicate regarding certain attributes of left and right
         participants.
         
        repeated .common.Variable left_keys = 1;
      • addLeftKeys

        public GraphAlgebra.Join.Builder addLeftKeys​(OuterExpression.Variable value)
         TODO(longbin) An expression-ish predicate here is a more general form:
         We currently only support the predicate of the equality of the given keys of both relations are equal.
         In general, a join operator can join on any arbitrary predicate regarding certain attributes of left and right
         participants.
         
        repeated .common.Variable left_keys = 1;
      • addLeftKeys

        public GraphAlgebra.Join.Builder addLeftKeys​(int index,
                                                     OuterExpression.Variable value)
         TODO(longbin) An expression-ish predicate here is a more general form:
         We currently only support the predicate of the equality of the given keys of both relations are equal.
         In general, a join operator can join on any arbitrary predicate regarding certain attributes of left and right
         participants.
         
        repeated .common.Variable left_keys = 1;
      • addLeftKeys

        public GraphAlgebra.Join.Builder addLeftKeys​(OuterExpression.Variable.Builder builderForValue)
         TODO(longbin) An expression-ish predicate here is a more general form:
         We currently only support the predicate of the equality of the given keys of both relations are equal.
         In general, a join operator can join on any arbitrary predicate regarding certain attributes of left and right
         participants.
         
        repeated .common.Variable left_keys = 1;
      • addLeftKeys

        public GraphAlgebra.Join.Builder addLeftKeys​(int index,
                                                     OuterExpression.Variable.Builder builderForValue)
         TODO(longbin) An expression-ish predicate here is a more general form:
         We currently only support the predicate of the equality of the given keys of both relations are equal.
         In general, a join operator can join on any arbitrary predicate regarding certain attributes of left and right
         participants.
         
        repeated .common.Variable left_keys = 1;
      • addAllLeftKeys

        public GraphAlgebra.Join.Builder addAllLeftKeys​(Iterable<? extends OuterExpression.Variable> values)
         TODO(longbin) An expression-ish predicate here is a more general form:
         We currently only support the predicate of the equality of the given keys of both relations are equal.
         In general, a join operator can join on any arbitrary predicate regarding certain attributes of left and right
         participants.
         
        repeated .common.Variable left_keys = 1;
      • clearLeftKeys

        public GraphAlgebra.Join.Builder clearLeftKeys()
         TODO(longbin) An expression-ish predicate here is a more general form:
         We currently only support the predicate of the equality of the given keys of both relations are equal.
         In general, a join operator can join on any arbitrary predicate regarding certain attributes of left and right
         participants.
         
        repeated .common.Variable left_keys = 1;
      • removeLeftKeys

        public GraphAlgebra.Join.Builder removeLeftKeys​(int index)
         TODO(longbin) An expression-ish predicate here is a more general form:
         We currently only support the predicate of the equality of the given keys of both relations are equal.
         In general, a join operator can join on any arbitrary predicate regarding certain attributes of left and right
         participants.
         
        repeated .common.Variable left_keys = 1;
      • getLeftKeysBuilder

        public OuterExpression.Variable.Builder getLeftKeysBuilder​(int index)
         TODO(longbin) An expression-ish predicate here is a more general form:
         We currently only support the predicate of the equality of the given keys of both relations are equal.
         In general, a join operator can join on any arbitrary predicate regarding certain attributes of left and right
         participants.
         
        repeated .common.Variable left_keys = 1;
      • getLeftKeysOrBuilder

        public OuterExpression.VariableOrBuilder getLeftKeysOrBuilder​(int index)
         TODO(longbin) An expression-ish predicate here is a more general form:
         We currently only support the predicate of the equality of the given keys of both relations are equal.
         In general, a join operator can join on any arbitrary predicate regarding certain attributes of left and right
         participants.
         
        repeated .common.Variable left_keys = 1;
        指定者:
        getLeftKeysOrBuilder 在接口中 GraphAlgebra.JoinOrBuilder
      • getLeftKeysOrBuilderList

        public List<? extends OuterExpression.VariableOrBuilder> getLeftKeysOrBuilderList()
         TODO(longbin) An expression-ish predicate here is a more general form:
         We currently only support the predicate of the equality of the given keys of both relations are equal.
         In general, a join operator can join on any arbitrary predicate regarding certain attributes of left and right
         participants.
         
        repeated .common.Variable left_keys = 1;
        指定者:
        getLeftKeysOrBuilderList 在接口中 GraphAlgebra.JoinOrBuilder
      • addLeftKeysBuilder

        public OuterExpression.Variable.Builder addLeftKeysBuilder()
         TODO(longbin) An expression-ish predicate here is a more general form:
         We currently only support the predicate of the equality of the given keys of both relations are equal.
         In general, a join operator can join on any arbitrary predicate regarding certain attributes of left and right
         participants.
         
        repeated .common.Variable left_keys = 1;
      • addLeftKeysBuilder

        public OuterExpression.Variable.Builder addLeftKeysBuilder​(int index)
         TODO(longbin) An expression-ish predicate here is a more general form:
         We currently only support the predicate of the equality of the given keys of both relations are equal.
         In general, a join operator can join on any arbitrary predicate regarding certain attributes of left and right
         participants.
         
        repeated .common.Variable left_keys = 1;
      • getLeftKeysBuilderList

        public List<OuterExpression.Variable.Builder> getLeftKeysBuilderList()
         TODO(longbin) An expression-ish predicate here is a more general form:
         We currently only support the predicate of the equality of the given keys of both relations are equal.
         In general, a join operator can join on any arbitrary predicate regarding certain attributes of left and right
         participants.
         
        repeated .common.Variable left_keys = 1;
      • removeRightKeys

        public GraphAlgebra.Join.Builder removeRightKeys​(int index)
        repeated .common.Variable right_keys = 2;
      • getKindValue

        public int getKindValue()
        .algebra.Join.JoinKind kind = 3;
        指定者:
        getKindValue 在接口中 GraphAlgebra.JoinOrBuilder
        返回:
        The enum numeric value on the wire for kind.
      • setKindValue

        public GraphAlgebra.Join.Builder setKindValue​(int value)
        .algebra.Join.JoinKind kind = 3;
        参数:
        value - The enum numeric value on the wire for kind to set.
        返回:
        This builder for chaining.
      • clearKind

        public GraphAlgebra.Join.Builder clearKind()
        .algebra.Join.JoinKind kind = 3;
        返回:
        This builder for chaining.
      • setUnknownFields

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

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