Interface UserBitShared.RecordBatchDefOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UserBitShared.RecordBatchDef, UserBitShared.RecordBatchDef.Builder
Enclosing class:
UserBitShared

public static interface UserBitShared.RecordBatchDefOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasRecordCount

      boolean hasRecordCount()
      optional int32 record_count = 1;
      Returns:
      Whether the recordCount field is set.
    • getRecordCount

      int getRecordCount()
      optional int32 record_count = 1;
      Returns:
      The recordCount.
    • getFieldList

      repeated .exec.shared.SerializedField field = 2;
    • getField

      UserBitShared.SerializedField getField(int index)
      repeated .exec.shared.SerializedField field = 2;
    • getFieldCount

      int getFieldCount()
      repeated .exec.shared.SerializedField field = 2;
    • getFieldOrBuilderList

      List<? extends UserBitShared.SerializedFieldOrBuilder> getFieldOrBuilderList()
      repeated .exec.shared.SerializedField field = 2;
    • getFieldOrBuilder

      UserBitShared.SerializedFieldOrBuilder getFieldOrBuilder(int index)
      repeated .exec.shared.SerializedField field = 2;
    • hasCarriesTwoByteSelectionVector

      boolean hasCarriesTwoByteSelectionVector()
      optional bool carries_two_byte_selection_vector = 3;
      Returns:
      Whether the carriesTwoByteSelectionVector field is set.
    • getCarriesTwoByteSelectionVector

      boolean getCarriesTwoByteSelectionVector()
      optional bool carries_two_byte_selection_vector = 3;
      Returns:
      The carriesTwoByteSelectionVector.
    • hasAffectedRowsCount

      boolean hasAffectedRowsCount()
       The value is set when result set is disabled and its value corresponds to number
       of rows affected by query (see JDBC java.sql.ResultSet#getUpdateCount())
       
      optional int32 affected_rows_count = 4;
      Returns:
      Whether the affectedRowsCount field is set.
    • getAffectedRowsCount

      int getAffectedRowsCount()
       The value is set when result set is disabled and its value corresponds to number
       of rows affected by query (see JDBC java.sql.ResultSet#getUpdateCount())
       
      optional int32 affected_rows_count = 4;
      Returns:
      The affectedRowsCount.