Package org.apache.drill.exec.proto
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 Summary
Modifier and TypeMethodDescriptiongetError()optional .exec.shared.DrillPBError error = 4;optional .exec.shared.DrillPBError error = 4;getFragments(int index) repeated .exec.bit.control.PlanFragment fragments = 3;intrepeated .exec.bit.control.PlanFragment fragments = 3;repeated .exec.bit.control.PlanFragment fragments = 3;getFragmentsOrBuilder(int index) repeated .exec.bit.control.PlanFragment fragments = 3;List<? extends BitControl.PlanFragmentOrBuilder> repeated .exec.bit.control.PlanFragment fragments = 3;optional .exec.shared.QueryId query_id = 2;optional .exec.shared.QueryId query_id = 2;required .exec.shared.QueryResult.QueryState status = 1;booleanhasError()optional .exec.shared.DrillPBError error = 4;booleanoptional .exec.shared.QueryId query_id = 2;booleanrequired .exec.shared.QueryResult.QueryState status = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasStatus
boolean hasStatus()required .exec.shared.QueryResult.QueryState status = 1;- Returns:
- Whether the status field is set.
-
getStatus
UserBitShared.QueryResult.QueryState 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
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
repeated .exec.bit.control.PlanFragment fragments = 3; -
hasError
boolean hasError()optional .exec.shared.DrillPBError error = 4;- Returns:
- Whether the error field is set.
-
getError
UserBitShared.DrillPBError getError()optional .exec.shared.DrillPBError error = 4;- Returns:
- The error.
-
getErrorOrBuilder
UserBitShared.DrillPBErrorOrBuilder getErrorOrBuilder()optional .exec.shared.DrillPBError error = 4;
-