Google BigQuery Storage V1 Client - Class ArrowSerializationOptions (2.2.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google BigQuery Storage V1 Client class ArrowSerializationOptions.
Contains options specific to Arrow Serialization.
Generated from protobuf message google.cloud.bigquery.storage.v1.ArrowSerializationOptions
Namespace
Google \ Cloud \ BigQuery \ Storage \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ buffer_compression |
int
The compression codec to use for Arrow buffers in serialized record batches. |
getBufferCompression
The compression codec to use for Arrow buffers in serialized record batches.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type CompressionCodec. |
setBufferCompression
The compression codec to use for Arrow buffers in serialized record batches.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type CompressionCodec. |
| Returns | |
|---|---|
| Type | Description |
$this |
|