I am starting with a new project and just wanted to verify before defining the table schema
Does BigQuery support anything other than:
string –
integer –
float–
boolean –
ARRAY and STRUCT or RECORD are complex data types to represent nested and repeated fields. BigQuery Nested and Repeated Fields. Nested Fields. A STRUCT or RECORD contains ordered fields each with a type and field name.
BigQuery data types official docs:
The previous answer lists the basic datatypes:
BigQuery also supports:
2018 and now also:
More on:
Yes indeed.
BigQuery Type ICD Type Length Checks
INTEGER Integer
FLOAT Decimal
STRING Text <65536
BOOLEAN Choice "true" or "false", case-insensitive
https://developers.google.com/bigquery/articles/ingestionbestpractices#cutplace
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With