All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.substrait.proto.FunctionOption Maven / Gradle / Ivy

Go to download

Create a well-defined, cross-language specification for data compute operations

There is a newer version: 0.46.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: substrait/algebra.proto

// Protobuf Java Version: 3.25.5
package io.substrait.proto;

/**
 * 
 * An optional function argument.  Typically used for specifying behavior in
 * invalid or corner cases.
 * 
* * Protobuf type {@code substrait.FunctionOption} */ public final class FunctionOption extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:substrait.FunctionOption) FunctionOptionOrBuilder { private static final long serialVersionUID = 0L; // Use FunctionOption.newBuilder() to construct. private FunctionOption(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private FunctionOption() { name_ = ""; preference_ = com.google.protobuf.LazyStringArrayList.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new FunctionOption(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return io.substrait.proto.Algebra.internal_static_substrait_FunctionOption_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return io.substrait.proto.Algebra.internal_static_substrait_FunctionOption_fieldAccessorTable .ensureFieldAccessorsInitialized( io.substrait.proto.FunctionOption.class, io.substrait.proto.FunctionOption.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** *
   * Name of the option to set. If the consumer does not recognize the
   * option, it must reject the plan. The name is matched case-insensitively
   * with option names defined for the function.
   * 
* * string name = 1; * @return The name. */ @java.lang.Override public java.lang.String getName() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } } /** *
   * Name of the option to set. If the consumer does not recognize the
   * option, it must reject the plan. The name is matched case-insensitively
   * with option names defined for the function.
   * 
* * string name = 1; * @return The bytes for name. */ @java.lang.Override public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int PREFERENCE_FIELD_NUMBER = 2; @SuppressWarnings("serial") private com.google.protobuf.LazyStringArrayList preference_ = com.google.protobuf.LazyStringArrayList.emptyList(); /** *
   * List of behavior options allowed by the producer. At least one must be
   * specified; to leave an option unspecified, simply don't add an entry to
   * `options`. The consumer must use the first option from the list that it
   * supports. If the consumer supports none of the specified options, it
   * must reject the plan. The name is matched case-insensitively and must
   * match one of the option values defined for the option.
   * 
* * repeated string preference = 2; * @return A list containing the preference. */ public com.google.protobuf.ProtocolStringList getPreferenceList() { return preference_; } /** *
   * List of behavior options allowed by the producer. At least one must be
   * specified; to leave an option unspecified, simply don't add an entry to
   * `options`. The consumer must use the first option from the list that it
   * supports. If the consumer supports none of the specified options, it
   * must reject the plan. The name is matched case-insensitively and must
   * match one of the option values defined for the option.
   * 
* * repeated string preference = 2; * @return The count of preference. */ public int getPreferenceCount() { return preference_.size(); } /** *
   * List of behavior options allowed by the producer. At least one must be
   * specified; to leave an option unspecified, simply don't add an entry to
   * `options`. The consumer must use the first option from the list that it
   * supports. If the consumer supports none of the specified options, it
   * must reject the plan. The name is matched case-insensitively and must
   * match one of the option values defined for the option.
   * 
* * repeated string preference = 2; * @param index The index of the element to return. * @return The preference at the given index. */ public java.lang.String getPreference(int index) { return preference_.get(index); } /** *
   * List of behavior options allowed by the producer. At least one must be
   * specified; to leave an option unspecified, simply don't add an entry to
   * `options`. The consumer must use the first option from the list that it
   * supports. If the consumer supports none of the specified options, it
   * must reject the plan. The name is matched case-insensitively and must
   * match one of the option values defined for the option.
   * 
* * repeated string preference = 2; * @param index The index of the value to return. * @return The bytes of the preference at the given index. */ public com.google.protobuf.ByteString getPreferenceBytes(int index) { return preference_.getByteString(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } for (int i = 0; i < preference_.size(); i++) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, preference_.getRaw(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } { int dataSize = 0; for (int i = 0; i < preference_.size(); i++) { dataSize += computeStringSizeNoTag(preference_.getRaw(i)); } size += dataSize; size += 1 * getPreferenceList().size(); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof io.substrait.proto.FunctionOption)) { return super.equals(obj); } io.substrait.proto.FunctionOption other = (io.substrait.proto.FunctionOption) obj; if (!getName() .equals(other.getName())) return false; if (!getPreferenceList() .equals(other.getPreferenceList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); if (getPreferenceCount() > 0) { hash = (37 * hash) + PREFERENCE_FIELD_NUMBER; hash = (53 * hash) + getPreferenceList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static io.substrait.proto.FunctionOption parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.substrait.proto.FunctionOption parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.substrait.proto.FunctionOption parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.substrait.proto.FunctionOption parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.substrait.proto.FunctionOption parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static io.substrait.proto.FunctionOption parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static io.substrait.proto.FunctionOption parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.substrait.proto.FunctionOption parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static io.substrait.proto.FunctionOption parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static io.substrait.proto.FunctionOption parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static io.substrait.proto.FunctionOption parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static io.substrait.proto.FunctionOption parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(io.substrait.proto.FunctionOption prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   * An optional function argument.  Typically used for specifying behavior in
   * invalid or corner cases.
   * 
* * Protobuf type {@code substrait.FunctionOption} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:substrait.FunctionOption) io.substrait.proto.FunctionOptionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return io.substrait.proto.Algebra.internal_static_substrait_FunctionOption_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return io.substrait.proto.Algebra.internal_static_substrait_FunctionOption_fieldAccessorTable .ensureFieldAccessorsInitialized( io.substrait.proto.FunctionOption.class, io.substrait.proto.FunctionOption.Builder.class); } // Construct using io.substrait.proto.FunctionOption.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; name_ = ""; preference_ = com.google.protobuf.LazyStringArrayList.emptyList(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return io.substrait.proto.Algebra.internal_static_substrait_FunctionOption_descriptor; } @java.lang.Override public io.substrait.proto.FunctionOption getDefaultInstanceForType() { return io.substrait.proto.FunctionOption.getDefaultInstance(); } @java.lang.Override public io.substrait.proto.FunctionOption build() { io.substrait.proto.FunctionOption result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public io.substrait.proto.FunctionOption buildPartial() { io.substrait.proto.FunctionOption result = new io.substrait.proto.FunctionOption(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(io.substrait.proto.FunctionOption result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.name_ = name_; } if (((from_bitField0_ & 0x00000002) != 0)) { preference_.makeImmutable(); result.preference_ = preference_; } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof io.substrait.proto.FunctionOption) { return mergeFrom((io.substrait.proto.FunctionOption)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(io.substrait.proto.FunctionOption other) { if (other == io.substrait.proto.FunctionOption.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; bitField0_ |= 0x00000001; onChanged(); } if (!other.preference_.isEmpty()) { if (preference_.isEmpty()) { preference_ = other.preference_; bitField0_ |= 0x00000002; } else { ensurePreferenceIsMutable(); preference_.addAll(other.preference_); } onChanged(); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { name_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { java.lang.String s = input.readStringRequireUtf8(); ensurePreferenceIsMutable(); preference_.add(s); break; } // case 18 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object name_ = ""; /** *
     * Name of the option to set. If the consumer does not recognize the
     * option, it must reject the plan. The name is matched case-insensitively
     * with option names defined for the function.
     * 
* * string name = 1; * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Name of the option to set. If the consumer does not recognize the
     * option, it must reject the plan. The name is matched case-insensitively
     * with option names defined for the function.
     * 
* * string name = 1; * @return The bytes for name. */ public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Name of the option to set. If the consumer does not recognize the
     * option, it must reject the plan. The name is matched case-insensitively
     * with option names defined for the function.
     * 
* * string name = 1; * @param value The name to set. * @return This builder for chaining. */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * Name of the option to set. If the consumer does not recognize the
     * option, it must reject the plan. The name is matched case-insensitively
     * with option names defined for the function.
     * 
* * string name = 1; * @return This builder for chaining. */ public Builder clearName() { name_ = getDefaultInstance().getName(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
     * Name of the option to set. If the consumer does not recognize the
     * option, it must reject the plan. The name is matched case-insensitively
     * with option names defined for the function.
     * 
* * string name = 1; * @param value The bytes for name to set. * @return This builder for chaining. */ public Builder setNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private com.google.protobuf.LazyStringArrayList preference_ = com.google.protobuf.LazyStringArrayList.emptyList(); private void ensurePreferenceIsMutable() { if (!preference_.isModifiable()) { preference_ = new com.google.protobuf.LazyStringArrayList(preference_); } bitField0_ |= 0x00000002; } /** *
     * List of behavior options allowed by the producer. At least one must be
     * specified; to leave an option unspecified, simply don't add an entry to
     * `options`. The consumer must use the first option from the list that it
     * supports. If the consumer supports none of the specified options, it
     * must reject the plan. The name is matched case-insensitively and must
     * match one of the option values defined for the option.
     * 
* * repeated string preference = 2; * @return A list containing the preference. */ public com.google.protobuf.ProtocolStringList getPreferenceList() { preference_.makeImmutable(); return preference_; } /** *
     * List of behavior options allowed by the producer. At least one must be
     * specified; to leave an option unspecified, simply don't add an entry to
     * `options`. The consumer must use the first option from the list that it
     * supports. If the consumer supports none of the specified options, it
     * must reject the plan. The name is matched case-insensitively and must
     * match one of the option values defined for the option.
     * 
* * repeated string preference = 2; * @return The count of preference. */ public int getPreferenceCount() { return preference_.size(); } /** *
     * List of behavior options allowed by the producer. At least one must be
     * specified; to leave an option unspecified, simply don't add an entry to
     * `options`. The consumer must use the first option from the list that it
     * supports. If the consumer supports none of the specified options, it
     * must reject the plan. The name is matched case-insensitively and must
     * match one of the option values defined for the option.
     * 
* * repeated string preference = 2; * @param index The index of the element to return. * @return The preference at the given index. */ public java.lang.String getPreference(int index) { return preference_.get(index); } /** *
     * List of behavior options allowed by the producer. At least one must be
     * specified; to leave an option unspecified, simply don't add an entry to
     * `options`. The consumer must use the first option from the list that it
     * supports. If the consumer supports none of the specified options, it
     * must reject the plan. The name is matched case-insensitively and must
     * match one of the option values defined for the option.
     * 
* * repeated string preference = 2; * @param index The index of the value to return. * @return The bytes of the preference at the given index. */ public com.google.protobuf.ByteString getPreferenceBytes(int index) { return preference_.getByteString(index); } /** *
     * List of behavior options allowed by the producer. At least one must be
     * specified; to leave an option unspecified, simply don't add an entry to
     * `options`. The consumer must use the first option from the list that it
     * supports. If the consumer supports none of the specified options, it
     * must reject the plan. The name is matched case-insensitively and must
     * match one of the option values defined for the option.
     * 
* * repeated string preference = 2; * @param index The index to set the value at. * @param value The preference to set. * @return This builder for chaining. */ public Builder setPreference( int index, java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensurePreferenceIsMutable(); preference_.set(index, value); bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * List of behavior options allowed by the producer. At least one must be
     * specified; to leave an option unspecified, simply don't add an entry to
     * `options`. The consumer must use the first option from the list that it
     * supports. If the consumer supports none of the specified options, it
     * must reject the plan. The name is matched case-insensitively and must
     * match one of the option values defined for the option.
     * 
* * repeated string preference = 2; * @param value The preference to add. * @return This builder for chaining. */ public Builder addPreference( java.lang.String value) { if (value == null) { throw new NullPointerException(); } ensurePreferenceIsMutable(); preference_.add(value); bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * List of behavior options allowed by the producer. At least one must be
     * specified; to leave an option unspecified, simply don't add an entry to
     * `options`. The consumer must use the first option from the list that it
     * supports. If the consumer supports none of the specified options, it
     * must reject the plan. The name is matched case-insensitively and must
     * match one of the option values defined for the option.
     * 
* * repeated string preference = 2; * @param values The preference to add. * @return This builder for chaining. */ public Builder addAllPreference( java.lang.Iterable values) { ensurePreferenceIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, preference_); bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * List of behavior options allowed by the producer. At least one must be
     * specified; to leave an option unspecified, simply don't add an entry to
     * `options`. The consumer must use the first option from the list that it
     * supports. If the consumer supports none of the specified options, it
     * must reject the plan. The name is matched case-insensitively and must
     * match one of the option values defined for the option.
     * 
* * repeated string preference = 2; * @return This builder for chaining. */ public Builder clearPreference() { preference_ = com.google.protobuf.LazyStringArrayList.emptyList(); bitField0_ = (bitField0_ & ~0x00000002);; onChanged(); return this; } /** *
     * List of behavior options allowed by the producer. At least one must be
     * specified; to leave an option unspecified, simply don't add an entry to
     * `options`. The consumer must use the first option from the list that it
     * supports. If the consumer supports none of the specified options, it
     * must reject the plan. The name is matched case-insensitively and must
     * match one of the option values defined for the option.
     * 
* * repeated string preference = 2; * @param value The bytes of the preference to add. * @return This builder for chaining. */ public Builder addPreferenceBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); ensurePreferenceIsMutable(); preference_.add(value); bitField0_ |= 0x00000002; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:substrait.FunctionOption) } // @@protoc_insertion_point(class_scope:substrait.FunctionOption) private static final io.substrait.proto.FunctionOption DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new io.substrait.proto.FunctionOption(); } public static io.substrait.proto.FunctionOption getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public FunctionOption parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public io.substrait.proto.FunctionOption getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy