Send feedback
Class ArrowProto.ArrowRecordBatch.Builder (2.20.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.20.1 keyboard_arrow_down
public static final class ArrowProto . ArrowRecordBatch . Builder extends GeneratedMessageV3 . Builder<ArrowProto . ArrowRecordBatch . Builder > implements ArrowProto . ArrowRecordBatchOrBuilder
Arrow RecordBatch.
Protobuf type google.cloud.bigquery.storage.v1beta1.ArrowRecordBatch
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ArrowProto . ArrowRecordBatch . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public ArrowProto . ArrowRecordBatch build ()
Returns
buildPartial()
public ArrowProto . ArrowRecordBatch buildPartial ()
Returns
clear()
public ArrowProto . ArrowRecordBatch . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ArrowProto . ArrowRecordBatch . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ArrowProto . ArrowRecordBatch . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearRowCount()
public ArrowProto . ArrowRecordBatch . Builder clearRowCount ()
The count of rows in the returning block.
int64 row_count = 2;
Returns
clearSerializedRecordBatch()
public ArrowProto . ArrowRecordBatch . Builder clearSerializedRecordBatch ()
IPC serialized Arrow RecordBatch.
bytes serialized_record_batch = 1;
Returns
clone()
public ArrowProto . ArrowRecordBatch . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public ArrowProto . ArrowRecordBatch getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getRowCount()
public long getRowCount ()
The count of rows in the returning block.
int64 row_count = 2;
Returns
Type Description long The rowCount.
getSerializedRecordBatch()
public ByteString getSerializedRecordBatch ()
IPC serialized Arrow RecordBatch.
bytes serialized_record_batch = 1;
Returns
Type Description ByteString The serializedRecordBatch.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(ArrowProto.ArrowRecordBatch other)
public ArrowProto . ArrowRecordBatch . Builder mergeFrom ( ArrowProto . ArrowRecordBatch other )
Parameter
Returns
public ArrowProto . ArrowRecordBatch . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ArrowProto . ArrowRecordBatch . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ArrowProto . ArrowRecordBatch . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ArrowProto . ArrowRecordBatch . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ArrowProto . ArrowRecordBatch . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setRowCount(long value)
public ArrowProto . ArrowRecordBatch . Builder setRowCount ( long value )
The count of rows in the returning block.
int64 row_count = 2;
Parameter
Name Description value long
The rowCount to set.
Returns
setSerializedRecordBatch(ByteString value)
public ArrowProto . ArrowRecordBatch . Builder setSerializedRecordBatch ( ByteString value )
IPC serialized Arrow RecordBatch.
bytes serialized_record_batch = 1;
Parameter
Name Description value ByteString
The serializedRecordBatch to set.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final ArrowProto . ArrowRecordBatch . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]