public enum ArrowSerializationOptions.CompressionCodec extends Enum<ArrowSerializationOptions.CompressionCodec> implements ProtocolMessageEnum
Compression codec's supported by Arrow.
Protobuf enum
google.cloud.bigquery.storage.v1.ArrowSerializationOptions.CompressionCodec
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
COMPRESSION_UNSPECIFIED | If unspecified no compression will be used. |
COMPRESSION_UNSPECIFIED_VALUE | If unspecified no compression will be used. |
LZ4_FRAME | LZ4 Frame (https://github.com/lz4/lz4/blob/dev/doc/lz4_Frame_format.md) |
LZ4_FRAME_VALUE | LZ4 Frame (https://github.com/lz4/lz4/blob/dev/doc/lz4_Frame_format.md) |
UNRECOGNIZED | |
ZSTD | Zstandard compression. |
ZSTD_VALUE | Zstandard compression. |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |