public static interface UserBitShared.RecordBatchDefOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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())
|
boolean |
getCarriesTwoByteSelectionVector()
optional bool carries_two_byte_selection_vector = 3; |
UserBitShared.SerializedField |
getField(int index)
repeated .exec.shared.SerializedField field = 2; |
int |
getFieldCount()
repeated .exec.shared.SerializedField field = 2; |
List<UserBitShared.SerializedField> |
getFieldList()
repeated .exec.shared.SerializedField field = 2; |
UserBitShared.SerializedFieldOrBuilder |
getFieldOrBuilder(int index)
repeated .exec.shared.SerializedField field = 2; |
List<? extends UserBitShared.SerializedFieldOrBuilder> |
getFieldOrBuilderList()
repeated .exec.shared.SerializedField field = 2; |
int |
getRecordCount()
optional int32 record_count = 1; |
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())
|
boolean |
hasCarriesTwoByteSelectionVector()
optional bool carries_two_byte_selection_vector = 3; |
boolean |
hasRecordCount()
optional int32 record_count = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRecordCount()
optional int32 record_count = 1;
int getRecordCount()
optional int32 record_count = 1;
List<UserBitShared.SerializedField> getFieldList()
repeated .exec.shared.SerializedField field = 2;
UserBitShared.SerializedField getField(int index)
repeated .exec.shared.SerializedField field = 2;
int getFieldCount()
repeated .exec.shared.SerializedField field = 2;
List<? extends UserBitShared.SerializedFieldOrBuilder> getFieldOrBuilderList()
repeated .exec.shared.SerializedField field = 2;
UserBitShared.SerializedFieldOrBuilder getFieldOrBuilder(int index)
repeated .exec.shared.SerializedField field = 2;
boolean hasCarriesTwoByteSelectionVector()
optional bool carries_two_byte_selection_vector = 3;
boolean getCarriesTwoByteSelectionVector()
optional bool carries_two_byte_selection_vector = 3;
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;
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;
Copyright © 1970 The Apache Software Foundation. All rights reserved.