Class Encoding (3.3.2)

Encoding()

The character encoding of the data. The default is UTF_8.

BigQuery decodes the data after the raw, binary data has been split using the values of the quote and fieldDelimiter properties.

Inheritance

builtins.object > Encoding

Methods

__init__

__init__()

Initialize self. See help(type(self)) for accurate signature.

Encoding

Encoding()

The character encoding of the data. The default is UTF_8.

BigQuery decodes the data after the raw, binary data has been split using the values of the quote and fieldDelimiter properties.