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 Type
    Method
    Description
    A serialized substrait.Plan
    A serialized substrait.Plan
    com.google.protobuf.ByteString
    Include the query as part of this transaction (if unset, the query is auto-committed).
    boolean
    A serialized substrait.Plan
    boolean
    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

       A serialized substrait.Plan
       
      .arrow.flight.protocol.sql.SubstraitPlan plan = 1;
      Returns:
      The plan.
    • 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.