public static interface FlightSql.ActionCreatePreparedSubstraitPlanRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FlightSql.SubstraitPlan |
getPlan()
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).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPlan()
The serialized substrait.Plan to create a prepared statement for.
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;
FlightSql.SubstraitPlan getPlan()
The serialized substrait.Plan to create a prepared statement for.
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;
FlightSql.SubstraitPlanOrBuilder getPlanOrBuilder()
The serialized substrait.Plan to create a prepared statement for.
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;
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;
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;
Copyright © 2023 The Apache Software Foundation. All rights reserved.