public static final class FlightSql.SubstraitPlan.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.SubstraitPlan.Builder> implements FlightSql.SubstraitPlanOrBuilder
An embedded message describing a Substrait plan to execute.Protobuf type
arrow.flight.protocol.sql.SubstraitPlan| Modifier and Type | Method and Description |
|---|---|
FlightSql.SubstraitPlan |
build() |
FlightSql.SubstraitPlan |
buildPartial() |
FlightSql.SubstraitPlan.Builder |
clear() |
FlightSql.SubstraitPlan.Builder |
clearPlan()
The serialized substrait.Plan to create a prepared statement for.
|
FlightSql.SubstraitPlan.Builder |
clearVersion()
The Substrait release, e.g.
|
FlightSql.SubstraitPlan |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getPlan()
The serialized substrait.Plan to create a prepared statement for.
|
String |
getVersion()
The Substrait release, e.g.
|
com.google.protobuf.ByteString |
getVersionBytes()
The Substrait release, e.g.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FlightSql.SubstraitPlan.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FlightSql.SubstraitPlan.Builder |
mergeFrom(FlightSql.SubstraitPlan other) |
FlightSql.SubstraitPlan.Builder |
mergeFrom(com.google.protobuf.Message other) |
FlightSql.SubstraitPlan.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FlightSql.SubstraitPlan.Builder |
setPlan(com.google.protobuf.ByteString value)
The serialized substrait.Plan to create a prepared statement for.
|
FlightSql.SubstraitPlan.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FlightSql.SubstraitPlan.Builder |
setVersion(String value)
The Substrait release, e.g.
|
FlightSql.SubstraitPlan.Builder |
setVersionBytes(com.google.protobuf.ByteString value)
The Substrait release, e.g.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.SubstraitPlan.Builder>public FlightSql.SubstraitPlan.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.SubstraitPlan.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.SubstraitPlan.Builder>public FlightSql.SubstraitPlan getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic FlightSql.SubstraitPlan build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic FlightSql.SubstraitPlan buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic FlightSql.SubstraitPlan.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FlightSql.SubstraitPlan.Builder>public FlightSql.SubstraitPlan.Builder mergeFrom(FlightSql.SubstraitPlan other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.SubstraitPlan.Builder>public FlightSql.SubstraitPlan.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FlightSql.SubstraitPlan.Builder>IOExceptionpublic com.google.protobuf.ByteString getPlan()
The serialized substrait.Plan to create a prepared statement for. XXX(ARROW-16902): this is bytes instead of an embedded message because Protobuf does not really support one DLL using Protobuf definitions from another DLL.
bytes plan = 1;getPlan in interface FlightSql.SubstraitPlanOrBuilderpublic FlightSql.SubstraitPlan.Builder setPlan(com.google.protobuf.ByteString value)
The serialized substrait.Plan to create a prepared statement for. XXX(ARROW-16902): this is bytes instead of an embedded message because Protobuf does not really support one DLL using Protobuf definitions from another DLL.
bytes plan = 1;value - The plan to set.public FlightSql.SubstraitPlan.Builder clearPlan()
The serialized substrait.Plan to create a prepared statement for. XXX(ARROW-16902): this is bytes instead of an embedded message because Protobuf does not really support one DLL using Protobuf definitions from another DLL.
bytes plan = 1;public String getVersion()
The Substrait release, e.g. "0.12.0". This information is not tracked in the plan itself, so this is the only way for consumers to potentially know if they can handle the plan.
string version = 2;getVersion in interface FlightSql.SubstraitPlanOrBuilderpublic com.google.protobuf.ByteString getVersionBytes()
The Substrait release, e.g. "0.12.0". This information is not tracked in the plan itself, so this is the only way for consumers to potentially know if they can handle the plan.
string version = 2;getVersionBytes in interface FlightSql.SubstraitPlanOrBuilderpublic FlightSql.SubstraitPlan.Builder setVersion(String value)
The Substrait release, e.g. "0.12.0". This information is not tracked in the plan itself, so this is the only way for consumers to potentially know if they can handle the plan.
string version = 2;value - The version to set.public FlightSql.SubstraitPlan.Builder clearVersion()
The Substrait release, e.g. "0.12.0". This information is not tracked in the plan itself, so this is the only way for consumers to potentially know if they can handle the plan.
string version = 2;public FlightSql.SubstraitPlan.Builder setVersionBytes(com.google.protobuf.ByteString value)
The Substrait release, e.g. "0.12.0". This information is not tracked in the plan itself, so this is the only way for consumers to potentially know if they can handle the plan.
string version = 2;value - The bytes for version to set.public final FlightSql.SubstraitPlan.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.SubstraitPlan.Builder>public final FlightSql.SubstraitPlan.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.SubstraitPlan.Builder>Copyright © 2024 The Apache Software Foundation. All rights reserved.