public static interface UserBitShared.QueryDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getAffectedRowsCount()
optional int32 affected_rows_count = 4; |
UserBitShared.RecordBatchDef |
getDef()
optional .exec.shared.RecordBatchDef def = 3; |
UserBitShared.RecordBatchDefOrBuilder |
getDefOrBuilder()
optional .exec.shared.RecordBatchDef def = 3; |
UserBitShared.QueryId |
getQueryId()
optional .exec.shared.QueryId query_id = 1; |
UserBitShared.QueryIdOrBuilder |
getQueryIdOrBuilder()
optional .exec.shared.QueryId query_id = 1; |
int |
getRowCount()
optional int32 row_count = 2; |
boolean |
hasAffectedRowsCount()
optional int32 affected_rows_count = 4; |
boolean |
hasDef()
optional .exec.shared.RecordBatchDef def = 3; |
boolean |
hasQueryId()
optional .exec.shared.QueryId query_id = 1; |
boolean |
hasRowCount()
optional int32 row_count = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasQueryId()
optional .exec.shared.QueryId query_id = 1;
UserBitShared.QueryId getQueryId()
optional .exec.shared.QueryId query_id = 1;
UserBitShared.QueryIdOrBuilder getQueryIdOrBuilder()
optional .exec.shared.QueryId query_id = 1;
boolean hasRowCount()
optional int32 row_count = 2;
int getRowCount()
optional int32 row_count = 2;
boolean hasDef()
optional .exec.shared.RecordBatchDef def = 3;
UserBitShared.RecordBatchDef getDef()
optional .exec.shared.RecordBatchDef def = 3;
UserBitShared.RecordBatchDefOrBuilder getDefOrBuilder()
optional .exec.shared.RecordBatchDef def = 3;
boolean hasAffectedRowsCount()
optional int32 affected_rows_count = 4;
int getAffectedRowsCount()
optional int32 affected_rows_count = 4;
Copyright © 1970 The Apache Software Foundation. All rights reserved.