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
Namespace
Google \ Cloud \ BigQuery \ Storage \ V1Methods
__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
[Deprecated] The count of rows in |
getSerializedRecordBatch
IPC-serialized Arrow RecordBatch.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSerializedRecordBatch
IPC-serialized Arrow RecordBatch.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRowCount
[Deprecated] The count of rows in serialized_record_batch.
Please use the format-independent ReadRowsResponse.row_count instead.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setRowCount
[Deprecated] The count of rows in serialized_record_batch.
Please use the format-independent ReadRowsResponse.row_count instead.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|