1
1
export default [
2
+ "<<" ,
3
+ "<<=" ,
4
+ ">>" ,
5
+ ">>=" ,
6
+ "VARCHAR" ,
2
7
"abs" ,
8
+ "acos" ,
3
9
"all_tables" ,
10
+ "and" ,
11
+ "asin" ,
12
+ "atan" ,
13
+ "atan2" ,
4
14
"avg" ,
15
+ "base64" ,
5
16
"batch" ,
17
+ "between" ,
18
+ "build" ,
19
+ "case" ,
6
20
"cast" ,
21
+ "ceil" ,
22
+ "ceiling" ,
7
23
"coalesce" ,
8
24
"commitLag" ,
9
25
"concat" ,
26
+ "cos" ,
27
+ "cot" ,
10
28
"count" ,
29
+ "count_distinct" ,
30
+ "current_database" ,
31
+ "current_schema" ,
32
+ "current_schemas" ,
33
+ "current_user" ,
34
+ "date_trunc" ,
11
35
"dateadd" ,
12
36
"datediff" ,
13
37
"day" ,
14
38
"day_of_week" ,
15
39
"day_of_week_sunday_first" ,
16
40
"days_in_month" ,
41
+ "degrees" ,
42
+ "dump_memory_usage" ,
43
+ "dump_thread_stacks" ,
44
+ "extract" ,
17
45
"first" ,
46
+ "floor" ,
47
+ "flush_query_cache" ,
18
48
"format" ,
49
+ "format_type" ,
50
+ "functions" ,
51
+ "haversine_dist_deg" ,
19
52
"headers" ,
20
53
"hour" ,
21
54
"ifnull" ,
55
+ "ilike" ,
56
+ "in" ,
57
+ "information_schema._pg_expandarray" ,
58
+ "isOrdered" ,
22
59
"is_leap_year" ,
23
60
"isnull" ,
61
+ "keywords" ,
24
62
"ksum" ,
25
63
"lag" ,
26
64
"last" ,
27
65
"lcase" ,
66
+ "left" ,
28
67
"len" ,
29
68
"length" ,
69
+ "like" ,
70
+ "list" ,
71
+ "ln" ,
72
+ "log" ,
30
73
"long_sequence" ,
74
+ "lower" ,
75
+ "lpad" ,
76
+ "ltrim" ,
31
77
"make_geohash" ,
32
78
"max" ,
33
79
"maxUncommittedRows" ,
80
+ "memory_metrics" ,
34
81
"micros" ,
35
82
"mid" ,
36
83
"millis" ,
37
84
"min" ,
38
85
"minute" ,
39
86
"month" ,
87
+ "netmask" ,
88
+ "not" ,
40
89
"now" ,
41
90
"nsum" ,
91
+ "nullif" ,
42
92
"nvl" ,
93
+ "or" ,
94
+ "pg_advisory_unlock_all" ,
95
+ "pg_attrdef" ,
96
+ "pg_attribute" ,
97
+ "pg_catalog.age" ,
98
+ "pg_catalog.current_database" ,
99
+ "pg_catalog.current_schema" ,
100
+ "pg_catalog.current_schemas" ,
101
+ "pg_catalog.pg_attrdef" ,
102
+ "pg_catalog.pg_attribute" ,
103
+ "pg_catalog.pg_class" ,
104
+ "pg_catalog.pg_database" ,
105
+ "pg_catalog.pg_description" ,
106
+ "pg_catalog.pg_get_expr" ,
107
+ "pg_catalog.pg_get_keywords" ,
108
+ "pg_catalog.pg_get_partkeydef" ,
109
+ "pg_catalog.pg_get_userbyid" ,
110
+ "pg_catalog.pg_index" ,
111
+ "pg_catalog.pg_inherits" ,
112
+ "pg_catalog.pg_is_in_recovery" ,
113
+ "pg_catalog.pg_locks" ,
114
+ "pg_catalog.pg_namespace" ,
115
+ "pg_catalog.pg_roles" ,
116
+ "pg_catalog.pg_shdescription" ,
117
+ "pg_catalog.pg_table_is_visible" ,
118
+ "pg_catalog.pg_type" ,
119
+ "pg_catalog.txid_current" ,
120
+ "pg_catalog.version" ,
121
+ "pg_class" ,
122
+ "pg_database" ,
123
+ "pg_description" ,
124
+ "pg_get_expr" ,
125
+ "pg_get_keywords" ,
126
+ "pg_get_partkeydef" ,
127
+ "pg_index" ,
128
+ "pg_inherits" ,
129
+ "pg_is_in_recovery" ,
130
+ "pg_locks" ,
131
+ "pg_namespace" ,
132
+ "pg_postmaster_start_time" ,
133
+ "pg_proc" ,
134
+ "pg_range" ,
135
+ "pg_roles" ,
136
+ "pg_type" ,
137
+ "pi" ,
138
+ "position" ,
139
+ "power" ,
140
+ "radians" ,
43
141
"rank" ,
142
+ "reader_pool" ,
143
+ "regexp_replace" ,
144
+ "replace" ,
145
+ "right" ,
44
146
"rnd_bin" ,
45
147
"rnd_boolean" ,
46
148
"rnd_byte" ,
@@ -51,6 +153,7 @@ export default [
51
153
"rnd_geohash" ,
52
154
"rnd_int" ,
53
155
"rnd_ipv4" ,
156
+ "rnd_log" ,
54
157
"rnd_long" ,
55
158
"rnd_long256" ,
56
159
"rnd_short" ,
@@ -62,20 +165,54 @@ export default [
62
165
"round_down" ,
63
166
"round_half_even" ,
64
167
"round_up" ,
168
+ "row_number" ,
169
+ "rpad" ,
170
+ "rtrim" ,
65
171
"second" ,
172
+ "session_user" ,
173
+ "simulate_crash" ,
174
+ "sin" ,
175
+ "size_pretty" ,
176
+ "split_part" ,
177
+ "sqrt" ,
178
+ "starts_with" ,
179
+ "stddev_samp" ,
180
+ "string_agg" ,
181
+ "strpos" ,
182
+ "substring" ,
66
183
"sum" ,
184
+ "switch" ,
67
185
"sysdate" ,
68
186
"systimestamp" ,
69
187
"table_columns" ,
188
+ "table_partitions" ,
189
+ "table_writer_metrics" ,
190
+ "tables" ,
191
+ "tan" ,
70
192
"timestamp_ceil" ,
71
193
"timestamp_floor" ,
72
194
"timestamp_sequence" ,
195
+ "timestamp_shuffle" ,
196
+ "to_char" ,
73
197
"to_date" ,
198
+ "to_long128" ,
199
+ "to_lowercase" ,
200
+ "to_pg_date" ,
74
201
"to_str" ,
75
202
"to_timestamp" ,
76
203
"to_timezone" ,
204
+ "to_uppercase" ,
77
205
"to_utc" ,
206
+ "to_uuid" ,
207
+ "touch" ,
208
+ "trim" ,
209
+ "txid_current" ,
210
+ "typeOf" ,
78
211
"ucase" ,
212
+ "upper" ,
213
+ "version" ,
214
+ "wal_tables" ,
215
+ "week_of_year" ,
79
216
"within" ,
80
217
"year" ,
81
218
]
0 commit comments