Module org.apache.arrow.flight.core
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.ByteStringInclude the query as part of this transaction (if unset, the query is auto-committed).booleanhasPlan()A serialized substrait.PlanbooleanInclude the query as part of this transaction (if unset, the query is auto-committed).Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-