public static final class FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder> implements FlightSql.ActionCreatePreparedSubstraitPlanRequestOrBuilder
Request message for the "CreatePreparedSubstraitPlan" action on a Flight SQL enabled backend.Protobuf type
arrow.flight.protocol.sql.ActionCreatePreparedSubstraitPlanRequest| Modifier and Type | Method and Description |
|---|---|
FlightSql.ActionCreatePreparedSubstraitPlanRequest |
build() |
FlightSql.ActionCreatePreparedSubstraitPlanRequest |
buildPartial() |
FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder |
clear() |
FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder |
clearPlan()
The serialized substrait.Plan to create a prepared statement for.
|
FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder |
clearTransactionId()
Create/execute the prepared statement as part of this transaction (if
unset, executions of the prepared statement will be auto-committed).
|
FlightSql.ActionCreatePreparedSubstraitPlanRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
FlightSql.SubstraitPlan |
getPlan()
The serialized substrait.Plan to create a prepared statement for.
|
FlightSql.SubstraitPlan.Builder |
getPlanBuilder()
The serialized substrait.Plan to create a prepared statement for.
|
FlightSql.SubstraitPlanOrBuilder |
getPlanOrBuilder()
The serialized substrait.Plan to create a prepared statement for.
|
com.google.protobuf.ByteString |
getTransactionId()
Create/execute the prepared statement as part of this transaction (if
unset, executions of the prepared statement will be auto-committed).
|
boolean |
hasPlan()
The serialized substrait.Plan to create a prepared statement for.
|
boolean |
hasTransactionId()
Create/execute the prepared statement as part of this transaction (if
unset, executions of the prepared statement will be auto-committed).
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder |
mergeFrom(FlightSql.ActionCreatePreparedSubstraitPlanRequest other) |
FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder |
mergePlan(FlightSql.SubstraitPlan value)
The serialized substrait.Plan to create a prepared statement for.
|
FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder |
setPlan(FlightSql.SubstraitPlan.Builder builderForValue)
The serialized substrait.Plan to create a prepared statement for.
|
FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder |
setPlan(FlightSql.SubstraitPlan value)
The serialized substrait.Plan to create a prepared statement for.
|
FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder |
setTransactionId(com.google.protobuf.ByteString value)
Create/execute the prepared statement as part of this transaction (if
unset, executions of the prepared statement will be auto-committed).
|
FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
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.ActionCreatePreparedSubstraitPlanRequest.Builder>public FlightSql.ActionCreatePreparedSubstraitPlanRequest.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.ActionCreatePreparedSubstraitPlanRequest.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.ActionCreatePreparedSubstraitPlanRequest.Builder>public FlightSql.ActionCreatePreparedSubstraitPlanRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic FlightSql.ActionCreatePreparedSubstraitPlanRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic FlightSql.ActionCreatePreparedSubstraitPlanRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder>public FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder mergeFrom(FlightSql.ActionCreatePreparedSubstraitPlanRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder>public FlightSql.ActionCreatePreparedSubstraitPlanRequest.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.ActionCreatePreparedSubstraitPlanRequest.Builder>IOExceptionpublic boolean hasPlan()
The serialized substrait.Plan to create a prepared statement for.
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;hasPlan in interface FlightSql.ActionCreatePreparedSubstraitPlanRequestOrBuilderpublic FlightSql.SubstraitPlan getPlan()
The serialized substrait.Plan to create a prepared statement for.
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;getPlan in interface FlightSql.ActionCreatePreparedSubstraitPlanRequestOrBuilderpublic FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder setPlan(FlightSql.SubstraitPlan value)
The serialized substrait.Plan to create a prepared statement for.
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;public FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder setPlan(FlightSql.SubstraitPlan.Builder builderForValue)
The serialized substrait.Plan to create a prepared statement for.
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;public FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder mergePlan(FlightSql.SubstraitPlan value)
The serialized substrait.Plan to create a prepared statement for.
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;public FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder clearPlan()
The serialized substrait.Plan to create a prepared statement for.
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;public FlightSql.SubstraitPlan.Builder getPlanBuilder()
The serialized substrait.Plan to create a prepared statement for.
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;public FlightSql.SubstraitPlanOrBuilder getPlanOrBuilder()
The serialized substrait.Plan to create a prepared statement for.
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;getPlanOrBuilder in interface FlightSql.ActionCreatePreparedSubstraitPlanRequestOrBuilderpublic boolean hasTransactionId()
Create/execute the prepared statement as part of this transaction (if unset, executions of the prepared statement will be auto-committed).
optional bytes transaction_id = 2;hasTransactionId in interface FlightSql.ActionCreatePreparedSubstraitPlanRequestOrBuilderpublic com.google.protobuf.ByteString getTransactionId()
Create/execute the prepared statement as part of this transaction (if unset, executions of the prepared statement will be auto-committed).
optional bytes transaction_id = 2;getTransactionId in interface FlightSql.ActionCreatePreparedSubstraitPlanRequestOrBuilderpublic FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder setTransactionId(com.google.protobuf.ByteString value)
Create/execute the prepared statement as part of this transaction (if unset, executions of the prepared statement will be auto-committed).
optional bytes transaction_id = 2;value - The transactionId to set.public FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder clearTransactionId()
Create/execute the prepared statement as part of this transaction (if unset, executions of the prepared statement will be auto-committed).
optional bytes transaction_id = 2;public final FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder>public final FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder>Copyright © 2024 The Apache Software Foundation. All rights reserved.