We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae90be2 commit 7195951Copy full SHA for 7195951
src/bigquery.ts
@@ -1012,10 +1012,19 @@ export class BigQuery extends Service {
1012
'TIMESTAMP',
1013
'BYTES',
1014
'NUMERIC',
1015
+ 'DECIMAL',
1016
'BIGNUMERIC',
1017
+ 'BIGDECIMAL',
1018
'BOOL',
1019
'INT64',
1020
+ 'INT',
1021
+ 'SMALLINT',
1022
+ 'INTEGER',
1023
+ 'BIGINT',
1024
+ 'TINYINT',
1025
+ 'BYTEINT',
1026
'FLOAT64',
1027
+ 'FLOAT',
1028
'STRING',
1029
'GEOGRAPHY',
1030
'ARRAY',
0 commit comments