Module Google::Cloud::Bigquery::Storage::V1::DataFormat (v0.9.2)

Data format for input or output data.

Constants

DATA_FORMAT_UNSPECIFIED

value: 0

AVRO

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

ARROW

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