Package org.apache.drill.exec.proto
Interface UserBitShared.QueryResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserBitShared.QueryResult,UserBitShared.QueryResult.Builder
- Enclosing class:
UserBitShared
public static interface UserBitShared.QueryResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetError(int index) repeated .exec.shared.DrillPBError error = 3;intrepeated .exec.shared.DrillPBError error = 3;repeated .exec.shared.DrillPBError error = 3;getErrorOrBuilder(int index) repeated .exec.shared.DrillPBError error = 3;List<? extends UserBitShared.DrillPBErrorOrBuilder> repeated .exec.shared.DrillPBError error = 3;optional .exec.shared.QueryId query_id = 2;optional .exec.shared.QueryId query_id = 2;optional .exec.shared.QueryResult.QueryState query_state = 1;booleanoptional .exec.shared.QueryId query_id = 2;booleanoptional .exec.shared.QueryResult.QueryState query_state = 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
-
hasQueryState
boolean hasQueryState()optional .exec.shared.QueryResult.QueryState query_state = 1;- Returns:
- Whether the queryState field is set.
-
getQueryState
UserBitShared.QueryResult.QueryState getQueryState()optional .exec.shared.QueryResult.QueryState query_state = 1;- Returns:
- The queryState.
-
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; -
getErrorList
List<UserBitShared.DrillPBError> getErrorList()repeated .exec.shared.DrillPBError error = 3; -
getError
repeated .exec.shared.DrillPBError error = 3; -
getErrorCount
int getErrorCount()repeated .exec.shared.DrillPBError error = 3; -
getErrorOrBuilderList
List<? extends UserBitShared.DrillPBErrorOrBuilder> getErrorOrBuilderList()repeated .exec.shared.DrillPBError error = 3; -
getErrorOrBuilder
repeated .exec.shared.DrillPBError error = 3;
-