Module: Google::Cloud::Bigquery::Storage::V1::DataFormat

Defined in:
proto_docs/google/cloud/bigquery/storage/v1/stream.rb

Overview

Data format for input or output data.

Constant Summary collapse

DATA_FORMAT_UNSPECIFIED =

Data format is unspecified.

0
AVRO =

Avro is a standard open source row based file format. See https://avro.apache.org/ for more details.

1
ARROW =

Arrow is a standard open source column-based message format. See https://arrow.apache.org/ for more details.

2