Interface UserProtos.QueryPlanFragmentsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UserProtos.QueryPlanFragments, UserProtos.QueryPlanFragments.Builder
Enclosing class:
UserProtos

public static interface UserProtos.QueryPlanFragmentsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasStatus

      boolean hasStatus()
      required .exec.shared.QueryResult.QueryState status = 1;
      Returns:
      Whether the status field is set.
    • getStatus

      required .exec.shared.QueryResult.QueryState status = 1;
      Returns:
      The status.
    • hasQueryId

      boolean hasQueryId()
      optional .exec.shared.QueryId query_id = 2;
      Returns:
      Whether the queryId field is set.
    • getQueryId

      UserBitShared.QueryId getQueryId()
      optional .exec.shared.QueryId query_id = 2;
      Returns:
      The queryId.
    • getQueryIdOrBuilder

      UserBitShared.QueryIdOrBuilder getQueryIdOrBuilder()
      optional .exec.shared.QueryId query_id = 2;
    • getFragmentsList

      List<BitControl.PlanFragment> getFragmentsList()
      repeated .exec.bit.control.PlanFragment fragments = 3;
    • getFragments

      BitControl.PlanFragment getFragments(int index)
      repeated .exec.bit.control.PlanFragment fragments = 3;
    • getFragmentsCount

      int getFragmentsCount()
      repeated .exec.bit.control.PlanFragment fragments = 3;
    • getFragmentsOrBuilderList

      List<? extends BitControl.PlanFragmentOrBuilder> getFragmentsOrBuilderList()
      repeated .exec.bit.control.PlanFragment fragments = 3;
    • getFragmentsOrBuilder

      BitControl.PlanFragmentOrBuilder getFragmentsOrBuilder(int index)
      repeated .exec.bit.control.PlanFragment fragments = 3;
    • hasError

      boolean hasError()
      optional .exec.shared.DrillPBError error = 4;
      Returns:
      Whether the error field is set.
    • getError

      optional .exec.shared.DrillPBError error = 4;
      Returns:
      The error.
    • getErrorOrBuilder

      optional .exec.shared.DrillPBError error = 4;