Package org.apache.drill.exec.proto
Interface UserBitShared.QueryDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserBitShared.QueryData,UserBitShared.QueryData.Builder
- Enclosing class:
UserBitShared
public static interface UserBitShared.QueryDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintoptional int32 affected_rows_count = 4;getDef()optional .exec.shared.RecordBatchDef def = 3;optional .exec.shared.RecordBatchDef def = 3;optional .exec.shared.QueryId query_id = 1;optional .exec.shared.QueryId query_id = 1;intoptional int32 row_count = 2;booleanoptional int32 affected_rows_count = 4;booleanhasDef()optional .exec.shared.RecordBatchDef def = 3;booleanoptional .exec.shared.QueryId query_id = 1;booleanoptional int32 row_count = 2;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
-
hasQueryId
boolean hasQueryId()optional .exec.shared.QueryId query_id = 1;- Returns:
- Whether the queryId field is set.
-
getQueryId
UserBitShared.QueryId getQueryId()optional .exec.shared.QueryId query_id = 1;- Returns:
- The queryId.
-
getQueryIdOrBuilder
UserBitShared.QueryIdOrBuilder getQueryIdOrBuilder()optional .exec.shared.QueryId query_id = 1; -
hasRowCount
boolean hasRowCount()optional int32 row_count = 2;- Returns:
- Whether the rowCount field is set.
-
getRowCount
int getRowCount()optional int32 row_count = 2;- Returns:
- The rowCount.
-
hasDef
boolean hasDef()optional .exec.shared.RecordBatchDef def = 3;- Returns:
- Whether the def field is set.
-
getDef
UserBitShared.RecordBatchDef getDef()optional .exec.shared.RecordBatchDef def = 3;- Returns:
- The def.
-
getDefOrBuilder
UserBitShared.RecordBatchDefOrBuilder getDefOrBuilder()optional .exec.shared.RecordBatchDef def = 3; -
hasAffectedRowsCount
boolean hasAffectedRowsCount()optional int32 affected_rows_count = 4;- Returns:
- Whether the affectedRowsCount field is set.
-
getAffectedRowsCount
int getAffectedRowsCount()optional int32 affected_rows_count = 4;- Returns:
- The affectedRowsCount.
-