Google BigQuery Storage V1 Client - Class CompressionCodec (1.10.4)
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 CompressionCodec.
Compression codec's supported by Arrow.
Protobuf type google.cloud.bigquery.storage.v1.ArrowSerializationOptions.CompressionCodec
Namespace
Google \ Cloud \ BigQuery \ Storage \ V1 \ ArrowSerializationOptionsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
COMPRESSION_UNSPECIFIED
Value: 0If unspecified no compression will be used.
Generated from protobuf enum COMPRESSION_UNSPECIFIED = 0;
LZ4_FRAME
Value: 1LZ4 Frame (https://github.com/lz4/lz4/blob/dev/doc/lz4_Frame_format.md)
Generated from protobuf enum LZ4_FRAME = 1;
ZSTD
Value: 2Zstandard compression.
Generated from protobuf enum ZSTD = 2;