Attributes
BOOL
BYTES
DATE
DATETIME
FLOAT64
GEOGRAPHY
INT64
NUMERIC
STRING
TIME
TIMESTAMP
google.cloud.bigquery.enums.
StandardSqlDataTypes
Bases: enum.Enum
enum.Enum
An Enum of scalar SQL types.
Encoded as a string in decimal format.
int
Encoded as a boolean “false” or “true”.
Encoded as a number, or string “NaN”, “Infinity” or “-Infinity”.
Encoded as a string value.
Encoded as a base64 string per RFC 4648, section 4.
Encoded as an RFC 3339 timestamp with mandatory “Z” time zone string:
1985-04-12T23
20:50.52Z
Encoded as RFC 3339 full-date format string: 1985-04-12
Encoded as RFC 3339 partial-time format string: 23:20:50.52
Encoded as RFC 3339 full-date “T” partial-time: 1985-04-12T23:20:50.52
Encoded as WKT
Encoded as a decimal string.
Google Cloud Client Libraries for Python