File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ export const functions: string[] = [
68
68
'ATAN' ,
69
69
'ATAN2' ,
70
70
'AVG' ,
71
- 'BAR' ,
72
71
'BASE64' ,
73
72
'BIN' ,
74
73
'BITSTRING' ,
@@ -653,7 +652,6 @@ export const functions: string[] = [
653
652
'YEARWEEK' ,
654
653
655
654
// Keywords that also need to be listed as functions
656
- 'ARRAY' ,
657
655
'CAST' ,
658
656
'COALESCE' ,
659
657
'NULL' ,
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ export const keywords: string[] = [
4
4
'ANALYZE' ,
5
5
'AND' ,
6
6
'ANY' ,
7
- 'ARRAY' ,
8
7
'AS' ,
9
8
'ASC' ,
10
9
'ASYMMETRIC' ,
@@ -78,8 +77,7 @@ export const keywords: string[] = [
78
77
] ;
79
78
80
79
export const dataTypes : string [ ] = [
81
- 'INET' ,
82
- 'JSON' ,
80
+ 'ARRAY' ,
83
81
'BIGINT' ,
84
82
'BINARY' ,
85
83
'BIT' ,
@@ -101,6 +99,7 @@ export const dataTypes: string[] = [
101
99
'FLOAT8' ,
102
100
'GUID' ,
103
101
'HUGEINT' ,
102
+ 'INET' ,
104
103
'INT' ,
105
104
'INT1' ,
106
105
'INT128' ,
@@ -113,6 +112,7 @@ export const dataTypes: string[] = [
113
112
'INTEGER' ,
114
113
'INTEGRAL' ,
115
114
'INTERVAL' ,
115
+ 'JSON' ,
116
116
'LIST' ,
117
117
'LOGICAL' ,
118
118
'LONG' ,
@@ -130,11 +130,11 @@ export const dataTypes: string[] = [
130
130
'STRUCT' ,
131
131
'TEXT' ,
132
132
'TIME' ,
133
- 'TIMESTAMP' ,
134
133
'TIMESTAMP_MS' ,
135
134
'TIMESTAMP_NS' ,
136
135
'TIMESTAMP_S' ,
137
136
'TIMESTAMP_US' ,
137
+ 'TIMESTAMP' ,
138
138
'TIMESTAMPTZ' ,
139
139
'TIMETZ' ,
140
140
'TINYINT' ,
You can’t perform that action at this time.
0 commit comments