public static final class FlightSql.CommandStatementSubstraitPlan.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.CommandStatementSubstraitPlan.Builder> implements FlightSql.CommandStatementSubstraitPlanOrBuilder
Represents a Substrait plan. Used in the command member of FlightDescriptor for the following RPC calls: - GetSchema: return the Arrow schema of the query. Fields on this schema may contain the following metadata: - ARROW:FLIGHT:SQL:CATALOG_NAME - Table's catalog name - ARROW:FLIGHT:SQL:DB_SCHEMA_NAME - Database schema name - ARROW:FLIGHT:SQL:TABLE_NAME - Table name - ARROW:FLIGHT:SQL:TYPE_NAME - The data source-specific name for the data type of the column. - ARROW:FLIGHT:SQL:PRECISION - Column precision/size - ARROW:FLIGHT:SQL:SCALE - Column scale/decimal digits if applicable - ARROW:FLIGHT:SQL:IS_AUTO_INCREMENT - "1" indicates if the column is auto incremented, "0" otherwise. - ARROW:FLIGHT:SQL:IS_CASE_SENSITIVE - "1" indicates if the column is case sensitive, "0" otherwise. - ARROW:FLIGHT:SQL:IS_READ_ONLY - "1" indicates if the column is read only, "0" otherwise. - ARROW:FLIGHT:SQL:IS_SEARCHABLE - "1" indicates if the column is searchable via WHERE clause, "0" otherwise. - GetFlightInfo: execute the query. - DoPut: execute the query.Protobuf type
arrow.flight.protocol.sql.CommandStatementSubstraitPlan
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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.CommandStatementSubstraitPlan.Builder>
public FlightSql.CommandStatementSubstraitPlan.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.CommandStatementSubstraitPlan.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.CommandStatementSubstraitPlan.Builder>
public FlightSql.CommandStatementSubstraitPlan getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public FlightSql.CommandStatementSubstraitPlan build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public FlightSql.CommandStatementSubstraitPlan buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public FlightSql.CommandStatementSubstraitPlan.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FlightSql.CommandStatementSubstraitPlan.Builder>
public FlightSql.CommandStatementSubstraitPlan.Builder mergeFrom(FlightSql.CommandStatementSubstraitPlan other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.CommandStatementSubstraitPlan.Builder>
public FlightSql.CommandStatementSubstraitPlan.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FlightSql.CommandStatementSubstraitPlan.Builder>
IOException
public boolean hasPlan()
A serialized substrait.Plan
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;
hasPlan
in interface FlightSql.CommandStatementSubstraitPlanOrBuilder
public FlightSql.SubstraitPlan getPlan()
A serialized substrait.Plan
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;
getPlan
in interface FlightSql.CommandStatementSubstraitPlanOrBuilder
public FlightSql.CommandStatementSubstraitPlan.Builder setPlan(FlightSql.SubstraitPlan value)
A serialized substrait.Plan
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;
public FlightSql.CommandStatementSubstraitPlan.Builder setPlan(FlightSql.SubstraitPlan.Builder builderForValue)
A serialized substrait.Plan
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;
public FlightSql.CommandStatementSubstraitPlan.Builder mergePlan(FlightSql.SubstraitPlan value)
A serialized substrait.Plan
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;
public FlightSql.CommandStatementSubstraitPlan.Builder clearPlan()
A serialized substrait.Plan
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;
public FlightSql.SubstraitPlan.Builder getPlanBuilder()
A serialized substrait.Plan
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;
public FlightSql.SubstraitPlanOrBuilder getPlanOrBuilder()
A serialized substrait.Plan
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;
getPlanOrBuilder
in interface FlightSql.CommandStatementSubstraitPlanOrBuilder
public boolean hasTransactionId()
Include the query as part of this transaction (if unset, the query is auto-committed).
optional bytes transaction_id = 2;
hasTransactionId
in interface FlightSql.CommandStatementSubstraitPlanOrBuilder
public com.google.protobuf.ByteString getTransactionId()
Include the query as part of this transaction (if unset, the query is auto-committed).
optional bytes transaction_id = 2;
getTransactionId
in interface FlightSql.CommandStatementSubstraitPlanOrBuilder
public FlightSql.CommandStatementSubstraitPlan.Builder setTransactionId(com.google.protobuf.ByteString value)
Include the query as part of this transaction (if unset, the query is auto-committed).
optional bytes transaction_id = 2;
value
- The transactionId to set.public FlightSql.CommandStatementSubstraitPlan.Builder clearTransactionId()
Include the query as part of this transaction (if unset, the query is auto-committed).
optional bytes transaction_id = 2;
public final FlightSql.CommandStatementSubstraitPlan.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.CommandStatementSubstraitPlan.Builder>
public final FlightSql.CommandStatementSubstraitPlan.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.CommandStatementSubstraitPlan.Builder>
Copyright © 2023 The Apache Software Foundation. All rights reserved.