You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[**Array Type**](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#array_type)|[**Array Type**](https://clickhouse.com/docs/en/sql-reference/data-types/array)| The inner type must be one of the supported primitive data types listed in this table. |
|[**Datetime Type**](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#datetime_type)|[**Datetime Type**](https://clickhouse.com/docs/en/sql-reference/data-types/datetime)| Works as well with `Enum8`, `Enum16` and `FixedString`. |
78
-
|[**String Type**](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#string_type)|[**String Type**](https://clickhouse.com/docs/en/sql-reference/data-types/string)| In BigQuery all Int types (`INT`, `SMALLINT`, `INTEGER`, `BIGINT`, `TINYINT`, `BYTEINT`) are aliases to `INT64`. We recommend you setting in ClickHouse the right Integer size, as the template will convert the column based on the defined column type (`Int8`, `Int16`, `Int32`, `Int64`). |
79
-
|[**Numeric - Integer Types**](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#numeric_types)|[**Integer Types**](https://clickhouse.com/docs/en/sql-reference/data-types/int-uint)| In BigQuery all Int types (`INT`, `SMALLINT`, `INTEGER`, `BIGINT`, `TINYINT`, `BYTEINT`) are aliases to `INT64`. We recommend you setting in ClickHouse the right Integer size, as the template will convert the column based on the defined column type (`Int8`, `Int16`, `Int32`, `Int64`). The template will also convert unassigned Int types if used in ClickHouse table (`UInt8`, `UInt16`, `UInt32`, `UInt64`). |
|[**Array Type**](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#array_type)|[**Array Type**](../../../sql-reference/data-types/array){:target="_blank"}| The inner type must be one of the supported primitive data types listed in this table. |
|[**Datetime Type**](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#datetime_type)|[**Datetime Type**](../../../sql-reference/data-types/datetime)| Works as well with `Enum8`, `Enum16` and `FixedString`. |
78
+
|[**String Type**](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#string_type)|[**String Type**](../../../sql-reference/data-types/string)| In BigQuery all Int types (`INT`, `SMALLINT`, `INTEGER`, `BIGINT`, `TINYINT`, `BYTEINT`) are aliases to `INT64`. We recommend you setting in ClickHouse the right Integer size, as the template will convert the column based on the defined column type (`Int8`, `Int16`, `Int32`, `Int64`). |
79
+
|[**Numeric - Integer Types**](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#numeric_types)|[**Integer Types**](../../../sql-reference/data-types/int-uint)| In BigQuery all Int types (`INT`, `SMALLINT`, `INTEGER`, `BIGINT`, `TINYINT`, `BYTEINT`) are aliases to `INT64`. We recommend you setting in ClickHouse the right Integer size, as the template will convert the column based on the defined column type (`Int8`, `Int16`, `Int32`, `Int64`). The template will also convert unassigned Int types if used in ClickHouse table (`UInt8`, `UInt16`, `UInt32`, `UInt64`). |
0 commit comments