Enum ArrowSerializationOptions.Format (3.5.1)

public enum ArrowSerializationOptions.Format extends Enum<ArrowSerializationOptions.Format> implements ProtocolMessageEnum

The IPC format to use when serializing Arrow streams.

Protobuf enum google.cloud.bigquery.storage.v1beta2.ArrowSerializationOptions.Format

Implements

ProtocolMessageEnum

Static Fields

Name Description
ARROW_0_14

Use the legacy IPC message format as of Apache Arrow Release 0.14.

ARROW_0_14 = 1;

ARROW_0_14_VALUE

Use the legacy IPC message format as of Apache Arrow Release 0.14.

ARROW_0_14 = 1;

ARROW_0_15

Use the message format as of Apache Arrow Release 0.15.

ARROW_0_15 = 2;

ARROW_0_15_VALUE

Use the message format as of Apache Arrow Release 0.15.

ARROW_0_15 = 2;

FORMAT_UNSPECIFIED

If unspecied the IPC format as of 0.15 release will be used.

FORMAT_UNSPECIFIED = 0;

FORMAT_UNSPECIFIED_VALUE

If unspecied the IPC format as of 0.15 release will be used.

FORMAT_UNSPECIFIED = 0;

UNRECOGNIZED

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()