Google BigQuery Storage V1 Client - Class CompressionCodec (1.10.4)

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 \ ArrowSerializationOptions

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

COMPRESSION_UNSPECIFIED

Value: 0

If unspecified no compression will be used.

Generated from protobuf enum COMPRESSION_UNSPECIFIED = 0;

LZ4_FRAME

Value: 1

LZ4 Frame (https://github.com/lz4/lz4/blob/dev/doc/lz4_Frame_format.md)

Generated from protobuf enum LZ4_FRAME = 1;

ZSTD

Value: 2

Zstandard compression.

Generated from protobuf enum ZSTD = 2;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.