Package org.apache.arrow.flight.sql.impl
Interface FlightSql.ActionCreatePreparedSubstraitPlanRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlightSql.ActionCreatePreparedSubstraitPlanRequest
,FlightSql.ActionCreatePreparedSubstraitPlanRequest.Builder
- Enclosing class:
- FlightSql
public static interface FlightSql.ActionCreatePreparedSubstraitPlanRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPlan()
The serialized substrait.Plan to create a prepared statement for.The serialized substrait.Plan to create a prepared statement for.com.google.protobuf.ByteString
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
Create/execute the prepared statement as part of this transaction (if unset, executions of the prepared statement will be 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()The serialized substrait.Plan to create a prepared statement for.
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;
- Returns:
- Whether the plan field is set.
-
getPlan
FlightSql.SubstraitPlan getPlan()The serialized substrait.Plan to create a prepared statement for.
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;
- Returns:
- The plan.
-
getPlanOrBuilder
FlightSql.SubstraitPlanOrBuilder getPlanOrBuilder()The serialized substrait.Plan to create a prepared statement for.
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;
-
hasTransactionId
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;
- Returns:
- Whether the transactionId field is set.
-
getTransactionId
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;
- Returns:
- The transactionId.
-