Class ArrowSerializationOptions (2.18.1)

ArrowSerializationOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Contains options specific to Arrow Serialization.

Attribute

NameDescription
format_ google.cloud.bigquery_storage_v1beta2.types.ArrowSerializationOptions.Format
The Arrow IPC format to use.

Classes

Format

Format(value)

The IPC format to use when serializing Arrow streams.

Values: FORMAT_UNSPECIFIED (0): If unspecied the IPC format as of 0.15 release will be used. ARROW_0_14 (1): Use the legacy IPC message format as of Apache Arrow Release 0.14. ARROW_0_15 (2): Use the message format as of Apache Arrow Release 0.15.