Class SetRel.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<SetRel.Builder>
io.substrait.proto.SetRel.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, SetRelOrBuilder, Cloneable
Enclosing class:
SetRel

public static final class SetRel.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SetRel.Builder> implements SetRelOrBuilder
 The relational set operators (intersection/union/etc..)
 
Protobuf type substrait.SetRel
  • Method Details

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

      public SetRel.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<SetRel.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<SetRel.Builder>
    • getDefaultInstanceForType

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

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

      public SetRel buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public SetRel.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<SetRel.Builder>
    • setField

      public SetRel.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<SetRel.Builder>
    • clearField

      public SetRel.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<SetRel.Builder>
    • clearOneof

      public SetRel.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SetRel.Builder>
    • setRepeatedField

      public SetRel.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SetRel.Builder>
    • addRepeatedField

      public SetRel.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SetRel.Builder>
    • mergeFrom

      public SetRel.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<SetRel.Builder>
    • mergeFrom

      public SetRel.Builder mergeFrom(SetRel other)
    • isInitialized

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

      public SetRel.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<SetRel.Builder>
      Throws:
      IOException
    • hasCommon

      public boolean hasCommon()
      .substrait.RelCommon common = 1;
      Specified by:
      hasCommon in interface SetRelOrBuilder
      Returns:
      Whether the common field is set.
    • getCommon

      public RelCommon getCommon()
      .substrait.RelCommon common = 1;
      Specified by:
      getCommon in interface SetRelOrBuilder
      Returns:
      The common.
    • setCommon

      public SetRel.Builder setCommon(RelCommon value)
      .substrait.RelCommon common = 1;
    • setCommon

      public SetRel.Builder setCommon(RelCommon.Builder builderForValue)
      .substrait.RelCommon common = 1;
    • mergeCommon

      public SetRel.Builder mergeCommon(RelCommon value)
      .substrait.RelCommon common = 1;
    • clearCommon

      public SetRel.Builder clearCommon()
      .substrait.RelCommon common = 1;
    • getCommonBuilder

      public RelCommon.Builder getCommonBuilder()
      .substrait.RelCommon common = 1;
    • getCommonOrBuilder

      public RelCommonOrBuilder getCommonOrBuilder()
      .substrait.RelCommon common = 1;
      Specified by:
      getCommonOrBuilder in interface SetRelOrBuilder
    • getInputsList

      public List<Rel> getInputsList()
       The first input is the primary input, the remaining are secondary
       inputs.  There must be at least two inputs.
       
      repeated .substrait.Rel inputs = 2;
      Specified by:
      getInputsList in interface SetRelOrBuilder
    • getInputsCount

      public int getInputsCount()
       The first input is the primary input, the remaining are secondary
       inputs.  There must be at least two inputs.
       
      repeated .substrait.Rel inputs = 2;
      Specified by:
      getInputsCount in interface SetRelOrBuilder
    • getInputs

      public Rel getInputs(int index)
       The first input is the primary input, the remaining are secondary
       inputs.  There must be at least two inputs.
       
      repeated .substrait.Rel inputs = 2;
      Specified by:
      getInputs in interface SetRelOrBuilder
    • setInputs

      public SetRel.Builder setInputs(int index, Rel value)
       The first input is the primary input, the remaining are secondary
       inputs.  There must be at least two inputs.
       
      repeated .substrait.Rel inputs = 2;
    • setInputs

      public SetRel.Builder setInputs(int index, Rel.Builder builderForValue)
       The first input is the primary input, the remaining are secondary
       inputs.  There must be at least two inputs.
       
      repeated .substrait.Rel inputs = 2;
    • addInputs

      public SetRel.Builder addInputs(Rel value)
       The first input is the primary input, the remaining are secondary
       inputs.  There must be at least two inputs.
       
      repeated .substrait.Rel inputs = 2;
    • addInputs

      public SetRel.Builder addInputs(int index, Rel value)
       The first input is the primary input, the remaining are secondary
       inputs.  There must be at least two inputs.
       
      repeated .substrait.Rel inputs = 2;
    • addInputs

      public SetRel.Builder addInputs(Rel.Builder builderForValue)
       The first input is the primary input, the remaining are secondary
       inputs.  There must be at least two inputs.
       
      repeated .substrait.Rel inputs = 2;
    • addInputs

      public SetRel.Builder addInputs(int index, Rel.Builder builderForValue)
       The first input is the primary input, the remaining are secondary
       inputs.  There must be at least two inputs.
       
      repeated .substrait.Rel inputs = 2;
    • addAllInputs

      public SetRel.Builder addAllInputs(Iterable<? extends Rel> values)
       The first input is the primary input, the remaining are secondary
       inputs.  There must be at least two inputs.
       
      repeated .substrait.Rel inputs = 2;
    • clearInputs

      public SetRel.Builder clearInputs()
       The first input is the primary input, the remaining are secondary
       inputs.  There must be at least two inputs.
       
      repeated .substrait.Rel inputs = 2;
    • removeInputs

      public SetRel.Builder removeInputs(int index)
       The first input is the primary input, the remaining are secondary
       inputs.  There must be at least two inputs.
       
      repeated .substrait.Rel inputs = 2;
    • getInputsBuilder

      public Rel.Builder getInputsBuilder(int index)
       The first input is the primary input, the remaining are secondary
       inputs.  There must be at least two inputs.
       
      repeated .substrait.Rel inputs = 2;
    • getInputsOrBuilder

      public RelOrBuilder getInputsOrBuilder(int index)
       The first input is the primary input, the remaining are secondary
       inputs.  There must be at least two inputs.
       
      repeated .substrait.Rel inputs = 2;
      Specified by:
      getInputsOrBuilder in interface SetRelOrBuilder
    • getInputsOrBuilderList

      public List<? extends RelOrBuilder> getInputsOrBuilderList()
       The first input is the primary input, the remaining are secondary
       inputs.  There must be at least two inputs.
       
      repeated .substrait.Rel inputs = 2;
      Specified by:
      getInputsOrBuilderList in interface SetRelOrBuilder
    • addInputsBuilder

      public Rel.Builder addInputsBuilder()
       The first input is the primary input, the remaining are secondary
       inputs.  There must be at least two inputs.
       
      repeated .substrait.Rel inputs = 2;
    • addInputsBuilder

      public Rel.Builder addInputsBuilder(int index)
       The first input is the primary input, the remaining are secondary
       inputs.  There must be at least two inputs.
       
      repeated .substrait.Rel inputs = 2;
    • getInputsBuilderList

      public List<Rel.Builder> getInputsBuilderList()
       The first input is the primary input, the remaining are secondary
       inputs.  There must be at least two inputs.
       
      repeated .substrait.Rel inputs = 2;
    • getOpValue

      public int getOpValue()
      .substrait.SetRel.SetOp op = 3;
      Specified by:
      getOpValue in interface SetRelOrBuilder
      Returns:
      The enum numeric value on the wire for op.
    • setOpValue

      public SetRel.Builder setOpValue(int value)
      .substrait.SetRel.SetOp op = 3;
      Parameters:
      value - The enum numeric value on the wire for op to set.
      Returns:
      This builder for chaining.
    • getOp

      public SetRel.SetOp getOp()
      .substrait.SetRel.SetOp op = 3;
      Specified by:
      getOp in interface SetRelOrBuilder
      Returns:
      The op.
    • setOp

      public SetRel.Builder setOp(SetRel.SetOp value)
      .substrait.SetRel.SetOp op = 3;
      Parameters:
      value - The op to set.
      Returns:
      This builder for chaining.
    • clearOp

      public SetRel.Builder clearOp()
      .substrait.SetRel.SetOp op = 3;
      Returns:
      This builder for chaining.
    • hasAdvancedExtension

      public boolean hasAdvancedExtension()
      .substrait.extensions.AdvancedExtension advanced_extension = 10;
      Specified by:
      hasAdvancedExtension in interface SetRelOrBuilder
      Returns:
      Whether the advancedExtension field is set.
    • getAdvancedExtension

      public AdvancedExtension getAdvancedExtension()
      .substrait.extensions.AdvancedExtension advanced_extension = 10;
      Specified by:
      getAdvancedExtension in interface SetRelOrBuilder
      Returns:
      The advancedExtension.
    • setAdvancedExtension

      public SetRel.Builder setAdvancedExtension(AdvancedExtension value)
      .substrait.extensions.AdvancedExtension advanced_extension = 10;
    • setAdvancedExtension

      public SetRel.Builder setAdvancedExtension(AdvancedExtension.Builder builderForValue)
      .substrait.extensions.AdvancedExtension advanced_extension = 10;
    • mergeAdvancedExtension

      public SetRel.Builder mergeAdvancedExtension(AdvancedExtension value)
      .substrait.extensions.AdvancedExtension advanced_extension = 10;
    • clearAdvancedExtension

      public SetRel.Builder clearAdvancedExtension()
      .substrait.extensions.AdvancedExtension advanced_extension = 10;
    • getAdvancedExtensionBuilder

      public AdvancedExtension.Builder getAdvancedExtensionBuilder()
      .substrait.extensions.AdvancedExtension advanced_extension = 10;
    • getAdvancedExtensionOrBuilder

      public AdvancedExtensionOrBuilder getAdvancedExtensionOrBuilder()
      .substrait.extensions.AdvancedExtension advanced_extension = 10;
      Specified by:
      getAdvancedExtensionOrBuilder in interface SetRelOrBuilder
    • setUnknownFields

      public final SetRel.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SetRel.Builder>
    • mergeUnknownFields

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