Interface BitData.FragmentRecordBatchOrBuilder

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

public static interface BitData.FragmentRecordBatchOrBuilder 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;
    • hasReceivingMajorFragmentId

      boolean hasReceivingMajorFragmentId()
      optional int32 receiving_major_fragment_id = 2;
      Returns:
      Whether the receivingMajorFragmentId field is set.
    • getReceivingMajorFragmentId

      int getReceivingMajorFragmentId()
      optional int32 receiving_major_fragment_id = 2;
      Returns:
      The receivingMajorFragmentId.
    • getReceivingMinorFragmentIdList

      List<Integer> getReceivingMinorFragmentIdList()
      repeated int32 receiving_minor_fragment_id = 3;
      Returns:
      A list containing the receivingMinorFragmentId.
    • getReceivingMinorFragmentIdCount

      int getReceivingMinorFragmentIdCount()
      repeated int32 receiving_minor_fragment_id = 3;
      Returns:
      The count of receivingMinorFragmentId.
    • getReceivingMinorFragmentId

      int getReceivingMinorFragmentId(int index)
      repeated int32 receiving_minor_fragment_id = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The receivingMinorFragmentId at the given index.
    • hasSendingMajorFragmentId

      boolean hasSendingMajorFragmentId()
      optional int32 sending_major_fragment_id = 4;
      Returns:
      Whether the sendingMajorFragmentId field is set.
    • getSendingMajorFragmentId

      int getSendingMajorFragmentId()
      optional int32 sending_major_fragment_id = 4;
      Returns:
      The sendingMajorFragmentId.
    • hasSendingMinorFragmentId

      boolean hasSendingMinorFragmentId()
      optional int32 sending_minor_fragment_id = 5;
      Returns:
      Whether the sendingMinorFragmentId field is set.
    • getSendingMinorFragmentId

      int getSendingMinorFragmentId()
      optional int32 sending_minor_fragment_id = 5;
      Returns:
      The sendingMinorFragmentId.
    • hasDef

      boolean hasDef()
      optional .exec.shared.RecordBatchDef def = 6;
      Returns:
      Whether the def field is set.
    • getDef

      optional .exec.shared.RecordBatchDef def = 6;
      Returns:
      The def.
    • getDefOrBuilder

      optional .exec.shared.RecordBatchDef def = 6;
    • hasIsLastBatch

      boolean hasIsLastBatch()
      optional bool isLastBatch = 7;
      Returns:
      Whether the isLastBatch field is set.
    • getIsLastBatch

      boolean getIsLastBatch()
      optional bool isLastBatch = 7;
      Returns:
      The isLastBatch.