Skip to main content
Preview BigQuery data types and their support in BigQuery compatibility mode. A supported BigQuery type name maps to the Firebolt type that holds the same values, so you can write BigQuery type names in casts and column definitions.

Literals

A positional struct cast rebuilds field names from the target type, so CAST(STRUCT(1, 2) AS STRUCT<a INT64, b INT64>) names the fields a and b by position.