Package org.apache.drill.exec.proto
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 Summary
Modifier and TypeMethodDescriptiongetDef()
optional .exec.shared.RecordBatchDef def = 6;
optional .exec.shared.RecordBatchDef def = 6;
boolean
optional bool isLastBatch = 7;
optional .exec.shared.QueryId query_id = 1;
optional .exec.shared.QueryId query_id = 1;
int
optional int32 receiving_major_fragment_id = 2;
int
getReceivingMinorFragmentId
(int index) repeated int32 receiving_minor_fragment_id = 3;
int
repeated int32 receiving_minor_fragment_id = 3;
repeated int32 receiving_minor_fragment_id = 3;
int
optional int32 sending_major_fragment_id = 4;
int
optional int32 sending_minor_fragment_id = 5;
boolean
hasDef()
optional .exec.shared.RecordBatchDef def = 6;
boolean
optional bool isLastBatch = 7;
boolean
optional .exec.shared.QueryId query_id = 1;
boolean
optional int32 receiving_major_fragment_id = 2;
boolean
optional int32 sending_major_fragment_id = 4;
boolean
optional int32 sending_minor_fragment_id = 5;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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;
-
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
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
UserBitShared.RecordBatchDef getDef()optional .exec.shared.RecordBatchDef def = 6;
- Returns:
- The def.
-
getDefOrBuilder
UserBitShared.RecordBatchDefOrBuilder 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.
-