public static enum ArrowSerializationOptions.CompressionCodec extends Enum<ArrowSerializationOptions.CompressionCodec> implements com.google.protobuf.ProtocolMessageEnum
Compression codec's supported by Arrow.Protobuf enum
google.cloud.bigquery.storage.v1.ArrowSerializationOptions.CompressionCodec| Enum Constant and Description |
|---|
COMPRESSION_UNSPECIFIED
If unspecified no compression will be used.
|
LZ4_FRAME
LZ4 Frame (https://github.com/lz4/lz4/blob/dev/doc/lz4_Frame_format.md)
|
UNRECOGNIZED |
ZSTD
Zstandard compression.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
COMPRESSION_UNSPECIFIED_VALUE
If unspecified no compression will be used.
|
static int |
LZ4_FRAME_VALUE
LZ4 Frame (https://github.com/lz4/lz4/blob/dev/doc/lz4_Frame_format.md)
|
static int |
ZSTD_VALUE
Zstandard compression.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrowSerializationOptions.CompressionCodec |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ArrowSerializationOptions.CompressionCodec> |
internalGetValueMap() |
static ArrowSerializationOptions.CompressionCodec |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ArrowSerializationOptions.CompressionCodec |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ArrowSerializationOptions.CompressionCodec |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrowSerializationOptions.CompressionCodec[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArrowSerializationOptions.CompressionCodec COMPRESSION_UNSPECIFIED
If unspecified no compression will be used.
COMPRESSION_UNSPECIFIED = 0;public static final ArrowSerializationOptions.CompressionCodec LZ4_FRAME
LZ4 Frame (https://github.com/lz4/lz4/blob/dev/doc/lz4_Frame_format.md)
LZ4_FRAME = 1;public static final ArrowSerializationOptions.CompressionCodec ZSTD
Zstandard compression.
ZSTD = 2;public static final ArrowSerializationOptions.CompressionCodec UNRECOGNIZED
public static final int COMPRESSION_UNSPECIFIED_VALUE
If unspecified no compression will be used.
COMPRESSION_UNSPECIFIED = 0;public static final int LZ4_FRAME_VALUE
LZ4 Frame (https://github.com/lz4/lz4/blob/dev/doc/lz4_Frame_format.md)
LZ4_FRAME = 1;public static final int ZSTD_VALUE
Zstandard compression.
ZSTD = 2;public static ArrowSerializationOptions.CompressionCodec[] values()
for (ArrowSerializationOptions.CompressionCodec c : ArrowSerializationOptions.CompressionCodec.values()) System.out.println(c);
public static ArrowSerializationOptions.CompressionCodec valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ArrowSerializationOptions.CompressionCodec valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ArrowSerializationOptions.CompressionCodec forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ArrowSerializationOptions.CompressionCodec> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ArrowSerializationOptions.CompressionCodec valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.