Package org.apache.arrow.flight.sql.impl
Interface FlightSql.CommandStatementSubstraitPlanOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlightSql.CommandStatementSubstraitPlan
,FlightSql.CommandStatementSubstraitPlan.Builder
- Enclosing class:
- FlightSql
public static interface FlightSql.CommandStatementSubstraitPlanOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPlan()
A serialized substrait.PlanA serialized substrait.Plancom.google.protobuf.ByteString
Include the query as part of this transaction (if unset, the query is auto-committed).boolean
hasPlan()
A serialized substrait.Planboolean
Include the query as part of this transaction (if unset, the query is auto-committed).Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPlan
boolean hasPlan()A serialized substrait.Plan
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;
- Returns:
- Whether the plan field is set.
-
getPlan
FlightSql.SubstraitPlan getPlan()A serialized substrait.Plan
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;
- Returns:
- The plan.
-
getPlanOrBuilder
FlightSql.SubstraitPlanOrBuilder getPlanOrBuilder()A serialized substrait.Plan
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;
-
hasTransactionId
boolean hasTransactionId()Include the query as part of this transaction (if unset, the query is auto-committed).
optional bytes transaction_id = 2;
- Returns:
- Whether the transactionId field is set.
-
getTransactionId
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;
- Returns:
- The transactionId.
-