Reference documentation and code samples for the Google BigQuery Storage V1 Client class AvroRows.
Avro rows.
Generated from protobuf message google.cloud.bigquery.storage.v1.AvroRows
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ serialized_binary_rows |
string
Binary serialized rows in a block. |
↳ row_count |
int|string
The count of rows in the returning block. |
getSerializedBinaryRows
Binary serialized rows in a block.
Returns | |
---|---|
Type | Description |
string |
setSerializedBinaryRows
Binary serialized rows in a block.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRowCount
The count of rows in the returning block.
Returns | |
---|---|
Type | Description |
int|string |
setRowCount
The count of rows in the returning block.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |