Package org.apache.drill.exec.proto
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 Summary
Modifier and TypeMethodDescriptionintThe 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())booleanoptional bool carries_two_byte_selection_vector = 3;getField(int index) repeated .exec.shared.SerializedField field = 2;intrepeated .exec.shared.SerializedField field = 2;repeated .exec.shared.SerializedField field = 2;getFieldOrBuilder(int index) repeated .exec.shared.SerializedField field = 2;List<? extends UserBitShared.SerializedFieldOrBuilder> repeated .exec.shared.SerializedField field = 2;intoptional int32 record_count = 1;booleanThe 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())booleanoptional bool carries_two_byte_selection_vector = 3;booleanoptional int32 record_count = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
List<UserBitShared.SerializedField> getFieldList()repeated .exec.shared.SerializedField field = 2; -
getField
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
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.
-