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
Name Description
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
Type Description
string

setSerializedRecordBatch

IPC-serialized Arrow RecordBatch.

Parameter
Name Description
var string
Returns
Type Description
$this

getRowCount

The count of rows in serialized_record_batch.

Returns
Type Description
int|string

setRowCount

The count of rows in serialized_record_batch.

Parameter
Name Description
var int|string
Returns
Type Description
$this