public static interface FlightSql.CommandStatementSubstraitPlanOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FlightSql.SubstraitPlan |
getPlan()
A serialized substrait.Plan
|
FlightSql.SubstraitPlanOrBuilder |
getPlanOrBuilder()
A serialized substrait.Plan
|
com.google.protobuf.ByteString |
getTransactionId()
Include the query as part of this transaction (if unset, the query is auto-committed).
|
boolean |
hasPlan()
A serialized substrait.Plan
|
boolean |
hasTransactionId()
Include the query as part of this transaction (if unset, the query is auto-committed).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPlan()
A serialized substrait.Plan
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;FlightSql.SubstraitPlan getPlan()
A serialized substrait.Plan
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;FlightSql.SubstraitPlanOrBuilder getPlanOrBuilder()
A serialized substrait.Plan
.arrow.flight.protocol.sql.SubstraitPlan plan = 1;boolean hasTransactionId()
Include the query as part of this transaction (if unset, the query is auto-committed).
optional bytes transaction_id = 2;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;Copyright © 2024 The Apache Software Foundation. All rights reserved.