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 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

      optional .exec.shared.RecordBatchDef def = 3;
      Returns:
      The def.
    • 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.