Class PlanProtocol.WindowOperator.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.WindowOperator.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.WindowOperator.Builder>
      • getDefaultInstanceForType

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

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

        public PlanProtocol.WindowOperator 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.WindowOperator.Builder>
      • mergeFrom

        public PlanProtocol.WindowOperator.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.WindowOperator.Builder>
        Throws:
        IOException
      • getPartitioningColsList

        public com.google.protobuf.ProtocolStringList getPartitioningColsList()
        Partitioning columns
         
        repeated string partitioning_cols = 1;
        Specified by:
        getPartitioningColsList in interface PlanProtocol.WindowOperatorOrBuilder
        Returns:
        A list containing the partitioningCols.
      • getPartitioningCols

        public String getPartitioningCols​(int index)
        Partitioning columns
         
        repeated string partitioning_cols = 1;
        Specified by:
        getPartitioningCols in interface PlanProtocol.WindowOperatorOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The partitioningCols at the given index.
      • getPartitioningColsBytes

        public com.google.protobuf.ByteString getPartitioningColsBytes​(int index)
        Partitioning columns
         
        repeated string partitioning_cols = 1;
        Specified by:
        getPartitioningColsBytes in interface PlanProtocol.WindowOperatorOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the partitioningCols at the given index.
      • setPartitioningCols

        public PlanProtocol.WindowOperator.Builder setPartitioningCols​(int index,
                                                                       String value)
        Partitioning columns
         
        repeated string partitioning_cols = 1;
        Parameters:
        index - The index to set the value at.
        value - The partitioningCols to set.
        Returns:
        This builder for chaining.
      • addPartitioningCols

        public PlanProtocol.WindowOperator.Builder addPartitioningCols​(String value)
        Partitioning columns
         
        repeated string partitioning_cols = 1;
        Parameters:
        value - The partitioningCols to add.
        Returns:
        This builder for chaining.
      • addAllPartitioningCols

        public PlanProtocol.WindowOperator.Builder addAllPartitioningCols​(Iterable<String> values)
        Partitioning columns
         
        repeated string partitioning_cols = 1;
        Parameters:
        values - The partitioningCols to add.
        Returns:
        This builder for chaining.
      • clearPartitioningCols

        public PlanProtocol.WindowOperator.Builder clearPartitioningCols()
        Partitioning columns
         
        repeated string partitioning_cols = 1;
        Returns:
        This builder for chaining.
      • addPartitioningColsBytes

        public PlanProtocol.WindowOperator.Builder addPartitioningColsBytes​(com.google.protobuf.ByteString value)
        Partitioning columns
         
        repeated string partitioning_cols = 1;
        Parameters:
        value - The bytes of the partitioningCols to add.
        Returns:
        This builder for chaining.
      • getSortKeysList

        public com.google.protobuf.ProtocolStringList getSortKeysList()
        The sort columns - already includes partitioning cols if any
         
        repeated string sortKeys = 2;
        Specified by:
        getSortKeysList in interface PlanProtocol.WindowOperatorOrBuilder
        Returns:
        A list containing the sortKeys.
      • getSortKeys

        public String getSortKeys​(int index)
        The sort columns - already includes partitioning cols if any
         
        repeated string sortKeys = 2;
        Specified by:
        getSortKeys in interface PlanProtocol.WindowOperatorOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The sortKeys at the given index.
      • getSortKeysBytes

        public com.google.protobuf.ByteString getSortKeysBytes​(int index)
        The sort columns - already includes partitioning cols if any
         
        repeated string sortKeys = 2;
        Specified by:
        getSortKeysBytes in interface PlanProtocol.WindowOperatorOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the sortKeys at the given index.
      • setSortKeys

        public PlanProtocol.WindowOperator.Builder setSortKeys​(int index,
                                                               String value)
        The sort columns - already includes partitioning cols if any
         
        repeated string sortKeys = 2;
        Parameters:
        index - The index to set the value at.
        value - The sortKeys to set.
        Returns:
        This builder for chaining.
      • addSortKeys

        public PlanProtocol.WindowOperator.Builder addSortKeys​(String value)
        The sort columns - already includes partitioning cols if any
         
        repeated string sortKeys = 2;
        Parameters:
        value - The sortKeys to add.
        Returns:
        This builder for chaining.
      • addAllSortKeys

        public PlanProtocol.WindowOperator.Builder addAllSortKeys​(Iterable<String> values)
        The sort columns - already includes partitioning cols if any
         
        repeated string sortKeys = 2;
        Parameters:
        values - The sortKeys to add.
        Returns:
        This builder for chaining.
      • clearSortKeys

        public PlanProtocol.WindowOperator.Builder clearSortKeys()
        The sort columns - already includes partitioning cols if any
         
        repeated string sortKeys = 2;
        Returns:
        This builder for chaining.
      • addSortKeysBytes

        public PlanProtocol.WindowOperator.Builder addSortKeysBytes​(com.google.protobuf.ByteString value)
        The sort columns - already includes partitioning cols if any
         
        repeated string sortKeys = 2;
        Parameters:
        value - The bytes of the sortKeys to add.
        Returns:
        This builder for chaining.
      • getDirections

        public boolean getDirections​(int index)
        The directions for each sort col - true = ascending
         
        repeated bool directions = 3;
        Specified by:
        getDirections in interface PlanProtocol.WindowOperatorOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The directions at the given index.
      • setDirections

        public PlanProtocol.WindowOperator.Builder setDirections​(int index,
                                                                 boolean value)
        The directions for each sort col - true = ascending
         
        repeated bool directions = 3;
        Parameters:
        index - The index to set the value at.
        value - The directions to set.
        Returns:
        This builder for chaining.
      • addDirections

        public PlanProtocol.WindowOperator.Builder addDirections​(boolean value)
        The directions for each sort col - true = ascending
         
        repeated bool directions = 3;
        Parameters:
        value - The directions to add.
        Returns:
        This builder for chaining.
      • addAllDirections

        public PlanProtocol.WindowOperator.Builder addAllDirections​(Iterable<? extends Boolean> values)
        The directions for each sort col - true = ascending
         
        repeated bool directions = 3;
        Parameters:
        values - The directions to add.
        Returns:
        This builder for chaining.
      • clearDirections

        public PlanProtocol.WindowOperator.Builder clearDirections()
        The directions for each sort col - true = ascending
         
        repeated bool directions = 3;
        Returns:
        This builder for chaining.
      • getOpsCount

        public int getOpsCount()
        The aggregation operations to perform
         
        repeated .xg.db.sqlPlans.WindowOperator.WindowOp ops = 4;
        Specified by:
        getOpsCount in interface PlanProtocol.WindowOperatorOrBuilder
        Returns:
        The count of ops.
      • clearOps

        public PlanProtocol.WindowOperator.Builder clearOps()
        The aggregation operations to perform
         
        repeated .xg.db.sqlPlans.WindowOperator.WindowOp ops = 4;
        Returns:
        This builder for chaining.
      • getOpsValue

        public int getOpsValue​(int index)
        The aggregation operations to perform
         
        repeated .xg.db.sqlPlans.WindowOperator.WindowOp ops = 4;
        Specified by:
        getOpsValue in interface PlanProtocol.WindowOperatorOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of ops at the given index.
      • setOpsValue

        public PlanProtocol.WindowOperator.Builder setOpsValue​(int index,
                                                               int value)
        The aggregation operations to perform
         
        repeated .xg.db.sqlPlans.WindowOperator.WindowOp ops = 4;
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of ops at the given index.
      • addOpsValue

        public PlanProtocol.WindowOperator.Builder addOpsValue​(int value)
        The aggregation operations to perform
         
        repeated .xg.db.sqlPlans.WindowOperator.WindowOp ops = 4;
        Parameters:
        value - The enum numeric value on the wire for ops to add.
        Returns:
        This builder for chaining.
      • addAllOpsValue

        public PlanProtocol.WindowOperator.Builder addAllOpsValue​(Iterable<Integer> values)
        The aggregation operations to perform
         
        repeated .xg.db.sqlPlans.WindowOperator.WindowOp ops = 4;
        Parameters:
        values - The enum numeric values on the wire for ops to add.
        Returns:
        This builder for chaining.
      • getInputColsList

        public com.google.protobuf.ProtocolStringList getInputColsList()
        The columns to perform each aggregation on (for operations that take a normal column argument)
        In the same order as ops (and same size)
        The following operations have no input, so any value in those positions is garbage
        WINDOW_OP_COUNT_STAR
        WINDOW_OP_RANK
        WINDOW_OP_DENSE_RANK
        WINDOW_OP_ROW_NUMBER
        WINDOW_OP_FIRST_VALUE
        WINDOW_OP_LAST_VALUE
        WINDOW_OP_CUME_DIST
        WINDOW_OP_PERCENT_RANK
        Additionally these operations only have constant input values, not a column input - so there is nothing here
        WINDOW_OP_NTH_VALUE
        WINDOW_OP_NTILE
         
        repeated string inputCols = 5;
        Specified by:
        getInputColsList in interface PlanProtocol.WindowOperatorOrBuilder
        Returns:
        A list containing the inputCols.
      • getInputColsCount

        public int getInputColsCount()
        The columns to perform each aggregation on (for operations that take a normal column argument)
        In the same order as ops (and same size)
        The following operations have no input, so any value in those positions is garbage
        WINDOW_OP_COUNT_STAR
        WINDOW_OP_RANK
        WINDOW_OP_DENSE_RANK
        WINDOW_OP_ROW_NUMBER
        WINDOW_OP_FIRST_VALUE
        WINDOW_OP_LAST_VALUE
        WINDOW_OP_CUME_DIST
        WINDOW_OP_PERCENT_RANK
        Additionally these operations only have constant input values, not a column input - so there is nothing here
        WINDOW_OP_NTH_VALUE
        WINDOW_OP_NTILE
         
        repeated string inputCols = 5;
        Specified by:
        getInputColsCount in interface PlanProtocol.WindowOperatorOrBuilder
        Returns:
        The count of inputCols.
      • getInputCols

        public String getInputCols​(int index)
        The columns to perform each aggregation on (for operations that take a normal column argument)
        In the same order as ops (and same size)
        The following operations have no input, so any value in those positions is garbage
        WINDOW_OP_COUNT_STAR
        WINDOW_OP_RANK
        WINDOW_OP_DENSE_RANK
        WINDOW_OP_ROW_NUMBER
        WINDOW_OP_FIRST_VALUE
        WINDOW_OP_LAST_VALUE
        WINDOW_OP_CUME_DIST
        WINDOW_OP_PERCENT_RANK
        Additionally these operations only have constant input values, not a column input - so there is nothing here
        WINDOW_OP_NTH_VALUE
        WINDOW_OP_NTILE
         
        repeated string inputCols = 5;
        Specified by:
        getInputCols in interface PlanProtocol.WindowOperatorOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The inputCols at the given index.
      • getInputColsBytes

        public com.google.protobuf.ByteString getInputColsBytes​(int index)
        The columns to perform each aggregation on (for operations that take a normal column argument)
        In the same order as ops (and same size)
        The following operations have no input, so any value in those positions is garbage
        WINDOW_OP_COUNT_STAR
        WINDOW_OP_RANK
        WINDOW_OP_DENSE_RANK
        WINDOW_OP_ROW_NUMBER
        WINDOW_OP_FIRST_VALUE
        WINDOW_OP_LAST_VALUE
        WINDOW_OP_CUME_DIST
        WINDOW_OP_PERCENT_RANK
        Additionally these operations only have constant input values, not a column input - so there is nothing here
        WINDOW_OP_NTH_VALUE
        WINDOW_OP_NTILE
         
        repeated string inputCols = 5;
        Specified by:
        getInputColsBytes in interface PlanProtocol.WindowOperatorOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the inputCols at the given index.
      • setInputCols

        public PlanProtocol.WindowOperator.Builder setInputCols​(int index,
                                                                String value)
        The columns to perform each aggregation on (for operations that take a normal column argument)
        In the same order as ops (and same size)
        The following operations have no input, so any value in those positions is garbage
        WINDOW_OP_COUNT_STAR
        WINDOW_OP_RANK
        WINDOW_OP_DENSE_RANK
        WINDOW_OP_ROW_NUMBER
        WINDOW_OP_FIRST_VALUE
        WINDOW_OP_LAST_VALUE
        WINDOW_OP_CUME_DIST
        WINDOW_OP_PERCENT_RANK
        Additionally these operations only have constant input values, not a column input - so there is nothing here
        WINDOW_OP_NTH_VALUE
        WINDOW_OP_NTILE
         
        repeated string inputCols = 5;
        Parameters:
        index - The index to set the value at.
        value - The inputCols to set.
        Returns:
        This builder for chaining.
      • addInputCols

        public PlanProtocol.WindowOperator.Builder addInputCols​(String value)
        The columns to perform each aggregation on (for operations that take a normal column argument)
        In the same order as ops (and same size)
        The following operations have no input, so any value in those positions is garbage
        WINDOW_OP_COUNT_STAR
        WINDOW_OP_RANK
        WINDOW_OP_DENSE_RANK
        WINDOW_OP_ROW_NUMBER
        WINDOW_OP_FIRST_VALUE
        WINDOW_OP_LAST_VALUE
        WINDOW_OP_CUME_DIST
        WINDOW_OP_PERCENT_RANK
        Additionally these operations only have constant input values, not a column input - so there is nothing here
        WINDOW_OP_NTH_VALUE
        WINDOW_OP_NTILE
         
        repeated string inputCols = 5;
        Parameters:
        value - The inputCols to add.
        Returns:
        This builder for chaining.
      • addAllInputCols

        public PlanProtocol.WindowOperator.Builder addAllInputCols​(Iterable<String> values)
        The columns to perform each aggregation on (for operations that take a normal column argument)
        In the same order as ops (and same size)
        The following operations have no input, so any value in those positions is garbage
        WINDOW_OP_COUNT_STAR
        WINDOW_OP_RANK
        WINDOW_OP_DENSE_RANK
        WINDOW_OP_ROW_NUMBER
        WINDOW_OP_FIRST_VALUE
        WINDOW_OP_LAST_VALUE
        WINDOW_OP_CUME_DIST
        WINDOW_OP_PERCENT_RANK
        Additionally these operations only have constant input values, not a column input - so there is nothing here
        WINDOW_OP_NTH_VALUE
        WINDOW_OP_NTILE
         
        repeated string inputCols = 5;
        Parameters:
        values - The inputCols to add.
        Returns:
        This builder for chaining.
      • clearInputCols

        public PlanProtocol.WindowOperator.Builder clearInputCols()
        The columns to perform each aggregation on (for operations that take a normal column argument)
        In the same order as ops (and same size)
        The following operations have no input, so any value in those positions is garbage
        WINDOW_OP_COUNT_STAR
        WINDOW_OP_RANK
        WINDOW_OP_DENSE_RANK
        WINDOW_OP_ROW_NUMBER
        WINDOW_OP_FIRST_VALUE
        WINDOW_OP_LAST_VALUE
        WINDOW_OP_CUME_DIST
        WINDOW_OP_PERCENT_RANK
        Additionally these operations only have constant input values, not a column input - so there is nothing here
        WINDOW_OP_NTH_VALUE
        WINDOW_OP_NTILE
         
        repeated string inputCols = 5;
        Returns:
        This builder for chaining.
      • addInputColsBytes

        public PlanProtocol.WindowOperator.Builder addInputColsBytes​(com.google.protobuf.ByteString value)
        The columns to perform each aggregation on (for operations that take a normal column argument)
        In the same order as ops (and same size)
        The following operations have no input, so any value in those positions is garbage
        WINDOW_OP_COUNT_STAR
        WINDOW_OP_RANK
        WINDOW_OP_DENSE_RANK
        WINDOW_OP_ROW_NUMBER
        WINDOW_OP_FIRST_VALUE
        WINDOW_OP_LAST_VALUE
        WINDOW_OP_CUME_DIST
        WINDOW_OP_PERCENT_RANK
        Additionally these operations only have constant input values, not a column input - so there is nothing here
        WINDOW_OP_NTH_VALUE
        WINDOW_OP_NTILE
         
        repeated string inputCols = 5;
        Parameters:
        value - The bytes of the inputCols to add.
        Returns:
        This builder for chaining.
      • getOutputColsList

        public com.google.protobuf.ProtocolStringList getOutputColsList()
        The name to give to the columns created by each aggregation operation
         
        repeated string outputCols = 6;
        Specified by:
        getOutputColsList in interface PlanProtocol.WindowOperatorOrBuilder
        Returns:
        A list containing the outputCols.
      • getOutputColsCount

        public int getOutputColsCount()
        The name to give to the columns created by each aggregation operation
         
        repeated string outputCols = 6;
        Specified by:
        getOutputColsCount in interface PlanProtocol.WindowOperatorOrBuilder
        Returns:
        The count of outputCols.
      • getOutputCols

        public String getOutputCols​(int index)
        The name to give to the columns created by each aggregation operation
         
        repeated string outputCols = 6;
        Specified by:
        getOutputCols in interface PlanProtocol.WindowOperatorOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The outputCols at the given index.
      • getOutputColsBytes

        public com.google.protobuf.ByteString getOutputColsBytes​(int index)
        The name to give to the columns created by each aggregation operation
         
        repeated string outputCols = 6;
        Specified by:
        getOutputColsBytes in interface PlanProtocol.WindowOperatorOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the outputCols at the given index.
      • setOutputCols

        public PlanProtocol.WindowOperator.Builder setOutputCols​(int index,
                                                                 String value)
        The name to give to the columns created by each aggregation operation
         
        repeated string outputCols = 6;
        Parameters:
        index - The index to set the value at.
        value - The outputCols to set.
        Returns:
        This builder for chaining.
      • addOutputCols

        public PlanProtocol.WindowOperator.Builder addOutputCols​(String value)
        The name to give to the columns created by each aggregation operation
         
        repeated string outputCols = 6;
        Parameters:
        value - The outputCols to add.
        Returns:
        This builder for chaining.
      • addAllOutputCols

        public PlanProtocol.WindowOperator.Builder addAllOutputCols​(Iterable<String> values)
        The name to give to the columns created by each aggregation operation
         
        repeated string outputCols = 6;
        Parameters:
        values - The outputCols to add.
        Returns:
        This builder for chaining.
      • clearOutputCols

        public PlanProtocol.WindowOperator.Builder clearOutputCols()
        The name to give to the columns created by each aggregation operation
         
        repeated string outputCols = 6;
        Returns:
        This builder for chaining.
      • addOutputColsBytes

        public PlanProtocol.WindowOperator.Builder addOutputColsBytes​(com.google.protobuf.ByteString value)
        The name to give to the columns created by each aggregation operation
         
        repeated string outputCols = 6;
        Parameters:
        value - The bytes of the outputCols to add.
        Returns:
        This builder for chaining.
      • getOutputColsTypesList

        public com.google.protobuf.ProtocolStringList getOutputColsTypesList()
        The types for the outputCols, in the same order
         
        repeated string outputColsTypes = 7;
        Specified by:
        getOutputColsTypesList in interface PlanProtocol.WindowOperatorOrBuilder
        Returns:
        A list containing the outputColsTypes.
      • getOutputColsTypes

        public String getOutputColsTypes​(int index)
        The types for the outputCols, in the same order
         
        repeated string outputColsTypes = 7;
        Specified by:
        getOutputColsTypes in interface PlanProtocol.WindowOperatorOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The outputColsTypes at the given index.
      • getOutputColsTypesBytes

        public com.google.protobuf.ByteString getOutputColsTypesBytes​(int index)
        The types for the outputCols, in the same order
         
        repeated string outputColsTypes = 7;
        Specified by:
        getOutputColsTypesBytes in interface PlanProtocol.WindowOperatorOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the outputColsTypes at the given index.
      • setOutputColsTypes

        public PlanProtocol.WindowOperator.Builder setOutputColsTypes​(int index,
                                                                      String value)
        The types for the outputCols, in the same order
         
        repeated string outputColsTypes = 7;
        Parameters:
        index - The index to set the value at.
        value - The outputColsTypes to set.
        Returns:
        This builder for chaining.
      • addOutputColsTypes

        public PlanProtocol.WindowOperator.Builder addOutputColsTypes​(String value)
        The types for the outputCols, in the same order
         
        repeated string outputColsTypes = 7;
        Parameters:
        value - The outputColsTypes to add.
        Returns:
        This builder for chaining.
      • addAllOutputColsTypes

        public PlanProtocol.WindowOperator.Builder addAllOutputColsTypes​(Iterable<String> values)
        The types for the outputCols, in the same order
         
        repeated string outputColsTypes = 7;
        Parameters:
        values - The outputColsTypes to add.
        Returns:
        This builder for chaining.
      • clearOutputColsTypes

        public PlanProtocol.WindowOperator.Builder clearOutputColsTypes()
        The types for the outputCols, in the same order
         
        repeated string outputColsTypes = 7;
        Returns:
        This builder for chaining.
      • addOutputColsTypesBytes

        public PlanProtocol.WindowOperator.Builder addOutputColsTypesBytes​(com.google.protobuf.ByteString value)
        The types for the outputCols, in the same order
         
        repeated string outputColsTypes = 7;
        Parameters:
        value - The bytes of the outputColsTypes to add.
        Returns:
        This builder for chaining.
      • removeFrames

        public PlanProtocol.WindowOperator.Builder removeFrames​(int index)
        The frame specification for each op, in the same order
         
        repeated .xg.db.sqlPlans.FrameSpec frames = 8;
      • getFramesBuilder

        public PlanProtocol.FrameSpec.Builder getFramesBuilder​(int index)
        The frame specification for each op, in the same order
         
        repeated .xg.db.sqlPlans.FrameSpec frames = 8;
      • addFramesBuilder

        public PlanProtocol.FrameSpec.Builder addFramesBuilder()
        The frame specification for each op, in the same order
         
        repeated .xg.db.sqlPlans.FrameSpec frames = 8;
      • addFramesBuilder

        public PlanProtocol.FrameSpec.Builder addFramesBuilder​(int index)
        The frame specification for each op, in the same order
         
        repeated .xg.db.sqlPlans.FrameSpec frames = 8;
      • getFramesBuilderList

        public List<PlanProtocol.FrameSpec.Builder> getFramesBuilderList()
        The frame specification for each op, in the same order
         
        repeated .xg.db.sqlPlans.FrameSpec frames = 8;
      • getConstIntArgsList

        public List<Long> getConstIntArgsList()
        For functions that take a constant integer argument - they are here - there's an entry for every op even if it isn't used
         
        repeated int64 constIntArgs = 9;
        Specified by:
        getConstIntArgsList in interface PlanProtocol.WindowOperatorOrBuilder
        Returns:
        A list containing the constIntArgs.
      • getConstIntArgsCount

        public int getConstIntArgsCount()
        For functions that take a constant integer argument - they are here - there's an entry for every op even if it isn't used
         
        repeated int64 constIntArgs = 9;
        Specified by:
        getConstIntArgsCount in interface PlanProtocol.WindowOperatorOrBuilder
        Returns:
        The count of constIntArgs.
      • getConstIntArgs

        public long getConstIntArgs​(int index)
        For functions that take a constant integer argument - they are here - there's an entry for every op even if it isn't used
         
        repeated int64 constIntArgs = 9;
        Specified by:
        getConstIntArgs in interface PlanProtocol.WindowOperatorOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The constIntArgs at the given index.
      • setConstIntArgs

        public PlanProtocol.WindowOperator.Builder setConstIntArgs​(int index,
                                                                   long value)
        For functions that take a constant integer argument - they are here - there's an entry for every op even if it isn't used
         
        repeated int64 constIntArgs = 9;
        Parameters:
        index - The index to set the value at.
        value - The constIntArgs to set.
        Returns:
        This builder for chaining.
      • addConstIntArgs

        public PlanProtocol.WindowOperator.Builder addConstIntArgs​(long value)
        For functions that take a constant integer argument - they are here - there's an entry for every op even if it isn't used
         
        repeated int64 constIntArgs = 9;
        Parameters:
        value - The constIntArgs to add.
        Returns:
        This builder for chaining.
      • addAllConstIntArgs

        public PlanProtocol.WindowOperator.Builder addAllConstIntArgs​(Iterable<? extends Long> values)
        For functions that take a constant integer argument - they are here - there's an entry for every op even if it isn't used
         
        repeated int64 constIntArgs = 9;
        Parameters:
        values - The constIntArgs to add.
        Returns:
        This builder for chaining.
      • clearConstIntArgs

        public PlanProtocol.WindowOperator.Builder clearConstIntArgs()
        For functions that take a constant integer argument - they are here - there's an entry for every op even if it isn't used
         
        repeated int64 constIntArgs = 9;
        Returns:
        This builder for chaining.
      • getConstFloatArgsList

        public List<Double> getConstFloatArgsList()
        For functions that take a constant floating point argument - they are here - there's an entry for every op even if it isn't used
         
        repeated double constFloatArgs = 10;
        Specified by:
        getConstFloatArgsList in interface PlanProtocol.WindowOperatorOrBuilder
        Returns:
        A list containing the constFloatArgs.
      • getConstFloatArgsCount

        public int getConstFloatArgsCount()
        For functions that take a constant floating point argument - they are here - there's an entry for every op even if it isn't used
         
        repeated double constFloatArgs = 10;
        Specified by:
        getConstFloatArgsCount in interface PlanProtocol.WindowOperatorOrBuilder
        Returns:
        The count of constFloatArgs.
      • getConstFloatArgs

        public double getConstFloatArgs​(int index)
        For functions that take a constant floating point argument - they are here - there's an entry for every op even if it isn't used
         
        repeated double constFloatArgs = 10;
        Specified by:
        getConstFloatArgs in interface PlanProtocol.WindowOperatorOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The constFloatArgs at the given index.
      • setConstFloatArgs

        public PlanProtocol.WindowOperator.Builder setConstFloatArgs​(int index,
                                                                     double value)
        For functions that take a constant floating point argument - they are here - there's an entry for every op even if it isn't used
         
        repeated double constFloatArgs = 10;
        Parameters:
        index - The index to set the value at.
        value - The constFloatArgs to set.
        Returns:
        This builder for chaining.
      • addConstFloatArgs

        public PlanProtocol.WindowOperator.Builder addConstFloatArgs​(double value)
        For functions that take a constant floating point argument - they are here - there's an entry for every op even if it isn't used
         
        repeated double constFloatArgs = 10;
        Parameters:
        value - The constFloatArgs to add.
        Returns:
        This builder for chaining.
      • addAllConstFloatArgs

        public PlanProtocol.WindowOperator.Builder addAllConstFloatArgs​(Iterable<? extends Double> values)
        For functions that take a constant floating point argument - they are here - there's an entry for every op even if it isn't used
         
        repeated double constFloatArgs = 10;
        Parameters:
        values - The constFloatArgs to add.
        Returns:
        This builder for chaining.
      • clearConstFloatArgs

        public PlanProtocol.WindowOperator.Builder clearConstFloatArgs()
        For functions that take a constant floating point argument - they are here - there's an entry for every op even if it isn't used
         
        repeated double constFloatArgs = 10;
        Returns:
        This builder for chaining.
      • setLimit1

        public PlanProtocol.WindowOperator.Builder setLimit1​(boolean value)
        Is there an immediate following limit 1?
         
        bool limit1 = 11;
        Parameters:
        value - The limit1 to set.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

        public final PlanProtocol.WindowOperator.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.WindowOperator.Builder>