Google BigQuery Storage V1 Client - Class ArrowRecordBatch (1.2.12)

Reference documentation and code samples for the Google BigQuery Storage V1 Client class ArrowRecordBatch.

Arrow RecordBatch.

Generated from protobuf message google.cloud.bigquery.storage.v1.ArrowRecordBatch

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ serialized_record_batch string

IPC-serialized Arrow RecordBatch.

↳ row_count int|string

The count of rows in serialized_record_batch.

getSerializedRecordBatch

IPC-serialized Arrow RecordBatch.

Returns
TypeDescription
string

setSerializedRecordBatch

IPC-serialized Arrow RecordBatch.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRowCount

The count of rows in serialized_record_batch.

Returns
TypeDescription
int|string

setRowCount

The count of rows in serialized_record_batch.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this