Class PlanProtocol.OffsetOperator.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.OffsetOperator.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.OffsetOperator.Builder>
      • getDefaultInstanceForType

        public PlanProtocol.OffsetOperator getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public PlanProtocol.OffsetOperator build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public PlanProtocol.OffsetOperator buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.OffsetOperator.Builder>
      • mergeFrom

        public PlanProtocol.OffsetOperator.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PlanProtocol.OffsetOperator.Builder>
        Throws:
        IOException
      • setOffsetVal

        public PlanProtocol.OffsetOperator.Builder setOffsetVal​(long value)
        uint64 offsetVal = 1;
        Parameters:
        value - The offsetVal to set.
        Returns:
        This builder for chaining.
      • setGrouped

        public PlanProtocol.OffsetOperator.Builder setGrouped​(boolean value)
        If true, this is a grouped limit as is used by correlated subqueries
         
        bool grouped = 2;
        Parameters:
        value - The grouped to set.
        Returns:
        This builder for chaining.
      • clearGrouped

        public PlanProtocol.OffsetOperator.Builder clearGrouped()
        If true, this is a grouped limit as is used by correlated subqueries
         
        bool grouped = 2;
        Returns:
        This builder for chaining.
      • getGroupingKeysList

        public com.google.protobuf.ProtocolStringList getGroupingKeysList()
        And these are the grouping keys
         
        repeated string groupingKeys = 3;
        Specified by:
        getGroupingKeysList in interface PlanProtocol.OffsetOperatorOrBuilder
        Returns:
        A list containing the groupingKeys.
      • getGroupingKeys

        public String getGroupingKeys​(int index)
        And these are the grouping keys
         
        repeated string groupingKeys = 3;
        Specified by:
        getGroupingKeys in interface PlanProtocol.OffsetOperatorOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The groupingKeys at the given index.
      • getGroupingKeysBytes

        public com.google.protobuf.ByteString getGroupingKeysBytes​(int index)
        And these are the grouping keys
         
        repeated string groupingKeys = 3;
        Specified by:
        getGroupingKeysBytes in interface PlanProtocol.OffsetOperatorOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the groupingKeys at the given index.
      • setGroupingKeys

        public PlanProtocol.OffsetOperator.Builder setGroupingKeys​(int index,
                                                                   String value)
        And these are the grouping keys
         
        repeated string groupingKeys = 3;
        Parameters:
        index - The index to set the value at.
        value - The groupingKeys to set.
        Returns:
        This builder for chaining.
      • addGroupingKeys

        public PlanProtocol.OffsetOperator.Builder addGroupingKeys​(String value)
        And these are the grouping keys
         
        repeated string groupingKeys = 3;
        Parameters:
        value - The groupingKeys to add.
        Returns:
        This builder for chaining.
      • addAllGroupingKeys

        public PlanProtocol.OffsetOperator.Builder addAllGroupingKeys​(Iterable<String> values)
        And these are the grouping keys
         
        repeated string groupingKeys = 3;
        Parameters:
        values - The groupingKeys to add.
        Returns:
        This builder for chaining.
      • clearGroupingKeys

        public PlanProtocol.OffsetOperator.Builder clearGroupingKeys()
        And these are the grouping keys
         
        repeated string groupingKeys = 3;
        Returns:
        This builder for chaining.
      • addGroupingKeysBytes

        public PlanProtocol.OffsetOperator.Builder addGroupingKeysBytes​(com.google.protobuf.ByteString value)
        And these are the grouping keys
         
        repeated string groupingKeys = 3;
        Parameters:
        value - The bytes of the groupingKeys to add.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

        public final PlanProtocol.OffsetOperator.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.OffsetOperator.Builder>