@polyglot-sql/sdk 0.4.3 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- const SI = new URL("../polyglot_sql.wasm",import.meta.url).href, UI = async (g = {}, A) => {
1
+ const cI = new URL("../polyglot_sql.wasm",import.meta.url).href, FI = async (g = {}, A) => {
2
2
  let C;
3
3
  if (A.startsWith("data:")) {
4
4
  const B = A.replace(/^data:.*?base64,/, "");
@@ -27,7 +27,7 @@ const SI = new URL("../polyglot_sql.wasm",import.meta.url).href, UI = async (g =
27
27
  class CA {
28
28
  __destroy_into_raw() {
29
29
  const A = this.__wbg_ptr;
30
- return this.__wbg_ptr = 0, dA.unregister(this), A;
30
+ return this.__wbg_ptr = 0, ZA.unregister(this), A;
31
31
  }
32
32
  free() {
33
33
  const A = this.__destroy_into_raw();
@@ -45,7 +45,7 @@ class CA {
45
45
  */
46
46
  constructor() {
47
47
  const A = I.wasmassignmentarray_new();
48
- return this.__wbg_ptr = A >>> 0, dA.register(this, this.__wbg_ptr, this), this;
48
+ return this.__wbg_ptr = A >>> 0, ZA.register(this, this.__wbg_ptr, this), this;
49
49
  }
50
50
  /**
51
51
  * Add a column = value assignment.
@@ -53,15 +53,15 @@ class CA {
53
53
  * @param {WasmExpr} value
54
54
  */
55
55
  push(A, C) {
56
- const B = o(A, I.__wbindgen_export, I.__wbindgen_export2), Q = N;
57
- H(C, K), I.wasmassignmentarray_push(this.__wbg_ptr, B, Q, C.__wbg_ptr);
56
+ const B = N(A, I.__wbindgen_export, I.__wbindgen_export2), Q = o;
57
+ H(C, G), I.wasmassignmentarray_push(this.__wbg_ptr, B, Q, C.__wbg_ptr);
58
58
  }
59
59
  }
60
60
  Symbol.dispose && (CA.prototype[Symbol.dispose] = CA.prototype.free);
61
- class u {
61
+ class m {
62
62
  static __wrap(A) {
63
63
  A = A >>> 0;
64
- const C = Object.create(u.prototype);
64
+ const C = Object.create(m.prototype);
65
65
  return C.__wbg_ptr = A, hA.register(C, C.__wbg_ptr, C), C;
66
66
  }
67
67
  __destroy_into_raw() {
@@ -82,8 +82,8 @@ class u {
82
82
  I.wasmcasebuilder_build_expr(Q, this.__wbg_ptr);
83
83
  var A = i().getInt32(Q + 0, !0), C = i().getInt32(Q + 4, !0), B = i().getInt32(Q + 8, !0);
84
84
  if (B)
85
- throw L(C);
86
- return K.__wrap(A);
85
+ throw J(C);
86
+ return G.__wrap(A);
87
87
  } finally {
88
88
  I.__wbindgen_add_to_stack_pointer(16);
89
89
  }
@@ -93,7 +93,7 @@ class u {
93
93
  * @param {WasmExpr} result
94
94
  */
95
95
  else_(A) {
96
- H(A, K), I.wasmcasebuilder_else_(this.__wbg_ptr, A.__wbg_ptr);
96
+ H(A, G), I.wasmcasebuilder_else_(this.__wbg_ptr, A.__wbg_ptr);
97
97
  }
98
98
  /**
99
99
  * Create a new searched CASE builder (CASE WHEN ... THEN ...).
@@ -110,12 +110,12 @@ class u {
110
110
  to_sql(A) {
111
111
  let C, B;
112
112
  try {
113
- const y = I.__wbindgen_add_to_stack_pointer(-16), h = o(A, I.__wbindgen_export, I.__wbindgen_export2), R = N;
114
- I.wasmcasebuilder_to_sql(y, this.__wbg_ptr, h, R);
115
- var Q = i().getInt32(y + 0, !0), E = i().getInt32(y + 4, !0), D = i().getInt32(y + 8, !0), M = i().getInt32(y + 12, !0), k = Q, G = E;
113
+ const y = I.__wbindgen_add_to_stack_pointer(-16), h = N(A, I.__wbindgen_export, I.__wbindgen_export2), L = o;
114
+ I.wasmcasebuilder_to_sql(y, this.__wbg_ptr, h, L);
115
+ var Q = i().getInt32(y + 0, !0), E = i().getInt32(y + 4, !0), D = i().getInt32(y + 8, !0), M = i().getInt32(y + 12, !0), k = Q, K = E;
116
116
  if (M)
117
- throw k = 0, G = 0, L(D);
118
- return C = k, B = G, U(k, G);
117
+ throw k = 0, K = 0, J(D);
118
+ return C = k, B = K, F(k, K);
119
119
  } finally {
120
120
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
121
121
  }
@@ -126,14 +126,14 @@ class u {
126
126
  * @param {WasmExpr} result
127
127
  */
128
128
  when(A, C) {
129
- H(A, K), H(C, K), I.wasmcasebuilder_when(this.__wbg_ptr, A.__wbg_ptr, C.__wbg_ptr);
129
+ H(A, G), H(C, G), I.wasmcasebuilder_when(this.__wbg_ptr, A.__wbg_ptr, C.__wbg_ptr);
130
130
  }
131
131
  }
132
- Symbol.dispose && (u.prototype[Symbol.dispose] = u.prototype.free);
132
+ Symbol.dispose && (m.prototype[Symbol.dispose] = m.prototype.free);
133
133
  class iA {
134
134
  __destroy_into_raw() {
135
135
  const A = this.__wbg_ptr;
136
- return this.__wbg_ptr = 0, xA.unregister(this), A;
136
+ return this.__wbg_ptr = 0, dA.unregister(this), A;
137
137
  }
138
138
  free() {
139
139
  const A = this.__destroy_into_raw();
@@ -149,8 +149,8 @@ class iA {
149
149
  I.wasmdeletebuilder_build(Q, this.__wbg_ptr);
150
150
  var A = i().getInt32(Q + 0, !0), C = i().getInt32(Q + 4, !0), B = i().getInt32(Q + 8, !0);
151
151
  if (B)
152
- throw L(C);
153
- return L(A);
152
+ throw J(C);
153
+ return J(A);
154
154
  } finally {
155
155
  I.__wbindgen_add_to_stack_pointer(16);
156
156
  }
@@ -160,8 +160,8 @@ class iA {
160
160
  * @param {string} table_name
161
161
  */
162
162
  constructor(A) {
163
- const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N, Q = I.wasmdeletebuilder_new(C, B);
164
- return this.__wbg_ptr = Q >>> 0, xA.register(this, this.__wbg_ptr, this), this;
163
+ const C = N(A, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.wasmdeletebuilder_new(C, B);
164
+ return this.__wbg_ptr = Q >>> 0, dA.register(this, this.__wbg_ptr, this), this;
165
165
  }
166
166
  /**
167
167
  * Generate SQL string for the given dialect.
@@ -171,12 +171,12 @@ class iA {
171
171
  to_sql(A) {
172
172
  let C, B;
173
173
  try {
174
- const y = I.__wbindgen_add_to_stack_pointer(-16), h = o(A, I.__wbindgen_export, I.__wbindgen_export2), R = N;
175
- I.wasmdeletebuilder_to_sql(y, this.__wbg_ptr, h, R);
176
- var Q = i().getInt32(y + 0, !0), E = i().getInt32(y + 4, !0), D = i().getInt32(y + 8, !0), M = i().getInt32(y + 12, !0), k = Q, G = E;
174
+ const y = I.__wbindgen_add_to_stack_pointer(-16), h = N(A, I.__wbindgen_export, I.__wbindgen_export2), L = o;
175
+ I.wasmdeletebuilder_to_sql(y, this.__wbg_ptr, h, L);
176
+ var Q = i().getInt32(y + 0, !0), E = i().getInt32(y + 4, !0), D = i().getInt32(y + 8, !0), M = i().getInt32(y + 12, !0), k = Q, K = E;
177
177
  if (M)
178
- throw k = 0, G = 0, L(D);
179
- return C = k, B = G, U(k, G);
178
+ throw k = 0, K = 0, J(D);
179
+ return C = k, B = K, F(k, K);
180
180
  } finally {
181
181
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
182
182
  }
@@ -186,14 +186,14 @@ class iA {
186
186
  * @param {WasmExpr} condition
187
187
  */
188
188
  where_expr(A) {
189
- H(A, K), I.wasmdeletebuilder_where_expr(this.__wbg_ptr, A.__wbg_ptr);
189
+ H(A, G), I.wasmdeletebuilder_where_expr(this.__wbg_ptr, A.__wbg_ptr);
190
190
  }
191
191
  }
192
192
  Symbol.dispose && (iA.prototype[Symbol.dispose] = iA.prototype.free);
193
- class K {
193
+ class G {
194
194
  static __wrap(A) {
195
195
  A = A >>> 0;
196
- const C = Object.create(K.prototype);
196
+ const C = Object.create(G.prototype);
197
197
  return C.__wbg_ptr = A, eA.register(C, C.__wbg_ptr, C), C;
198
198
  }
199
199
  __destroy_into_raw() {
@@ -210,9 +210,9 @@ class K {
210
210
  * @returns {WasmExpr}
211
211
  */
212
212
  add(A) {
213
- H(A, K);
213
+ H(A, G);
214
214
  const C = I.wasmexpr_add(this.__wbg_ptr, A.__wbg_ptr);
215
- return K.__wrap(C);
215
+ return G.__wrap(C);
216
216
  }
217
217
  /**
218
218
  * Produce `self AS name`.
@@ -220,8 +220,8 @@ class K {
220
220
  * @returns {WasmExpr}
221
221
  */
222
222
  alias(A) {
223
- const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N, Q = I.wasmexpr_alias(this.__wbg_ptr, C, B);
224
- return K.__wrap(Q);
223
+ const C = N(A, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.wasmexpr_alias(this.__wbg_ptr, C, B);
224
+ return G.__wrap(Q);
225
225
  }
226
226
  /**
227
227
  * Produce `self AND other`.
@@ -229,9 +229,9 @@ class K {
229
229
  * @returns {WasmExpr}
230
230
  */
231
231
  and(A) {
232
- H(A, K);
232
+ H(A, G);
233
233
  const C = I.wasmexpr_and(this.__wbg_ptr, A.__wbg_ptr);
234
- return K.__wrap(C);
234
+ return G.__wrap(C);
235
235
  }
236
236
  /**
237
237
  * Wrap with ascending sort order.
@@ -239,7 +239,7 @@ class K {
239
239
  */
240
240
  asc() {
241
241
  const A = I.wasmexpr_asc(this.__wbg_ptr);
242
- return K.__wrap(A);
242
+ return G.__wrap(A);
243
243
  }
244
244
  /**
245
245
  * Produce `self BETWEEN low AND high`.
@@ -248,9 +248,9 @@ class K {
248
248
  * @returns {WasmExpr}
249
249
  */
250
250
  between(A, C) {
251
- H(A, K), H(C, K);
251
+ H(A, G), H(C, G);
252
252
  const B = I.wasmexpr_between(this.__wbg_ptr, A.__wbg_ptr, C.__wbg_ptr);
253
- return K.__wrap(B);
253
+ return G.__wrap(B);
254
254
  }
255
255
  /**
256
256
  * Produce `CAST(self AS type)`.
@@ -258,8 +258,8 @@ class K {
258
258
  * @returns {WasmExpr}
259
259
  */
260
260
  cast(A) {
261
- const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N, Q = I.wasmexpr_cast(this.__wbg_ptr, C, B);
262
- return K.__wrap(Q);
261
+ const C = N(A, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.wasmexpr_cast(this.__wbg_ptr, C, B);
262
+ return G.__wrap(Q);
263
263
  }
264
264
  /**
265
265
  * Wrap with descending sort order.
@@ -267,7 +267,7 @@ class K {
267
267
  */
268
268
  desc() {
269
269
  const A = I.wasmexpr_desc(this.__wbg_ptr);
270
- return K.__wrap(A);
270
+ return G.__wrap(A);
271
271
  }
272
272
  /**
273
273
  * Produce `self / other`.
@@ -275,9 +275,9 @@ class K {
275
275
  * @returns {WasmExpr}
276
276
  */
277
277
  div(A) {
278
- H(A, K);
278
+ H(A, G);
279
279
  const C = I.wasmexpr_div(this.__wbg_ptr, A.__wbg_ptr);
280
- return K.__wrap(C);
280
+ return G.__wrap(C);
281
281
  }
282
282
  /**
283
283
  * Produce `self = other`.
@@ -285,9 +285,9 @@ class K {
285
285
  * @returns {WasmExpr}
286
286
  */
287
287
  eq(A) {
288
- H(A, K);
288
+ H(A, G);
289
289
  const C = I.wasmexpr_eq(this.__wbg_ptr, A.__wbg_ptr);
290
- return K.__wrap(C);
290
+ return G.__wrap(C);
291
291
  }
292
292
  /**
293
293
  * Produce `self > other`.
@@ -295,9 +295,9 @@ class K {
295
295
  * @returns {WasmExpr}
296
296
  */
297
297
  gt(A) {
298
- H(A, K);
298
+ H(A, G);
299
299
  const C = I.wasmexpr_gt(this.__wbg_ptr, A.__wbg_ptr);
300
- return K.__wrap(C);
300
+ return G.__wrap(C);
301
301
  }
302
302
  /**
303
303
  * Produce `self >= other`.
@@ -305,9 +305,9 @@ class K {
305
305
  * @returns {WasmExpr}
306
306
  */
307
307
  gte(A) {
308
- H(A, K);
308
+ H(A, G);
309
309
  const C = I.wasmexpr_gte(this.__wbg_ptr, A.__wbg_ptr);
310
- return K.__wrap(C);
310
+ return G.__wrap(C);
311
311
  }
312
312
  /**
313
313
  * Produce `self ILIKE pattern`.
@@ -315,9 +315,9 @@ class K {
315
315
  * @returns {WasmExpr}
316
316
  */
317
317
  ilike(A) {
318
- H(A, K);
318
+ H(A, G);
319
319
  const C = I.wasmexpr_ilike(this.__wbg_ptr, A.__wbg_ptr);
320
- return K.__wrap(C);
320
+ return G.__wrap(C);
321
321
  }
322
322
  /**
323
323
  * Produce `self IN (values...)`.
@@ -327,7 +327,7 @@ class K {
327
327
  in_list(A) {
328
328
  H(A, P);
329
329
  const C = I.wasmexpr_in_list(this.__wbg_ptr, A.__wbg_ptr);
330
- return K.__wrap(C);
330
+ return G.__wrap(C);
331
331
  }
332
332
  /**
333
333
  * Produce `self IS NOT NULL`.
@@ -335,7 +335,7 @@ class K {
335
335
  */
336
336
  is_not_null() {
337
337
  const A = I.wasmexpr_is_not_null(this.__wbg_ptr);
338
- return K.__wrap(A);
338
+ return G.__wrap(A);
339
339
  }
340
340
  /**
341
341
  * Produce `self IS NULL`.
@@ -343,7 +343,7 @@ class K {
343
343
  */
344
344
  is_null() {
345
345
  const A = I.wasmexpr_is_null(this.__wbg_ptr);
346
- return K.__wrap(A);
346
+ return G.__wrap(A);
347
347
  }
348
348
  /**
349
349
  * Produce `self LIKE pattern`.
@@ -351,9 +351,9 @@ class K {
351
351
  * @returns {WasmExpr}
352
352
  */
353
353
  like(A) {
354
- H(A, K);
354
+ H(A, G);
355
355
  const C = I.wasmexpr_like(this.__wbg_ptr, A.__wbg_ptr);
356
- return K.__wrap(C);
356
+ return G.__wrap(C);
357
357
  }
358
358
  /**
359
359
  * Produce `self < other`.
@@ -361,9 +361,9 @@ class K {
361
361
  * @returns {WasmExpr}
362
362
  */
363
363
  lt(A) {
364
- H(A, K);
364
+ H(A, G);
365
365
  const C = I.wasmexpr_lt(this.__wbg_ptr, A.__wbg_ptr);
366
- return K.__wrap(C);
366
+ return G.__wrap(C);
367
367
  }
368
368
  /**
369
369
  * Produce `self <= other`.
@@ -371,9 +371,9 @@ class K {
371
371
  * @returns {WasmExpr}
372
372
  */
373
373
  lte(A) {
374
- H(A, K);
374
+ H(A, G);
375
375
  const C = I.wasmexpr_lte(this.__wbg_ptr, A.__wbg_ptr);
376
- return K.__wrap(C);
376
+ return G.__wrap(C);
377
377
  }
378
378
  /**
379
379
  * Produce `self * other`.
@@ -381,9 +381,9 @@ class K {
381
381
  * @returns {WasmExpr}
382
382
  */
383
383
  mul(A) {
384
- H(A, K);
384
+ H(A, G);
385
385
  const C = I.wasmexpr_mul(this.__wbg_ptr, A.__wbg_ptr);
386
- return K.__wrap(C);
386
+ return G.__wrap(C);
387
387
  }
388
388
  /**
389
389
  * Produce `self <> other`.
@@ -391,9 +391,9 @@ class K {
391
391
  * @returns {WasmExpr}
392
392
  */
393
393
  neq(A) {
394
- H(A, K);
394
+ H(A, G);
395
395
  const C = I.wasmexpr_neq(this.__wbg_ptr, A.__wbg_ptr);
396
- return K.__wrap(C);
396
+ return G.__wrap(C);
397
397
  }
398
398
  /**
399
399
  * Produce `NOT self`.
@@ -401,7 +401,7 @@ class K {
401
401
  */
402
402
  not() {
403
403
  const A = I.wasmexpr_not(this.__wbg_ptr);
404
- return K.__wrap(A);
404
+ return G.__wrap(A);
405
405
  }
406
406
  /**
407
407
  * Produce `self NOT IN (values...)`.
@@ -411,7 +411,7 @@ class K {
411
411
  not_in(A) {
412
412
  H(A, P);
413
413
  const C = I.wasmexpr_not_in(this.__wbg_ptr, A.__wbg_ptr);
414
- return K.__wrap(C);
414
+ return G.__wrap(C);
415
415
  }
416
416
  /**
417
417
  * Produce `self OR other`.
@@ -419,9 +419,9 @@ class K {
419
419
  * @returns {WasmExpr}
420
420
  */
421
421
  or(A) {
422
- H(A, K);
422
+ H(A, G);
423
423
  const C = I.wasmexpr_or(this.__wbg_ptr, A.__wbg_ptr);
424
- return K.__wrap(C);
424
+ return G.__wrap(C);
425
425
  }
426
426
  /**
427
427
  * Produce `REGEXP_LIKE(self, pattern)`.
@@ -429,9 +429,9 @@ class K {
429
429
  * @returns {WasmExpr}
430
430
  */
431
431
  rlike(A) {
432
- H(A, K);
432
+ H(A, G);
433
433
  const C = I.wasmexpr_rlike(this.__wbg_ptr, A.__wbg_ptr);
434
- return K.__wrap(C);
434
+ return G.__wrap(C);
435
435
  }
436
436
  /**
437
437
  * Produce `self - other`.
@@ -439,9 +439,9 @@ class K {
439
439
  * @returns {WasmExpr}
440
440
  */
441
441
  sub(A) {
442
- H(A, K);
442
+ H(A, G);
443
443
  const C = I.wasmexpr_sub(this.__wbg_ptr, A.__wbg_ptr);
444
- return K.__wrap(C);
444
+ return G.__wrap(C);
445
445
  }
446
446
  /**
447
447
  * Return the expression AST as a JSON value.
@@ -453,8 +453,8 @@ class K {
453
453
  I.wasmexpr_to_json(Q, this.__wbg_ptr);
454
454
  var A = i().getInt32(Q + 0, !0), C = i().getInt32(Q + 4, !0), B = i().getInt32(Q + 8, !0);
455
455
  if (B)
456
- throw L(C);
457
- return L(A);
456
+ throw J(C);
457
+ return J(A);
458
458
  } finally {
459
459
  I.__wbindgen_add_to_stack_pointer(16);
460
460
  }
@@ -467,12 +467,12 @@ class K {
467
467
  to_sql(A) {
468
468
  let C, B;
469
469
  try {
470
- const y = I.__wbindgen_add_to_stack_pointer(-16), h = o(A, I.__wbindgen_export, I.__wbindgen_export2), R = N;
471
- I.wasmexpr_to_sql(y, this.__wbg_ptr, h, R);
472
- var Q = i().getInt32(y + 0, !0), E = i().getInt32(y + 4, !0), D = i().getInt32(y + 8, !0), M = i().getInt32(y + 12, !0), k = Q, G = E;
470
+ const y = I.__wbindgen_add_to_stack_pointer(-16), h = N(A, I.__wbindgen_export, I.__wbindgen_export2), L = o;
471
+ I.wasmexpr_to_sql(y, this.__wbg_ptr, h, L);
472
+ var Q = i().getInt32(y + 0, !0), E = i().getInt32(y + 4, !0), D = i().getInt32(y + 8, !0), M = i().getInt32(y + 12, !0), k = Q, K = E;
473
473
  if (M)
474
- throw k = 0, G = 0, L(D);
475
- return C = k, B = G, U(k, G);
474
+ throw k = 0, K = 0, J(D);
475
+ return C = k, B = K, F(k, K);
476
476
  } finally {
477
477
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
478
478
  }
@@ -483,16 +483,16 @@ class K {
483
483
  * @returns {WasmExpr}
484
484
  */
485
485
  xor(A) {
486
- H(A, K);
486
+ H(A, G);
487
487
  const C = I.wasmexpr_xor(this.__wbg_ptr, A.__wbg_ptr);
488
- return K.__wrap(C);
488
+ return G.__wrap(C);
489
489
  }
490
490
  }
491
- Symbol.dispose && (K.prototype[Symbol.dispose] = K.prototype.free);
491
+ Symbol.dispose && (G.prototype[Symbol.dispose] = G.prototype.free);
492
492
  class P {
493
493
  __destroy_into_raw() {
494
494
  const A = this.__wbg_ptr;
495
- return this.__wbg_ptr = 0, VA.unregister(this), A;
495
+ return this.__wbg_ptr = 0, xA.unregister(this), A;
496
496
  }
497
497
  free() {
498
498
  const A = this.__destroy_into_raw();
@@ -510,21 +510,21 @@ class P {
510
510
  */
511
511
  constructor() {
512
512
  const A = I.wasmassignmentarray_new();
513
- return this.__wbg_ptr = A >>> 0, VA.register(this, this.__wbg_ptr, this), this;
513
+ return this.__wbg_ptr = A >>> 0, xA.register(this, this.__wbg_ptr, this), this;
514
514
  }
515
515
  /**
516
516
  * Push an expression.
517
517
  * @param {WasmExpr} expr
518
518
  */
519
519
  push(A) {
520
- H(A, K), I.wasmexprarray_push(this.__wbg_ptr, A.__wbg_ptr);
520
+ H(A, G), I.wasmexprarray_push(this.__wbg_ptr, A.__wbg_ptr);
521
521
  }
522
522
  /**
523
523
  * Push a column reference by name.
524
524
  * @param {string} name
525
525
  */
526
526
  push_col(A) {
527
- const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N;
527
+ const C = N(A, I.__wbindgen_export, I.__wbindgen_export2), B = o;
528
528
  I.wasmexprarray_push_col(this.__wbg_ptr, C, B);
529
529
  }
530
530
  /**
@@ -552,7 +552,7 @@ class P {
552
552
  * @param {string} value
553
553
  */
554
554
  push_str(A) {
555
- const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N;
555
+ const C = N(A, I.__wbindgen_export, I.__wbindgen_export2), B = o;
556
556
  I.wasmexprarray_push_str(this.__wbg_ptr, C, B);
557
557
  }
558
558
  }
@@ -576,8 +576,8 @@ class MA {
576
576
  I.wasminsertbuilder_build(Q, this.__wbg_ptr);
577
577
  var A = i().getInt32(Q + 0, !0), C = i().getInt32(Q + 4, !0), B = i().getInt32(Q + 8, !0);
578
578
  if (B)
579
- throw L(C);
580
- return L(A);
579
+ throw J(C);
580
+ return J(A);
581
581
  } finally {
582
582
  I.__wbindgen_add_to_stack_pointer(16);
583
583
  }
@@ -587,7 +587,7 @@ class MA {
587
587
  * @param {string[]} cols
588
588
  */
589
589
  columns(A) {
590
- const C = LA(A, I.__wbindgen_export), B = N;
590
+ const C = JA(A, I.__wbindgen_export), B = o;
591
591
  I.wasminsertbuilder_columns(this.__wbg_ptr, C, B);
592
592
  }
593
593
  /**
@@ -595,7 +595,7 @@ class MA {
595
595
  * @param {string} table_name
596
596
  */
597
597
  constructor(A) {
598
- const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N, Q = I.wasminsertbuilder_new(C, B);
598
+ const C = N(A, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.wasminsertbuilder_new(C, B);
599
599
  return this.__wbg_ptr = Q >>> 0, WA.register(this, this.__wbg_ptr, this), this;
600
600
  }
601
601
  /**
@@ -608,7 +608,7 @@ class MA {
608
608
  H(A, j), I.wasminsertbuilder_query(Q, this.__wbg_ptr, A.__wbg_ptr);
609
609
  var C = i().getInt32(Q + 0, !0), B = i().getInt32(Q + 4, !0);
610
610
  if (B)
611
- throw L(C);
611
+ throw J(C);
612
612
  } finally {
613
613
  I.__wbindgen_add_to_stack_pointer(16);
614
614
  }
@@ -621,12 +621,12 @@ class MA {
621
621
  to_sql(A) {
622
622
  let C, B;
623
623
  try {
624
- const y = I.__wbindgen_add_to_stack_pointer(-16), h = o(A, I.__wbindgen_export, I.__wbindgen_export2), R = N;
625
- I.wasminsertbuilder_to_sql(y, this.__wbg_ptr, h, R);
626
- var Q = i().getInt32(y + 0, !0), E = i().getInt32(y + 4, !0), D = i().getInt32(y + 8, !0), M = i().getInt32(y + 12, !0), k = Q, G = E;
624
+ const y = I.__wbindgen_add_to_stack_pointer(-16), h = N(A, I.__wbindgen_export, I.__wbindgen_export2), L = o;
625
+ I.wasminsertbuilder_to_sql(y, this.__wbg_ptr, h, L);
626
+ var Q = i().getInt32(y + 0, !0), E = i().getInt32(y + 4, !0), D = i().getInt32(y + 8, !0), M = i().getInt32(y + 12, !0), k = Q, K = E;
627
627
  if (M)
628
- throw k = 0, G = 0, L(D);
629
- return C = k, B = G, U(k, G);
628
+ throw k = 0, K = 0, J(D);
629
+ return C = k, B = K, F(k, K);
630
630
  } finally {
631
631
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
632
632
  }
@@ -640,7 +640,7 @@ class MA {
640
640
  }
641
641
  }
642
642
  Symbol.dispose && (MA.prototype[Symbol.dispose] = MA.prototype.free);
643
- class NA {
643
+ class oA {
644
644
  __destroy_into_raw() {
645
645
  const A = this.__wbg_ptr;
646
646
  return this.__wbg_ptr = 0, lA.unregister(this), A;
@@ -659,8 +659,8 @@ class NA {
659
659
  I.wasmmergebuilder_build(Q, this.__wbg_ptr);
660
660
  var A = i().getInt32(Q + 0, !0), C = i().getInt32(Q + 4, !0), B = i().getInt32(Q + 8, !0);
661
661
  if (B)
662
- throw L(C);
663
- return L(A);
662
+ throw J(C);
663
+ return J(A);
664
664
  } finally {
665
665
  I.__wbindgen_add_to_stack_pointer(16);
666
666
  }
@@ -670,7 +670,7 @@ class NA {
670
670
  * @param {string} target
671
671
  */
672
672
  constructor(A) {
673
- const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N, Q = I.wasmmergebuilder_new(C, B);
673
+ const C = N(A, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.wasmmergebuilder_new(C, B);
674
674
  return this.__wbg_ptr = Q >>> 0, lA.register(this, this.__wbg_ptr, this), this;
675
675
  }
676
676
  /**
@@ -681,12 +681,12 @@ class NA {
681
681
  to_sql(A) {
682
682
  let C, B;
683
683
  try {
684
- const y = I.__wbindgen_add_to_stack_pointer(-16), h = o(A, I.__wbindgen_export, I.__wbindgen_export2), R = N;
685
- I.wasmmergebuilder_to_sql(y, this.__wbg_ptr, h, R);
686
- var Q = i().getInt32(y + 0, !0), E = i().getInt32(y + 4, !0), D = i().getInt32(y + 8, !0), M = i().getInt32(y + 12, !0), k = Q, G = E;
684
+ const y = I.__wbindgen_add_to_stack_pointer(-16), h = N(A, I.__wbindgen_export, I.__wbindgen_export2), L = o;
685
+ I.wasmmergebuilder_to_sql(y, this.__wbg_ptr, h, L);
686
+ var Q = i().getInt32(y + 0, !0), E = i().getInt32(y + 4, !0), D = i().getInt32(y + 8, !0), M = i().getInt32(y + 12, !0), k = Q, K = E;
687
687
  if (M)
688
- throw k = 0, G = 0, L(D);
689
- return C = k, B = G, U(k, G);
688
+ throw k = 0, K = 0, J(D);
689
+ return C = k, B = K, F(k, K);
690
690
  } finally {
691
691
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
692
692
  }
@@ -697,8 +697,8 @@ class NA {
697
697
  * @param {WasmExpr} on
698
698
  */
699
699
  using(A, C) {
700
- const B = o(A, I.__wbindgen_export, I.__wbindgen_export2), Q = N;
701
- H(C, K), I.wasmmergebuilder_using(this.__wbg_ptr, B, Q, C.__wbg_ptr);
700
+ const B = N(A, I.__wbindgen_export, I.__wbindgen_export2), Q = o;
701
+ H(C, G), I.wasmmergebuilder_using(this.__wbg_ptr, B, Q, C.__wbg_ptr);
702
702
  }
703
703
  /**
704
704
  * Add a WHEN MATCHED THEN DELETE clause.
@@ -719,11 +719,11 @@ class NA {
719
719
  * @param {WasmExprArray} values
720
720
  */
721
721
  when_not_matched_insert(A, C) {
722
- const B = LA(A, I.__wbindgen_export), Q = N;
722
+ const B = JA(A, I.__wbindgen_export), Q = o;
723
723
  H(C, P), I.wasmmergebuilder_when_not_matched_insert(this.__wbg_ptr, B, Q, C.__wbg_ptr);
724
724
  }
725
725
  }
726
- Symbol.dispose && (NA.prototype[Symbol.dispose] = NA.prototype.free);
726
+ Symbol.dispose && (oA.prototype[Symbol.dispose] = oA.prototype.free);
727
727
  class j {
728
728
  __destroy_into_raw() {
729
729
  const A = this.__wbg_ptr;
@@ -743,8 +743,8 @@ class j {
743
743
  I.wasmselectbuilder_build(Q, this.__wbg_ptr);
744
744
  var A = i().getInt32(Q + 0, !0), C = i().getInt32(Q + 4, !0), B = i().getInt32(Q + 8, !0);
745
745
  if (B)
746
- throw L(C);
747
- return L(A);
746
+ throw J(C);
747
+ return J(A);
748
748
  } finally {
749
749
  I.__wbindgen_add_to_stack_pointer(16);
750
750
  }
@@ -754,7 +754,7 @@ class j {
754
754
  * @param {string} table
755
755
  */
756
756
  cross_join(A) {
757
- const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N;
757
+ const C = N(A, I.__wbindgen_export, I.__wbindgen_export2), B = o;
758
758
  I.wasmselectbuilder_cross_join(this.__wbg_ptr, C, B);
759
759
  }
760
760
  /**
@@ -764,12 +764,12 @@ class j {
764
764
  */
765
765
  ctas(A) {
766
766
  try {
767
- const E = I.__wbindgen_add_to_stack_pointer(-16), D = o(A, I.__wbindgen_export, I.__wbindgen_export2), M = N;
767
+ const E = I.__wbindgen_add_to_stack_pointer(-16), D = N(A, I.__wbindgen_export, I.__wbindgen_export2), M = o;
768
768
  I.wasmselectbuilder_ctas(E, this.__wbg_ptr, D, M);
769
769
  var C = i().getInt32(E + 0, !0), B = i().getInt32(E + 4, !0), Q = i().getInt32(E + 8, !0);
770
770
  if (Q)
771
- throw L(B);
772
- return L(C);
771
+ throw J(B);
772
+ return J(C);
773
773
  } finally {
774
774
  I.__wbindgen_add_to_stack_pointer(16);
775
775
  }
@@ -783,12 +783,12 @@ class j {
783
783
  ctas_sql(A, C) {
784
784
  let B, Q;
785
785
  try {
786
- const h = I.__wbindgen_add_to_stack_pointer(-16), R = o(A, I.__wbindgen_export, I.__wbindgen_export2), q = N, O = o(C, I.__wbindgen_export, I.__wbindgen_export2), r = N;
787
- I.wasmselectbuilder_ctas_sql(h, this.__wbg_ptr, R, q, O, r);
788
- var E = i().getInt32(h + 0, !0), D = i().getInt32(h + 4, !0), M = i().getInt32(h + 8, !0), k = i().getInt32(h + 12, !0), G = E, y = D;
786
+ const h = I.__wbindgen_add_to_stack_pointer(-16), L = N(A, I.__wbindgen_export, I.__wbindgen_export2), q = o, T = N(C, I.__wbindgen_export, I.__wbindgen_export2), r = o;
787
+ I.wasmselectbuilder_ctas_sql(h, this.__wbg_ptr, L, q, T, r);
788
+ var E = i().getInt32(h + 0, !0), D = i().getInt32(h + 4, !0), M = i().getInt32(h + 8, !0), k = i().getInt32(h + 12, !0), K = E, y = D;
789
789
  if (k)
790
- throw G = 0, y = 0, L(M);
791
- return B = G, Q = y, U(G, y);
790
+ throw K = 0, y = 0, J(M);
791
+ return B = K, Q = y, F(K, y);
792
792
  } finally {
793
793
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(B, Q, 1);
794
794
  }
@@ -810,8 +810,8 @@ class j {
810
810
  H(A, j), I.wasmselectbuilder_except_(E, this.__wbg_ptr, A.__wbg_ptr);
811
811
  var C = i().getInt32(E + 0, !0), B = i().getInt32(E + 4, !0), Q = i().getInt32(E + 8, !0);
812
812
  if (Q)
813
- throw L(B);
814
- return x.__wrap(C);
813
+ throw J(B);
814
+ return d.__wrap(C);
815
815
  } finally {
816
816
  I.__wbindgen_add_to_stack_pointer(16);
817
817
  }
@@ -827,7 +827,7 @@ class j {
827
827
  * @param {string} table
828
828
  */
829
829
  from(A) {
830
- const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N;
830
+ const C = N(A, I.__wbindgen_export, I.__wbindgen_export2), B = o;
831
831
  I.wasmselectbuilder_from(this.__wbg_ptr, C, B);
832
832
  }
833
833
  /**
@@ -835,7 +835,7 @@ class j {
835
835
  * @param {WasmExpr} expr
836
836
  */
837
837
  from_expr(A) {
838
- H(A, K), I.wasmselectbuilder_from_expr(this.__wbg_ptr, A.__wbg_ptr);
838
+ H(A, G), I.wasmselectbuilder_from_expr(this.__wbg_ptr, A.__wbg_ptr);
839
839
  }
840
840
  /**
841
841
  * Set the GROUP BY clause.
@@ -849,14 +849,14 @@ class j {
849
849
  * @param {WasmExpr} condition
850
850
  */
851
851
  having(A) {
852
- H(A, K), I.wasmselectbuilder_having(this.__wbg_ptr, A.__wbg_ptr);
852
+ H(A, G), I.wasmselectbuilder_having(this.__wbg_ptr, A.__wbg_ptr);
853
853
  }
854
854
  /**
855
855
  * Add a query hint.
856
856
  * @param {string} hint_text
857
857
  */
858
858
  hint(A) {
859
- const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N;
859
+ const C = N(A, I.__wbindgen_export, I.__wbindgen_export2), B = o;
860
860
  I.wasmselectbuilder_hint(this.__wbg_ptr, C, B);
861
861
  }
862
862
  /**
@@ -870,8 +870,8 @@ class j {
870
870
  H(A, j), I.wasmselectbuilder_intersect(E, this.__wbg_ptr, A.__wbg_ptr);
871
871
  var C = i().getInt32(E + 0, !0), B = i().getInt32(E + 4, !0), Q = i().getInt32(E + 8, !0);
872
872
  if (Q)
873
- throw L(B);
874
- return x.__wrap(C);
873
+ throw J(B);
874
+ return d.__wrap(C);
875
875
  } finally {
876
876
  I.__wbindgen_add_to_stack_pointer(16);
877
877
  }
@@ -882,8 +882,8 @@ class j {
882
882
  * @param {WasmExpr} on
883
883
  */
884
884
  join(A, C) {
885
- const B = o(A, I.__wbindgen_export, I.__wbindgen_export2), Q = N;
886
- H(C, K), I.wasmselectbuilder_join(this.__wbg_ptr, B, Q, C.__wbg_ptr);
885
+ const B = N(A, I.__wbindgen_export, I.__wbindgen_export2), Q = o;
886
+ H(C, G), I.wasmselectbuilder_join(this.__wbg_ptr, B, Q, C.__wbg_ptr);
887
887
  }
888
888
  /**
889
889
  * Add a LATERAL VIEW clause (Hive/Spark).
@@ -892,8 +892,8 @@ class j {
892
892
  * @param {string[]} col_aliases
893
893
  */
894
894
  lateral_view(A, C, B) {
895
- H(A, K);
896
- const Q = o(C, I.__wbindgen_export, I.__wbindgen_export2), E = N, D = LA(B, I.__wbindgen_export), M = N;
895
+ H(A, G);
896
+ const Q = N(C, I.__wbindgen_export, I.__wbindgen_export2), E = o, D = JA(B, I.__wbindgen_export), M = o;
897
897
  I.wasmselectbuilder_lateral_view(this.__wbg_ptr, A.__wbg_ptr, Q, E, D, M);
898
898
  }
899
899
  /**
@@ -902,8 +902,8 @@ class j {
902
902
  * @param {WasmExpr} on
903
903
  */
904
904
  left_join(A, C) {
905
- const B = o(A, I.__wbindgen_export, I.__wbindgen_export2), Q = N;
906
- H(C, K), I.wasmselectbuilder_left_join(this.__wbg_ptr, B, Q, C.__wbg_ptr);
905
+ const B = N(A, I.__wbindgen_export, I.__wbindgen_export2), Q = o;
906
+ H(C, G), I.wasmselectbuilder_left_join(this.__wbg_ptr, B, Q, C.__wbg_ptr);
907
907
  }
908
908
  /**
909
909
  * Set the LIMIT clause.
@@ -938,7 +938,7 @@ class j {
938
938
  * @param {WasmExpr} condition
939
939
  */
940
940
  qualify(A) {
941
- H(A, K), I.wasmselectbuilder_qualify(this.__wbg_ptr, A.__wbg_ptr);
941
+ H(A, G), I.wasmselectbuilder_qualify(this.__wbg_ptr, A.__wbg_ptr);
942
942
  }
943
943
  /**
944
944
  * Add a RIGHT JOIN.
@@ -946,15 +946,15 @@ class j {
946
946
  * @param {WasmExpr} on
947
947
  */
948
948
  right_join(A, C) {
949
- const B = o(A, I.__wbindgen_export, I.__wbindgen_export2), Q = N;
950
- H(C, K), I.wasmselectbuilder_right_join(this.__wbg_ptr, B, Q, C.__wbg_ptr);
949
+ const B = N(A, I.__wbindgen_export, I.__wbindgen_export2), Q = o;
950
+ H(C, G), I.wasmselectbuilder_right_join(this.__wbg_ptr, B, Q, C.__wbg_ptr);
951
951
  }
952
952
  /**
953
953
  * Add a column by name to the SELECT list.
954
954
  * @param {string} name
955
955
  */
956
956
  select_col(A) {
957
- const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N;
957
+ const C = N(A, I.__wbindgen_export, I.__wbindgen_export2), B = o;
958
958
  I.wasmselectbuilder_select_col(this.__wbg_ptr, C, B);
959
959
  }
960
960
  /**
@@ -962,7 +962,7 @@ class j {
962
962
  * @param {WasmExpr} expr
963
963
  */
964
964
  select_expr(A) {
965
- H(A, K), I.wasmselectbuilder_select_expr(this.__wbg_ptr, A.__wbg_ptr);
965
+ H(A, G), I.wasmselectbuilder_select_expr(this.__wbg_ptr, A.__wbg_ptr);
966
966
  }
967
967
  /**
968
968
  * Add multiple expressions to the SELECT list.
@@ -992,12 +992,12 @@ class j {
992
992
  to_sql(A) {
993
993
  let C, B;
994
994
  try {
995
- const y = I.__wbindgen_add_to_stack_pointer(-16), h = o(A, I.__wbindgen_export, I.__wbindgen_export2), R = N;
996
- I.wasmselectbuilder_to_sql(y, this.__wbg_ptr, h, R);
997
- var Q = i().getInt32(y + 0, !0), E = i().getInt32(y + 4, !0), D = i().getInt32(y + 8, !0), M = i().getInt32(y + 12, !0), k = Q, G = E;
995
+ const y = I.__wbindgen_add_to_stack_pointer(-16), h = N(A, I.__wbindgen_export, I.__wbindgen_export2), L = o;
996
+ I.wasmselectbuilder_to_sql(y, this.__wbg_ptr, h, L);
997
+ var Q = i().getInt32(y + 0, !0), E = i().getInt32(y + 4, !0), D = i().getInt32(y + 8, !0), M = i().getInt32(y + 12, !0), k = Q, K = E;
998
998
  if (M)
999
- throw k = 0, G = 0, L(D);
1000
- return C = k, B = G, U(k, G);
999
+ throw k = 0, K = 0, J(D);
1000
+ return C = k, B = K, F(k, K);
1001
1001
  } finally {
1002
1002
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
1003
1003
  }
@@ -1013,8 +1013,8 @@ class j {
1013
1013
  H(A, j), I.wasmselectbuilder_union(E, this.__wbg_ptr, A.__wbg_ptr);
1014
1014
  var C = i().getInt32(E + 0, !0), B = i().getInt32(E + 4, !0), Q = i().getInt32(E + 8, !0);
1015
1015
  if (Q)
1016
- throw L(B);
1017
- return x.__wrap(C);
1016
+ throw J(B);
1017
+ return d.__wrap(C);
1018
1018
  } finally {
1019
1019
  I.__wbindgen_add_to_stack_pointer(16);
1020
1020
  }
@@ -1030,8 +1030,8 @@ class j {
1030
1030
  H(A, j), I.wasmselectbuilder_union_all(E, this.__wbg_ptr, A.__wbg_ptr);
1031
1031
  var C = i().getInt32(E + 0, !0), B = i().getInt32(E + 4, !0), Q = i().getInt32(E + 8, !0);
1032
1032
  if (Q)
1033
- throw L(B);
1034
- return x.__wrap(C);
1033
+ throw J(B);
1034
+ return d.__wrap(C);
1035
1035
  } finally {
1036
1036
  I.__wbindgen_add_to_stack_pointer(16);
1037
1037
  }
@@ -1041,14 +1041,14 @@ class j {
1041
1041
  * @param {WasmExpr} condition
1042
1042
  */
1043
1043
  where_expr(A) {
1044
- H(A, K), I.wasmselectbuilder_where_expr(this.__wbg_ptr, A.__wbg_ptr);
1044
+ H(A, G), I.wasmselectbuilder_where_expr(this.__wbg_ptr, A.__wbg_ptr);
1045
1045
  }
1046
1046
  /**
1047
1047
  * Set the WHERE clause by parsing a raw SQL condition string.
1048
1048
  * @param {string} sql
1049
1049
  */
1050
1050
  where_sql(A) {
1051
- const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N;
1051
+ const C = N(A, I.__wbindgen_export, I.__wbindgen_export2), B = o;
1052
1052
  I.wasmselectbuilder_where_sql(this.__wbg_ptr, C, B);
1053
1053
  }
1054
1054
  /**
@@ -1058,21 +1058,21 @@ class j {
1058
1058
  */
1059
1059
  window(A, C) {
1060
1060
  try {
1061
- const E = I.__wbindgen_add_to_stack_pointer(-16), D = o(A, I.__wbindgen_export, I.__wbindgen_export2), M = N;
1061
+ const E = I.__wbindgen_add_to_stack_pointer(-16), D = N(A, I.__wbindgen_export, I.__wbindgen_export2), M = o;
1062
1062
  H(C, BA), I.wasmselectbuilder_window(E, this.__wbg_ptr, D, M, C.__wbg_ptr);
1063
1063
  var B = i().getInt32(E + 0, !0), Q = i().getInt32(E + 4, !0);
1064
1064
  if (Q)
1065
- throw L(B);
1065
+ throw J(B);
1066
1066
  } finally {
1067
1067
  I.__wbindgen_add_to_stack_pointer(16);
1068
1068
  }
1069
1069
  }
1070
1070
  }
1071
1071
  Symbol.dispose && (j.prototype[Symbol.dispose] = j.prototype.free);
1072
- class x {
1072
+ class d {
1073
1073
  static __wrap(A) {
1074
1074
  A = A >>> 0;
1075
- const C = Object.create(x.prototype);
1075
+ const C = Object.create(d.prototype);
1076
1076
  return C.__wbg_ptr = A, nA.register(C, C.__wbg_ptr, C), C;
1077
1077
  }
1078
1078
  __destroy_into_raw() {
@@ -1093,8 +1093,8 @@ class x {
1093
1093
  I.wasmsetopbuilder_build(Q, this.__wbg_ptr);
1094
1094
  var A = i().getInt32(Q + 0, !0), C = i().getInt32(Q + 4, !0), B = i().getInt32(Q + 8, !0);
1095
1095
  if (B)
1096
- throw L(C);
1097
- return L(A);
1096
+ throw J(C);
1097
+ return J(A);
1098
1098
  } finally {
1099
1099
  I.__wbindgen_add_to_stack_pointer(16);
1100
1100
  }
@@ -1128,22 +1128,22 @@ class x {
1128
1128
  to_sql(A) {
1129
1129
  let C, B;
1130
1130
  try {
1131
- const y = I.__wbindgen_add_to_stack_pointer(-16), h = o(A, I.__wbindgen_export, I.__wbindgen_export2), R = N;
1132
- I.wasmsetopbuilder_to_sql(y, this.__wbg_ptr, h, R);
1133
- var Q = i().getInt32(y + 0, !0), E = i().getInt32(y + 4, !0), D = i().getInt32(y + 8, !0), M = i().getInt32(y + 12, !0), k = Q, G = E;
1131
+ const y = I.__wbindgen_add_to_stack_pointer(-16), h = N(A, I.__wbindgen_export, I.__wbindgen_export2), L = o;
1132
+ I.wasmsetopbuilder_to_sql(y, this.__wbg_ptr, h, L);
1133
+ var Q = i().getInt32(y + 0, !0), E = i().getInt32(y + 4, !0), D = i().getInt32(y + 8, !0), M = i().getInt32(y + 12, !0), k = Q, K = E;
1134
1134
  if (M)
1135
- throw k = 0, G = 0, L(D);
1136
- return C = k, B = G, U(k, G);
1135
+ throw k = 0, K = 0, J(D);
1136
+ return C = k, B = K, F(k, K);
1137
1137
  } finally {
1138
1138
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
1139
1139
  }
1140
1140
  }
1141
1141
  }
1142
- Symbol.dispose && (x.prototype[Symbol.dispose] = x.prototype.free);
1143
- class oA {
1142
+ Symbol.dispose && (d.prototype[Symbol.dispose] = d.prototype.free);
1143
+ class NA {
1144
1144
  __destroy_into_raw() {
1145
1145
  const A = this.__wbg_ptr;
1146
- return this.__wbg_ptr = 0, uA.unregister(this), A;
1146
+ return this.__wbg_ptr = 0, mA.unregister(this), A;
1147
1147
  }
1148
1148
  free() {
1149
1149
  const A = this.__destroy_into_raw();
@@ -1159,8 +1159,8 @@ class oA {
1159
1159
  I.wasmupdatebuilder_build(Q, this.__wbg_ptr);
1160
1160
  var A = i().getInt32(Q + 0, !0), C = i().getInt32(Q + 4, !0), B = i().getInt32(Q + 8, !0);
1161
1161
  if (B)
1162
- throw L(C);
1163
- return L(A);
1162
+ throw J(C);
1163
+ return J(A);
1164
1164
  } finally {
1165
1165
  I.__wbindgen_add_to_stack_pointer(16);
1166
1166
  }
@@ -1170,7 +1170,7 @@ class oA {
1170
1170
  * @param {string} table
1171
1171
  */
1172
1172
  from(A) {
1173
- const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N;
1173
+ const C = N(A, I.__wbindgen_export, I.__wbindgen_export2), B = o;
1174
1174
  I.wasmupdatebuilder_from(this.__wbg_ptr, C, B);
1175
1175
  }
1176
1176
  /**
@@ -1178,8 +1178,8 @@ class oA {
1178
1178
  * @param {string} table_name
1179
1179
  */
1180
1180
  constructor(A) {
1181
- const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N, Q = I.wasmupdatebuilder_new(C, B);
1182
- return this.__wbg_ptr = Q >>> 0, uA.register(this, this.__wbg_ptr, this), this;
1181
+ const C = N(A, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.wasmupdatebuilder_new(C, B);
1182
+ return this.__wbg_ptr = Q >>> 0, mA.register(this, this.__wbg_ptr, this), this;
1183
1183
  }
1184
1184
  /**
1185
1185
  * Add a SET column = value assignment.
@@ -1187,8 +1187,8 @@ class oA {
1187
1187
  * @param {WasmExpr} value
1188
1188
  */
1189
1189
  set(A, C) {
1190
- const B = o(A, I.__wbindgen_export, I.__wbindgen_export2), Q = N;
1191
- H(C, K), I.wasmupdatebuilder_set(this.__wbg_ptr, B, Q, C.__wbg_ptr);
1190
+ const B = N(A, I.__wbindgen_export, I.__wbindgen_export2), Q = o;
1191
+ H(C, G), I.wasmupdatebuilder_set(this.__wbg_ptr, B, Q, C.__wbg_ptr);
1192
1192
  }
1193
1193
  /**
1194
1194
  * Generate SQL string for the given dialect.
@@ -1198,12 +1198,12 @@ class oA {
1198
1198
  to_sql(A) {
1199
1199
  let C, B;
1200
1200
  try {
1201
- const y = I.__wbindgen_add_to_stack_pointer(-16), h = o(A, I.__wbindgen_export, I.__wbindgen_export2), R = N;
1202
- I.wasmupdatebuilder_to_sql(y, this.__wbg_ptr, h, R);
1203
- var Q = i().getInt32(y + 0, !0), E = i().getInt32(y + 4, !0), D = i().getInt32(y + 8, !0), M = i().getInt32(y + 12, !0), k = Q, G = E;
1201
+ const y = I.__wbindgen_add_to_stack_pointer(-16), h = N(A, I.__wbindgen_export, I.__wbindgen_export2), L = o;
1202
+ I.wasmupdatebuilder_to_sql(y, this.__wbg_ptr, h, L);
1203
+ var Q = i().getInt32(y + 0, !0), E = i().getInt32(y + 4, !0), D = i().getInt32(y + 8, !0), M = i().getInt32(y + 12, !0), k = Q, K = E;
1204
1204
  if (M)
1205
- throw k = 0, G = 0, L(D);
1206
- return C = k, B = G, U(k, G);
1205
+ throw k = 0, K = 0, J(D);
1206
+ return C = k, B = K, F(k, K);
1207
1207
  } finally {
1208
1208
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
1209
1209
  }
@@ -1213,14 +1213,14 @@ class oA {
1213
1213
  * @param {WasmExpr} condition
1214
1214
  */
1215
1215
  where_expr(A) {
1216
- H(A, K), I.wasmupdatebuilder_where_expr(this.__wbg_ptr, A.__wbg_ptr);
1216
+ H(A, G), I.wasmupdatebuilder_where_expr(this.__wbg_ptr, A.__wbg_ptr);
1217
1217
  }
1218
1218
  }
1219
- Symbol.dispose && (oA.prototype[Symbol.dispose] = oA.prototype.free);
1219
+ Symbol.dispose && (NA.prototype[Symbol.dispose] = NA.prototype.free);
1220
1220
  class BA {
1221
1221
  __destroy_into_raw() {
1222
1222
  const A = this.__wbg_ptr;
1223
- return this.__wbg_ptr = 0, mA.unregister(this), A;
1223
+ return this.__wbg_ptr = 0, uA.unregister(this), A;
1224
1224
  }
1225
1225
  free() {
1226
1226
  const A = this.__destroy_into_raw();
@@ -1231,7 +1231,7 @@ class BA {
1231
1231
  */
1232
1232
  constructor() {
1233
1233
  const A = I.wasmwindowdefbuilder_new();
1234
- return this.__wbg_ptr = A >>> 0, mA.register(this, this.__wbg_ptr, this), this;
1234
+ return this.__wbg_ptr = A >>> 0, uA.register(this, this.__wbg_ptr, this), this;
1235
1235
  }
1236
1236
  /**
1237
1237
  * Set the ORDER BY expressions.
@@ -1249,28 +1249,28 @@ class BA {
1249
1249
  }
1250
1250
  }
1251
1251
  Symbol.dispose && (BA.prototype[Symbol.dispose] = BA.prototype.free);
1252
- function FI(g, A, C) {
1252
+ function UI(g, A, C) {
1253
1253
  let B, Q;
1254
1254
  try {
1255
- const M = I.__wbindgen_add_to_stack_pointer(-16), k = o(g, I.__wbindgen_export, I.__wbindgen_export2), G = N, y = o(A, I.__wbindgen_export, I.__wbindgen_export2), h = N, R = o(C, I.__wbindgen_export, I.__wbindgen_export2), q = N;
1256
- I.annotate_types(M, k, G, y, h, R, q);
1255
+ const M = I.__wbindgen_add_to_stack_pointer(-16), k = N(g, I.__wbindgen_export, I.__wbindgen_export2), K = o, y = N(A, I.__wbindgen_export, I.__wbindgen_export2), h = o, L = N(C, I.__wbindgen_export, I.__wbindgen_export2), q = o;
1256
+ I.annotate_types(M, k, K, y, h, L, q);
1257
1257
  var E = i().getInt32(M + 0, !0), D = i().getInt32(M + 4, !0);
1258
- return B = E, Q = D, U(E, D);
1258
+ return B = E, Q = D, F(E, D);
1259
1259
  } finally {
1260
1260
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(B, Q, 1);
1261
1261
  }
1262
1262
  }
1263
- function LI(g, A, C) {
1264
- const B = o(g, I.__wbindgen_export, I.__wbindgen_export2), Q = N, E = o(A, I.__wbindgen_export, I.__wbindgen_export2), D = N, M = o(C, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = I.annotate_types_value(B, Q, E, D, M, k);
1265
- return L(G);
1263
+ function JI(g, A, C) {
1264
+ const B = N(g, I.__wbindgen_export, I.__wbindgen_export2), Q = o, E = N(A, I.__wbindgen_export, I.__wbindgen_export2), D = o, M = N(C, I.__wbindgen_export, I.__wbindgen_export2), k = o, K = I.annotate_types_value(B, Q, E, D, M, k);
1265
+ return J(K);
1266
1266
  }
1267
1267
  function vA(g, A, C) {
1268
1268
  let B, Q;
1269
1269
  try {
1270
- const M = I.__wbindgen_add_to_stack_pointer(-16), k = o(g, I.__wbindgen_export, I.__wbindgen_export2), G = N, y = o(A, I.__wbindgen_export, I.__wbindgen_export2), h = N;
1271
- I.ast_add_where(M, k, G, y, h, C);
1270
+ const M = I.__wbindgen_add_to_stack_pointer(-16), k = N(g, I.__wbindgen_export, I.__wbindgen_export2), K = o, y = N(A, I.__wbindgen_export, I.__wbindgen_export2), h = o;
1271
+ I.ast_add_where(M, k, K, y, h, C);
1272
1272
  var E = i().getInt32(M + 0, !0), D = i().getInt32(M + 4, !0);
1273
- return B = E, Q = D, U(E, D);
1273
+ return B = E, Q = D, F(E, D);
1274
1274
  } finally {
1275
1275
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(B, Q, 1);
1276
1276
  }
@@ -1278,10 +1278,10 @@ function vA(g, A, C) {
1278
1278
  function XA(g) {
1279
1279
  let A, C;
1280
1280
  try {
1281
- const E = I.__wbindgen_add_to_stack_pointer(-16), D = o(g, I.__wbindgen_export, I.__wbindgen_export2), M = N;
1281
+ const E = I.__wbindgen_add_to_stack_pointer(-16), D = N(g, I.__wbindgen_export, I.__wbindgen_export2), M = o;
1282
1282
  I.ast_get_aggregate_functions(E, D, M);
1283
1283
  var B = i().getInt32(E + 0, !0), Q = i().getInt32(E + 4, !0);
1284
- return A = B, C = Q, U(B, Q);
1284
+ return A = B, C = Q, F(B, Q);
1285
1285
  } finally {
1286
1286
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(A, C, 1);
1287
1287
  }
@@ -1289,10 +1289,10 @@ function XA(g) {
1289
1289
  function _A(g) {
1290
1290
  let A, C;
1291
1291
  try {
1292
- const E = I.__wbindgen_add_to_stack_pointer(-16), D = o(g, I.__wbindgen_export, I.__wbindgen_export2), M = N;
1292
+ const E = I.__wbindgen_add_to_stack_pointer(-16), D = N(g, I.__wbindgen_export, I.__wbindgen_export2), M = o;
1293
1293
  I.ast_get_column_names(E, D, M);
1294
1294
  var B = i().getInt32(E + 0, !0), Q = i().getInt32(E + 4, !0);
1295
- return A = B, C = Q, U(B, Q);
1295
+ return A = B, C = Q, F(B, Q);
1296
1296
  } finally {
1297
1297
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(A, C, 1);
1298
1298
  }
@@ -1300,10 +1300,10 @@ function _A(g) {
1300
1300
  function $A(g) {
1301
1301
  let A, C;
1302
1302
  try {
1303
- const E = I.__wbindgen_add_to_stack_pointer(-16), D = o(g, I.__wbindgen_export, I.__wbindgen_export2), M = N;
1303
+ const E = I.__wbindgen_add_to_stack_pointer(-16), D = N(g, I.__wbindgen_export, I.__wbindgen_export2), M = o;
1304
1304
  I.ast_get_functions(E, D, M);
1305
1305
  var B = i().getInt32(E + 0, !0), Q = i().getInt32(E + 4, !0);
1306
- return A = B, C = Q, U(B, Q);
1306
+ return A = B, C = Q, F(B, Q);
1307
1307
  } finally {
1308
1308
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(A, C, 1);
1309
1309
  }
@@ -1311,10 +1311,10 @@ function $A(g) {
1311
1311
  function Ag(g) {
1312
1312
  let A, C;
1313
1313
  try {
1314
- const E = I.__wbindgen_add_to_stack_pointer(-16), D = o(g, I.__wbindgen_export, I.__wbindgen_export2), M = N;
1314
+ const E = I.__wbindgen_add_to_stack_pointer(-16), D = N(g, I.__wbindgen_export, I.__wbindgen_export2), M = o;
1315
1315
  I.ast_get_literals(E, D, M);
1316
1316
  var B = i().getInt32(E + 0, !0), Q = i().getInt32(E + 4, !0);
1317
- return A = B, C = Q, U(B, Q);
1317
+ return A = B, C = Q, F(B, Q);
1318
1318
  } finally {
1319
1319
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(A, C, 1);
1320
1320
  }
@@ -1322,10 +1322,10 @@ function Ag(g) {
1322
1322
  function gg(g) {
1323
1323
  let A, C;
1324
1324
  try {
1325
- const E = I.__wbindgen_add_to_stack_pointer(-16), D = o(g, I.__wbindgen_export, I.__wbindgen_export2), M = N;
1325
+ const E = I.__wbindgen_add_to_stack_pointer(-16), D = N(g, I.__wbindgen_export, I.__wbindgen_export2), M = o;
1326
1326
  I.ast_get_subqueries(E, D, M);
1327
1327
  var B = i().getInt32(E + 0, !0), Q = i().getInt32(E + 4, !0);
1328
- return A = B, C = Q, U(B, Q);
1328
+ return A = B, C = Q, F(B, Q);
1329
1329
  } finally {
1330
1330
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(A, C, 1);
1331
1331
  }
@@ -1333,10 +1333,10 @@ function gg(g) {
1333
1333
  function Ig(g) {
1334
1334
  let A, C;
1335
1335
  try {
1336
- const E = I.__wbindgen_add_to_stack_pointer(-16), D = o(g, I.__wbindgen_export, I.__wbindgen_export2), M = N;
1336
+ const E = I.__wbindgen_add_to_stack_pointer(-16), D = N(g, I.__wbindgen_export, I.__wbindgen_export2), M = o;
1337
1337
  I.ast_get_table_names(E, D, M);
1338
1338
  var B = i().getInt32(E + 0, !0), Q = i().getInt32(E + 4, !0);
1339
- return A = B, C = Q, U(B, Q);
1339
+ return A = B, C = Q, F(B, Q);
1340
1340
  } finally {
1341
1341
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(A, C, 1);
1342
1342
  }
@@ -1344,10 +1344,10 @@ function Ig(g) {
1344
1344
  function Cg(g) {
1345
1345
  let A, C;
1346
1346
  try {
1347
- const E = I.__wbindgen_add_to_stack_pointer(-16), D = o(g, I.__wbindgen_export, I.__wbindgen_export2), M = N;
1347
+ const E = I.__wbindgen_add_to_stack_pointer(-16), D = N(g, I.__wbindgen_export, I.__wbindgen_export2), M = o;
1348
1348
  I.ast_get_window_functions(E, D, M);
1349
1349
  var B = i().getInt32(E + 0, !0), Q = i().getInt32(E + 4, !0);
1350
- return A = B, C = Q, U(B, Q);
1350
+ return A = B, C = Q, F(B, Q);
1351
1351
  } finally {
1352
1352
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(A, C, 1);
1353
1353
  }
@@ -1355,10 +1355,10 @@ function Cg(g) {
1355
1355
  function Bg(g) {
1356
1356
  let A, C;
1357
1357
  try {
1358
- const E = I.__wbindgen_add_to_stack_pointer(-16), D = o(g, I.__wbindgen_export, I.__wbindgen_export2), M = N;
1358
+ const E = I.__wbindgen_add_to_stack_pointer(-16), D = N(g, I.__wbindgen_export, I.__wbindgen_export2), M = o;
1359
1359
  I.ast_node_count(E, D, M);
1360
1360
  var B = i().getInt32(E + 0, !0), Q = i().getInt32(E + 4, !0);
1361
- return A = B, C = Q, U(B, Q);
1361
+ return A = B, C = Q, F(B, Q);
1362
1362
  } finally {
1363
1363
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(A, C, 1);
1364
1364
  }
@@ -1366,10 +1366,10 @@ function Bg(g) {
1366
1366
  function Qg(g, A) {
1367
1367
  let C, B;
1368
1368
  try {
1369
- const D = I.__wbindgen_add_to_stack_pointer(-16), M = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1370
- I.ast_qualify_columns(D, M, k, G, y);
1369
+ const D = I.__wbindgen_add_to_stack_pointer(-16), M = N(g, I.__wbindgen_export, I.__wbindgen_export2), k = o, K = N(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
1370
+ I.ast_qualify_columns(D, M, k, K, y);
1371
1371
  var Q = i().getInt32(D + 0, !0), E = i().getInt32(D + 4, !0);
1372
- return C = Q, B = E, U(Q, E);
1372
+ return C = Q, B = E, F(Q, E);
1373
1373
  } finally {
1374
1374
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
1375
1375
  }
@@ -1377,10 +1377,10 @@ function Qg(g, A) {
1377
1377
  function Eg(g, A) {
1378
1378
  let C, B;
1379
1379
  try {
1380
- const D = I.__wbindgen_add_to_stack_pointer(-16), M = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1381
- I.ast_qualify_tables(D, M, k, G, y);
1380
+ const D = I.__wbindgen_add_to_stack_pointer(-16), M = N(g, I.__wbindgen_export, I.__wbindgen_export2), k = o, K = N(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
1381
+ I.ast_qualify_tables(D, M, k, K, y);
1382
1382
  var Q = i().getInt32(D + 0, !0), E = i().getInt32(D + 4, !0);
1383
- return C = Q, B = E, U(Q, E);
1383
+ return C = Q, B = E, F(Q, E);
1384
1384
  } finally {
1385
1385
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
1386
1386
  }
@@ -1388,10 +1388,10 @@ function Eg(g, A) {
1388
1388
  function Dg(g) {
1389
1389
  let A, C;
1390
1390
  try {
1391
- const E = I.__wbindgen_add_to_stack_pointer(-16), D = o(g, I.__wbindgen_export, I.__wbindgen_export2), M = N;
1391
+ const E = I.__wbindgen_add_to_stack_pointer(-16), D = N(g, I.__wbindgen_export, I.__wbindgen_export2), M = o;
1392
1392
  I.ast_remove_where(E, D, M);
1393
1393
  var B = i().getInt32(E + 0, !0), Q = i().getInt32(E + 4, !0);
1394
- return A = B, C = Q, U(B, Q);
1394
+ return A = B, C = Q, F(B, Q);
1395
1395
  } finally {
1396
1396
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(A, C, 1);
1397
1397
  }
@@ -1399,10 +1399,10 @@ function Dg(g) {
1399
1399
  function wg(g, A) {
1400
1400
  let C, B;
1401
1401
  try {
1402
- const D = I.__wbindgen_add_to_stack_pointer(-16), M = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1403
- I.ast_rename_columns(D, M, k, G, y);
1402
+ const D = I.__wbindgen_add_to_stack_pointer(-16), M = N(g, I.__wbindgen_export, I.__wbindgen_export2), k = o, K = N(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
1403
+ I.ast_rename_columns(D, M, k, K, y);
1404
1404
  var Q = i().getInt32(D + 0, !0), E = i().getInt32(D + 4, !0);
1405
- return C = Q, B = E, U(Q, E);
1405
+ return C = Q, B = E, F(Q, E);
1406
1406
  } finally {
1407
1407
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
1408
1408
  }
@@ -1410,10 +1410,10 @@ function wg(g, A) {
1410
1410
  function ig(g, A) {
1411
1411
  let C, B;
1412
1412
  try {
1413
- const D = I.__wbindgen_add_to_stack_pointer(-16), M = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1414
- I.ast_rename_tables(D, M, k, G, y);
1413
+ const D = I.__wbindgen_add_to_stack_pointer(-16), M = N(g, I.__wbindgen_export, I.__wbindgen_export2), k = o, K = N(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
1414
+ I.ast_rename_tables(D, M, k, K, y);
1415
1415
  var Q = i().getInt32(D + 0, !0), E = i().getInt32(D + 4, !0);
1416
- return C = Q, B = E, U(Q, E);
1416
+ return C = Q, B = E, F(Q, E);
1417
1417
  } finally {
1418
1418
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
1419
1419
  }
@@ -1421,32 +1421,32 @@ function ig(g, A) {
1421
1421
  function Mg(g, A, C) {
1422
1422
  let B, Q;
1423
1423
  try {
1424
- const M = I.__wbindgen_add_to_stack_pointer(-16), k = o(g, I.__wbindgen_export, I.__wbindgen_export2), G = N, y = o(A, I.__wbindgen_export, I.__wbindgen_export2), h = N, R = o(C, I.__wbindgen_export, I.__wbindgen_export2), q = N;
1425
- I.ast_rename_tables_with_options(M, k, G, y, h, R, q);
1424
+ const M = I.__wbindgen_add_to_stack_pointer(-16), k = N(g, I.__wbindgen_export, I.__wbindgen_export2), K = o, y = N(A, I.__wbindgen_export, I.__wbindgen_export2), h = o, L = N(C, I.__wbindgen_export, I.__wbindgen_export2), q = o;
1425
+ I.ast_rename_tables_with_options(M, k, K, y, h, L, q);
1426
1426
  var E = i().getInt32(M + 0, !0), D = i().getInt32(M + 4, !0);
1427
- return B = E, Q = D, U(E, D);
1427
+ return B = E, Q = D, F(E, D);
1428
1428
  } finally {
1429
1429
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(B, Q, 1);
1430
1430
  }
1431
1431
  }
1432
- function Ng(g, A) {
1432
+ function og(g, A) {
1433
1433
  let C, B;
1434
1434
  try {
1435
- const D = I.__wbindgen_add_to_stack_pointer(-16), M = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N;
1435
+ const D = I.__wbindgen_add_to_stack_pointer(-16), M = N(g, I.__wbindgen_export, I.__wbindgen_export2), k = o;
1436
1436
  I.ast_set_distinct(D, M, k, A);
1437
1437
  var Q = i().getInt32(D + 0, !0), E = i().getInt32(D + 4, !0);
1438
- return C = Q, B = E, U(Q, E);
1438
+ return C = Q, B = E, F(Q, E);
1439
1439
  } finally {
1440
1440
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
1441
1441
  }
1442
1442
  }
1443
- function og(g, A) {
1443
+ function Ng(g, A) {
1444
1444
  let C, B;
1445
1445
  try {
1446
- const D = I.__wbindgen_add_to_stack_pointer(-16), M = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N;
1446
+ const D = I.__wbindgen_add_to_stack_pointer(-16), M = N(g, I.__wbindgen_export, I.__wbindgen_export2), k = o;
1447
1447
  I.ast_set_limit(D, M, k, A);
1448
1448
  var Q = i().getInt32(D + 0, !0), E = i().getInt32(D + 4, !0);
1449
- return C = Q, B = E, U(Q, E);
1449
+ return C = Q, B = E, F(Q, E);
1450
1450
  } finally {
1451
1451
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
1452
1452
  }
@@ -1454,58 +1454,58 @@ function og(g, A) {
1454
1454
  function kg(g, A, C, B, Q, E) {
1455
1455
  let D, M;
1456
1456
  try {
1457
- const y = I.__wbindgen_add_to_stack_pointer(-16), h = o(g, I.__wbindgen_export, I.__wbindgen_export2), R = N, q = o(A, I.__wbindgen_export, I.__wbindgen_export2), O = N, r = o(C, I.__wbindgen_export, I.__wbindgen_export2), v = N;
1458
- I.diff_sql(y, h, R, q, O, r, v, B, Q, E);
1459
- var k = i().getInt32(y + 0, !0), G = i().getInt32(y + 4, !0);
1460
- return D = k, M = G, U(k, G);
1457
+ const y = I.__wbindgen_add_to_stack_pointer(-16), h = N(g, I.__wbindgen_export, I.__wbindgen_export2), L = o, q = N(A, I.__wbindgen_export, I.__wbindgen_export2), T = o, r = N(C, I.__wbindgen_export, I.__wbindgen_export2), v = o;
1458
+ I.diff_sql(y, h, L, q, T, r, v, B, Q, E);
1459
+ var k = i().getInt32(y + 0, !0), K = i().getInt32(y + 4, !0);
1460
+ return D = k, M = K, F(k, K);
1461
1461
  } finally {
1462
1462
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(D, M, 1);
1463
1463
  }
1464
1464
  }
1465
- function JI(g, A) {
1465
+ function RI(g, A) {
1466
1466
  let C, B;
1467
1467
  try {
1468
- const D = I.__wbindgen_add_to_stack_pointer(-16), M = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1469
- I.format_sql(D, M, k, G, y);
1468
+ const D = I.__wbindgen_add_to_stack_pointer(-16), M = N(g, I.__wbindgen_export, I.__wbindgen_export2), k = o, K = N(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
1469
+ I.format_sql(D, M, k, K, y);
1470
1470
  var Q = i().getInt32(D + 0, !0), E = i().getInt32(D + 4, !0);
1471
- return C = Q, B = E, U(Q, E);
1471
+ return C = Q, B = E, F(Q, E);
1472
1472
  } finally {
1473
1473
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
1474
1474
  }
1475
1475
  }
1476
- function RI(g, A) {
1477
- const C = o(g, I.__wbindgen_export, I.__wbindgen_export2), B = N, Q = o(A, I.__wbindgen_export, I.__wbindgen_export2), E = N, D = I.format_sql_value(C, B, Q, E);
1478
- return L(D);
1476
+ function LI(g, A) {
1477
+ const C = N(g, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = N(A, I.__wbindgen_export, I.__wbindgen_export2), E = o, D = I.format_sql_value(C, B, Q, E);
1478
+ return J(D);
1479
1479
  }
1480
1480
  function sI(g, A, C) {
1481
1481
  let B, Q;
1482
1482
  try {
1483
- const M = I.__wbindgen_add_to_stack_pointer(-16), k = o(g, I.__wbindgen_export, I.__wbindgen_export2), G = N, y = o(A, I.__wbindgen_export, I.__wbindgen_export2), h = N, R = o(C, I.__wbindgen_export, I.__wbindgen_export2), q = N;
1484
- I.format_sql_with_options(M, k, G, y, h, R, q);
1483
+ const M = I.__wbindgen_add_to_stack_pointer(-16), k = N(g, I.__wbindgen_export, I.__wbindgen_export2), K = o, y = N(A, I.__wbindgen_export, I.__wbindgen_export2), h = o, L = N(C, I.__wbindgen_export, I.__wbindgen_export2), q = o;
1484
+ I.format_sql_with_options(M, k, K, y, h, L, q);
1485
1485
  var E = i().getInt32(M + 0, !0), D = i().getInt32(M + 4, !0);
1486
- return B = E, Q = D, U(E, D);
1486
+ return B = E, Q = D, F(E, D);
1487
1487
  } finally {
1488
1488
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(B, Q, 1);
1489
1489
  }
1490
1490
  }
1491
1491
  function aI(g, A, C) {
1492
- const B = o(g, I.__wbindgen_export, I.__wbindgen_export2), Q = N, E = o(A, I.__wbindgen_export, I.__wbindgen_export2), D = N, M = I.format_sql_with_options_value(B, Q, E, D, s(C));
1493
- return L(M);
1492
+ const B = N(g, I.__wbindgen_export, I.__wbindgen_export2), Q = o, E = N(A, I.__wbindgen_export, I.__wbindgen_export2), D = o, M = I.format_sql_with_options_value(B, Q, E, D, s(C));
1493
+ return J(M);
1494
1494
  }
1495
1495
  function qI(g, A) {
1496
1496
  let C, B;
1497
1497
  try {
1498
- const D = I.__wbindgen_add_to_stack_pointer(-16), M = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1499
- I.generate(D, M, k, G, y);
1498
+ const D = I.__wbindgen_add_to_stack_pointer(-16), M = N(g, I.__wbindgen_export, I.__wbindgen_export2), k = o, K = N(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
1499
+ I.generate(D, M, k, K, y);
1500
1500
  var Q = i().getInt32(D + 0, !0), E = i().getInt32(D + 4, !0);
1501
- return C = Q, B = E, U(Q, E);
1501
+ return C = Q, B = E, F(Q, E);
1502
1502
  } finally {
1503
1503
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
1504
1504
  }
1505
1505
  }
1506
1506
  function pI(g, A) {
1507
- const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N, Q = I.generate_value(s(g), C, B);
1508
- return L(Q);
1507
+ const C = N(A, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.generate_value(s(g), C, B);
1508
+ return J(Q);
1509
1509
  }
1510
1510
  function PI() {
1511
1511
  let g, A;
@@ -1513,44 +1513,44 @@ function PI() {
1513
1513
  const Q = I.__wbindgen_add_to_stack_pointer(-16);
1514
1514
  I.get_dialects(Q);
1515
1515
  var C = i().getInt32(Q + 0, !0), B = i().getInt32(Q + 4, !0);
1516
- return g = C, A = B, U(C, B);
1516
+ return g = C, A = B, F(C, B);
1517
1517
  } finally {
1518
1518
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(g, A, 1);
1519
1519
  }
1520
1520
  }
1521
- function TI() {
1521
+ function OI() {
1522
1522
  const g = I.get_dialects_value();
1523
- return L(g);
1523
+ return J(g);
1524
1524
  }
1525
1525
  function yg(g, A, C, B) {
1526
1526
  let Q, E;
1527
1527
  try {
1528
- const k = I.__wbindgen_add_to_stack_pointer(-16), G = o(g, I.__wbindgen_export, I.__wbindgen_export2), y = N, h = o(A, I.__wbindgen_export, I.__wbindgen_export2), R = N, q = o(C, I.__wbindgen_export, I.__wbindgen_export2), O = N;
1529
- I.lineage_sql(k, G, y, h, R, q, O, B);
1528
+ const k = I.__wbindgen_add_to_stack_pointer(-16), K = N(g, I.__wbindgen_export, I.__wbindgen_export2), y = o, h = N(A, I.__wbindgen_export, I.__wbindgen_export2), L = o, q = N(C, I.__wbindgen_export, I.__wbindgen_export2), T = o;
1529
+ I.lineage_sql(k, K, y, h, L, q, T, B);
1530
1530
  var D = i().getInt32(k + 0, !0), M = i().getInt32(k + 4, !0);
1531
- return Q = D, E = M, U(D, M);
1531
+ return Q = D, E = M, F(D, M);
1532
1532
  } finally {
1533
1533
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(Q, E, 1);
1534
1534
  }
1535
1535
  }
1536
- function Gg(g, A, C, B, Q) {
1536
+ function Kg(g, A, C, B, Q) {
1537
1537
  let E, D;
1538
1538
  try {
1539
- const G = I.__wbindgen_add_to_stack_pointer(-16), y = o(g, I.__wbindgen_export, I.__wbindgen_export2), h = N, R = o(A, I.__wbindgen_export, I.__wbindgen_export2), q = N, O = o(C, I.__wbindgen_export, I.__wbindgen_export2), r = N, v = o(B, I.__wbindgen_export, I.__wbindgen_export2), cI = N;
1540
- I.lineage_sql_with_schema(G, y, h, R, q, O, r, v, cI, Q);
1541
- var M = i().getInt32(G + 0, !0), k = i().getInt32(G + 4, !0);
1542
- return E = M, D = k, U(M, k);
1539
+ const K = I.__wbindgen_add_to_stack_pointer(-16), y = N(g, I.__wbindgen_export, I.__wbindgen_export2), h = o, L = N(A, I.__wbindgen_export, I.__wbindgen_export2), q = o, T = N(C, I.__wbindgen_export, I.__wbindgen_export2), r = o, v = N(B, I.__wbindgen_export, I.__wbindgen_export2), SI = o;
1540
+ I.lineage_sql_with_schema(K, y, h, L, q, T, r, v, SI, Q);
1541
+ var M = i().getInt32(K + 0, !0), k = i().getInt32(K + 4, !0);
1542
+ return E = M, D = k, F(M, k);
1543
1543
  } finally {
1544
1544
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(E, D, 1);
1545
1545
  }
1546
1546
  }
1547
- function Kg(g, A) {
1547
+ function Gg(g, A) {
1548
1548
  let C, B;
1549
1549
  try {
1550
- const D = I.__wbindgen_add_to_stack_pointer(-16), M = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1551
- I.openlineage_column_lineage(D, M, k, G, y);
1550
+ const D = I.__wbindgen_add_to_stack_pointer(-16), M = N(g, I.__wbindgen_export, I.__wbindgen_export2), k = o, K = N(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
1551
+ I.openlineage_column_lineage(D, M, k, K, y);
1552
1552
  var Q = i().getInt32(D + 0, !0), E = i().getInt32(D + 4, !0);
1553
- return C = Q, B = E, U(Q, E);
1553
+ return C = Q, B = E, F(Q, E);
1554
1554
  } finally {
1555
1555
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
1556
1556
  }
@@ -1558,10 +1558,10 @@ function Kg(g, A) {
1558
1558
  function Yg(g, A) {
1559
1559
  let C, B;
1560
1560
  try {
1561
- const D = I.__wbindgen_add_to_stack_pointer(-16), M = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1562
- I.openlineage_job_event(D, M, k, G, y);
1561
+ const D = I.__wbindgen_add_to_stack_pointer(-16), M = N(g, I.__wbindgen_export, I.__wbindgen_export2), k = o, K = N(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
1562
+ I.openlineage_job_event(D, M, k, K, y);
1563
1563
  var Q = i().getInt32(D + 0, !0), E = i().getInt32(D + 4, !0);
1564
- return C = Q, B = E, U(Q, E);
1564
+ return C = Q, B = E, F(Q, E);
1565
1565
  } finally {
1566
1566
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
1567
1567
  }
@@ -1569,47 +1569,47 @@ function Yg(g, A) {
1569
1569
  function Hg(g, A) {
1570
1570
  let C, B;
1571
1571
  try {
1572
- const D = I.__wbindgen_add_to_stack_pointer(-16), M = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1573
- I.openlineage_run_event(D, M, k, G, y);
1572
+ const D = I.__wbindgen_add_to_stack_pointer(-16), M = N(g, I.__wbindgen_export, I.__wbindgen_export2), k = o, K = N(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
1573
+ I.openlineage_run_event(D, M, k, K, y);
1574
1574
  var Q = i().getInt32(D + 0, !0), E = i().getInt32(D + 4, !0);
1575
- return C = Q, B = E, U(Q, E);
1575
+ return C = Q, B = E, F(Q, E);
1576
1576
  } finally {
1577
1577
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
1578
1578
  }
1579
1579
  }
1580
- function OI(g, A) {
1580
+ function TI(g, A) {
1581
1581
  let C, B;
1582
1582
  try {
1583
- const D = I.__wbindgen_add_to_stack_pointer(-16), M = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1584
- I.parse(D, M, k, G, y);
1583
+ const D = I.__wbindgen_add_to_stack_pointer(-16), M = N(g, I.__wbindgen_export, I.__wbindgen_export2), k = o, K = N(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
1584
+ I.parse(D, M, k, K, y);
1585
1585
  var Q = i().getInt32(D + 0, !0), E = i().getInt32(D + 4, !0);
1586
- return C = Q, B = E, U(Q, E);
1586
+ return C = Q, B = E, F(Q, E);
1587
1587
  } finally {
1588
1588
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
1589
1589
  }
1590
1590
  }
1591
1591
  function jI(g, A) {
1592
- const C = o(g, I.__wbindgen_export, I.__wbindgen_export2), B = N, Q = o(A, I.__wbindgen_export, I.__wbindgen_export2), E = N, D = I.parse_value(C, B, Q, E);
1593
- return L(D);
1592
+ const C = N(g, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = N(A, I.__wbindgen_export, I.__wbindgen_export2), E = o, D = I.parse_value(C, B, Q, E);
1593
+ return J(D);
1594
1594
  }
1595
1595
  function hg(g, A) {
1596
1596
  let C, B;
1597
1597
  try {
1598
- const D = I.__wbindgen_add_to_stack_pointer(-16), M = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1599
- I.plan(D, M, k, G, y);
1598
+ const D = I.__wbindgen_add_to_stack_pointer(-16), M = N(g, I.__wbindgen_export, I.__wbindgen_export2), k = o, K = N(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
1599
+ I.plan(D, M, k, K, y);
1600
1600
  var Q = i().getInt32(D + 0, !0), E = i().getInt32(D + 4, !0);
1601
- return C = Q, B = E, U(Q, E);
1601
+ return C = Q, B = E, F(Q, E);
1602
1602
  } finally {
1603
1603
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
1604
1604
  }
1605
1605
  }
1606
- function cg(g, A, C) {
1606
+ function Sg(g, A, C) {
1607
1607
  let B, Q;
1608
1608
  try {
1609
- const M = I.__wbindgen_add_to_stack_pointer(-16), k = o(g, I.__wbindgen_export, I.__wbindgen_export2), G = N, y = o(A, I.__wbindgen_export, I.__wbindgen_export2), h = N, R = o(C, I.__wbindgen_export, I.__wbindgen_export2), q = N;
1610
- I.source_tables(M, k, G, y, h, R, q);
1609
+ const M = I.__wbindgen_add_to_stack_pointer(-16), k = N(g, I.__wbindgen_export, I.__wbindgen_export2), K = o, y = N(A, I.__wbindgen_export, I.__wbindgen_export2), h = o, L = N(C, I.__wbindgen_export, I.__wbindgen_export2), q = o;
1610
+ I.source_tables(M, k, K, y, h, L, q);
1611
1611
  var E = i().getInt32(M + 0, !0), D = i().getInt32(M + 4, !0);
1612
- return B = E, Q = D, U(E, D);
1612
+ return B = E, Q = D, F(E, D);
1613
1613
  } finally {
1614
1614
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(B, Q, 1);
1615
1615
  }
@@ -1617,62 +1617,62 @@ function cg(g, A, C) {
1617
1617
  function tI(g, A) {
1618
1618
  let C, B;
1619
1619
  try {
1620
- const D = I.__wbindgen_add_to_stack_pointer(-16), M = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1621
- I.tokenize(D, M, k, G, y);
1620
+ const D = I.__wbindgen_add_to_stack_pointer(-16), M = N(g, I.__wbindgen_export, I.__wbindgen_export2), k = o, K = N(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
1621
+ I.tokenize(D, M, k, K, y);
1622
1622
  var Q = i().getInt32(D + 0, !0), E = i().getInt32(D + 4, !0);
1623
- return C = Q, B = E, U(Q, E);
1623
+ return C = Q, B = E, F(Q, E);
1624
1624
  } finally {
1625
1625
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
1626
1626
  }
1627
1627
  }
1628
- function fI(g, A) {
1629
- const C = o(g, I.__wbindgen_export, I.__wbindgen_export2), B = N, Q = o(A, I.__wbindgen_export, I.__wbindgen_export2), E = N, D = I.tokenize_value(C, B, Q, E);
1630
- return L(D);
1628
+ function VI(g, A) {
1629
+ const C = N(g, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = N(A, I.__wbindgen_export, I.__wbindgen_export2), E = o, D = I.tokenize_value(C, B, Q, E);
1630
+ return J(D);
1631
1631
  }
1632
1632
  function zI(g, A, C) {
1633
1633
  let B, Q;
1634
1634
  try {
1635
- const M = I.__wbindgen_add_to_stack_pointer(-16), k = o(g, I.__wbindgen_export, I.__wbindgen_export2), G = N, y = o(A, I.__wbindgen_export, I.__wbindgen_export2), h = N, R = o(C, I.__wbindgen_export, I.__wbindgen_export2), q = N;
1636
- I.transpile(M, k, G, y, h, R, q);
1635
+ const M = I.__wbindgen_add_to_stack_pointer(-16), k = N(g, I.__wbindgen_export, I.__wbindgen_export2), K = o, y = N(A, I.__wbindgen_export, I.__wbindgen_export2), h = o, L = N(C, I.__wbindgen_export, I.__wbindgen_export2), q = o;
1636
+ I.transpile(M, k, K, y, h, L, q);
1637
1637
  var E = i().getInt32(M + 0, !0), D = i().getInt32(M + 4, !0);
1638
- return B = E, Q = D, U(E, D);
1638
+ return B = E, Q = D, F(E, D);
1639
1639
  } finally {
1640
1640
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(B, Q, 1);
1641
1641
  }
1642
1642
  }
1643
- function ZI(g, A, C) {
1644
- const B = o(g, I.__wbindgen_export, I.__wbindgen_export2), Q = N, E = o(A, I.__wbindgen_export, I.__wbindgen_export2), D = N, M = o(C, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = I.transpile_value(B, Q, E, D, M, k);
1645
- return L(G);
1643
+ function fI(g, A, C) {
1644
+ const B = N(g, I.__wbindgen_export, I.__wbindgen_export2), Q = o, E = N(A, I.__wbindgen_export, I.__wbindgen_export2), D = o, M = N(C, I.__wbindgen_export, I.__wbindgen_export2), k = o, K = I.transpile_value(B, Q, E, D, M, k);
1645
+ return J(K);
1646
1646
  }
1647
- function dI(g, A) {
1647
+ function ZI(g, A) {
1648
1648
  let C, B;
1649
1649
  try {
1650
- const D = I.__wbindgen_add_to_stack_pointer(-16), M = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1651
- I.validate(D, M, k, G, y);
1650
+ const D = I.__wbindgen_add_to_stack_pointer(-16), M = N(g, I.__wbindgen_export, I.__wbindgen_export2), k = o, K = N(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
1651
+ I.validate(D, M, k, K, y);
1652
1652
  var Q = i().getInt32(D + 0, !0), E = i().getInt32(D + 4, !0);
1653
- return C = Q, B = E, U(Q, E);
1653
+ return C = Q, B = E, F(Q, E);
1654
1654
  } finally {
1655
1655
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
1656
1656
  }
1657
1657
  }
1658
- function xI(g, A, C) {
1658
+ function dI(g, A, C) {
1659
1659
  let B, Q;
1660
1660
  try {
1661
- const M = I.__wbindgen_add_to_stack_pointer(-16), k = o(g, I.__wbindgen_export, I.__wbindgen_export2), G = N, y = o(A, I.__wbindgen_export, I.__wbindgen_export2), h = N, R = o(C, I.__wbindgen_export, I.__wbindgen_export2), q = N;
1662
- I.validate_with_options(M, k, G, y, h, R, q);
1661
+ const M = I.__wbindgen_add_to_stack_pointer(-16), k = N(g, I.__wbindgen_export, I.__wbindgen_export2), K = o, y = N(A, I.__wbindgen_export, I.__wbindgen_export2), h = o, L = N(C, I.__wbindgen_export, I.__wbindgen_export2), q = o;
1662
+ I.validate_with_options(M, k, K, y, h, L, q);
1663
1663
  var E = i().getInt32(M + 0, !0), D = i().getInt32(M + 4, !0);
1664
- return B = E, Q = D, U(E, D);
1664
+ return B = E, Q = D, F(E, D);
1665
1665
  } finally {
1666
1666
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(B, Q, 1);
1667
1667
  }
1668
1668
  }
1669
- function Sg(g, A, C, B) {
1669
+ function cg(g, A, C, B) {
1670
1670
  let Q, E;
1671
1671
  try {
1672
- const k = I.__wbindgen_add_to_stack_pointer(-16), G = o(g, I.__wbindgen_export, I.__wbindgen_export2), y = N, h = o(A, I.__wbindgen_export, I.__wbindgen_export2), R = N, q = o(C, I.__wbindgen_export, I.__wbindgen_export2), O = N, r = o(B, I.__wbindgen_export, I.__wbindgen_export2), v = N;
1673
- I.validate_with_schema(k, G, y, h, R, q, O, r, v);
1672
+ const k = I.__wbindgen_add_to_stack_pointer(-16), K = N(g, I.__wbindgen_export, I.__wbindgen_export2), y = o, h = N(A, I.__wbindgen_export, I.__wbindgen_export2), L = o, q = N(C, I.__wbindgen_export, I.__wbindgen_export2), T = o, r = N(B, I.__wbindgen_export, I.__wbindgen_export2), v = o;
1673
+ I.validate_with_schema(k, K, y, h, L, q, T, r, v);
1674
1674
  var D = i().getInt32(k + 0, !0), M = i().getInt32(k + 4, !0);
1675
- return Q = D, E = M, U(D, M);
1675
+ return Q = D, E = M, F(D, M);
1676
1676
  } finally {
1677
1677
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(Q, E, 1);
1678
1678
  }
@@ -1683,221 +1683,221 @@ function eI() {
1683
1683
  const Q = I.__wbindgen_add_to_stack_pointer(-16);
1684
1684
  I.version(Q);
1685
1685
  var C = i().getInt32(Q + 0, !0), B = i().getInt32(Q + 4, !0);
1686
- return g = C, A = B, U(C, B);
1686
+ return g = C, A = B, F(C, B);
1687
1687
  } finally {
1688
1688
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(g, A, 1);
1689
1689
  }
1690
1690
  }
1691
- function Ug(g, A) {
1692
- H(g, K);
1693
- const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N, Q = I.wasm_alias(g.__wbg_ptr, C, B);
1694
- return K.__wrap(Q);
1695
- }
1696
1691
  function Fg(g, A) {
1697
- H(g, K), H(A, K);
1692
+ H(g, G);
1693
+ const C = N(A, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.wasm_alias(g.__wbg_ptr, C, B);
1694
+ return G.__wrap(Q);
1695
+ }
1696
+ function Ug(g, A) {
1697
+ H(g, G), H(A, G);
1698
1698
  const C = I.wasm_and(g.__wbg_ptr, A.__wbg_ptr);
1699
- return K.__wrap(C);
1699
+ return G.__wrap(C);
1700
1700
  }
1701
- function Lg(g) {
1701
+ function Jg(g) {
1702
1702
  const A = I.wasm_boolean(g);
1703
- return K.__wrap(A);
1703
+ return G.__wrap(A);
1704
1704
  }
1705
- function Jg(g) {
1706
- H(g, K);
1705
+ function Rg(g) {
1706
+ H(g, G);
1707
1707
  const A = I.wasm_case_of(g.__wbg_ptr);
1708
- return u.__wrap(A);
1708
+ return m.__wrap(A);
1709
1709
  }
1710
- function Rg(g, A) {
1711
- H(g, K);
1712
- const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N, Q = I.wasm_cast(g.__wbg_ptr, C, B);
1713
- return K.__wrap(Q);
1710
+ function Lg(g, A) {
1711
+ H(g, G);
1712
+ const C = N(A, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.wasm_cast(g.__wbg_ptr, C, B);
1713
+ return G.__wrap(Q);
1714
1714
  }
1715
- function FA(g) {
1716
- const A = o(g, I.__wbindgen_export, I.__wbindgen_export2), C = N, B = I.wasm_col(A, C);
1717
- return K.__wrap(B);
1715
+ function UA(g) {
1716
+ const A = N(g, I.__wbindgen_export, I.__wbindgen_export2), C = o, B = I.wasm_col(A, C);
1717
+ return G.__wrap(B);
1718
1718
  }
1719
1719
  function sg(g) {
1720
- H(g, K);
1720
+ H(g, G);
1721
1721
  const A = I.wasm_count_distinct(g.__wbg_ptr);
1722
- return K.__wrap(A);
1722
+ return G.__wrap(A);
1723
1723
  }
1724
1724
  function ag(g, A) {
1725
- const C = o(g, I.__wbindgen_export, I.__wbindgen_export2), B = N;
1726
- H(A, K);
1725
+ const C = N(g, I.__wbindgen_export, I.__wbindgen_export2), B = o;
1726
+ H(A, G);
1727
1727
  const Q = I.wasm_extract(C, B, A.__wbg_ptr);
1728
- return K.__wrap(Q);
1728
+ return G.__wrap(Q);
1729
1729
  }
1730
1730
  function qg(g, A) {
1731
- const C = o(g, I.__wbindgen_export, I.__wbindgen_export2), B = N;
1731
+ const C = N(g, I.__wbindgen_export, I.__wbindgen_export2), B = o;
1732
1732
  H(A, P);
1733
1733
  const Q = I.wasm_func(C, B, A.__wbg_ptr);
1734
- return K.__wrap(Q);
1734
+ return G.__wrap(Q);
1735
1735
  }
1736
1736
  function kA(g) {
1737
1737
  const A = I.wasm_lit(s(g));
1738
- return K.__wrap(A);
1738
+ return G.__wrap(A);
1739
1739
  }
1740
1740
  function pg(g) {
1741
- H(g, K);
1741
+ H(g, G);
1742
1742
  const A = I.wasm_not(g.__wbg_ptr);
1743
- return K.__wrap(A);
1743
+ return G.__wrap(A);
1744
1744
  }
1745
1745
  function yA() {
1746
1746
  const g = I.wasm_null();
1747
- return K.__wrap(g);
1747
+ return G.__wrap(g);
1748
1748
  }
1749
1749
  function Pg(g, A) {
1750
- H(g, K), H(A, K);
1750
+ H(g, G), H(A, G);
1751
1751
  const C = I.wasm_or(g.__wbg_ptr, A.__wbg_ptr);
1752
- return K.__wrap(C);
1752
+ return G.__wrap(C);
1753
1753
  }
1754
- function Tg(g) {
1755
- const A = o(g, I.__wbindgen_export, I.__wbindgen_export2), C = N, B = I.wasm_sql_expr(A, C);
1756
- return K.__wrap(B);
1754
+ function Og(g) {
1755
+ const A = N(g, I.__wbindgen_export, I.__wbindgen_export2), C = o, B = I.wasm_sql_expr(A, C);
1756
+ return G.__wrap(B);
1757
1757
  }
1758
- function Og() {
1758
+ function Tg() {
1759
1759
  const g = I.wasm_star();
1760
- return K.__wrap(g);
1760
+ return G.__wrap(g);
1761
1761
  }
1762
1762
  function jg(g, A) {
1763
1763
  try {
1764
1764
  const E = I.__wbindgen_add_to_stack_pointer(-16);
1765
1765
  H(g, j);
1766
- const D = o(A, I.__wbindgen_export, I.__wbindgen_export2), M = N;
1766
+ const D = N(A, I.__wbindgen_export, I.__wbindgen_export2), M = o;
1767
1767
  I.wasm_subquery(E, g.__wbg_ptr, D, M);
1768
1768
  var C = i().getInt32(E + 0, !0), B = i().getInt32(E + 4, !0), Q = i().getInt32(E + 8, !0);
1769
1769
  if (Q)
1770
- throw L(B);
1771
- return K.__wrap(C);
1770
+ throw J(B);
1771
+ return G.__wrap(C);
1772
1772
  } finally {
1773
1773
  I.__wbindgen_add_to_stack_pointer(16);
1774
1774
  }
1775
1775
  }
1776
1776
  function tg(g) {
1777
- const A = o(g, I.__wbindgen_export, I.__wbindgen_export2), C = N, B = I.wasm_table(A, C);
1778
- return K.__wrap(B);
1777
+ const A = N(g, I.__wbindgen_export, I.__wbindgen_export2), C = o, B = I.wasm_table(A, C);
1778
+ return G.__wrap(B);
1779
1779
  }
1780
- function VI(g, A) {
1781
- const C = Error(U(g, A));
1780
+ function xI(g, A) {
1781
+ const C = Error(F(g, A));
1782
1782
  return s(C);
1783
1783
  }
1784
1784
  function WI(g) {
1785
- return Number(S(g));
1785
+ return Number(c(g));
1786
1786
  }
1787
1787
  function lI(g, A) {
1788
- const C = String(S(A)), B = o(C, I.__wbindgen_export, I.__wbindgen_export2), Q = N;
1788
+ const C = String(c(A)), B = N(C, I.__wbindgen_export, I.__wbindgen_export2), Q = o;
1789
1789
  i().setInt32(g + 4, Q, !0), i().setInt32(g + 0, B, !0);
1790
1790
  }
1791
1791
  function rI(g, A) {
1792
- const C = S(A), B = typeof C == "bigint" ? C : void 0;
1792
+ const C = c(A), B = typeof C == "bigint" ? C : void 0;
1793
1793
  i().setBigInt64(g + 8, b(B) ? BigInt(0) : B, !0), i().setInt32(g + 0, !b(B), !0);
1794
1794
  }
1795
1795
  function nI(g) {
1796
- const A = S(g), C = typeof A == "boolean" ? A : void 0;
1796
+ const A = c(g), C = typeof A == "boolean" ? A : void 0;
1797
1797
  return b(C) ? 16777215 : C ? 1 : 0;
1798
1798
  }
1799
- function uI(g, A) {
1800
- const C = SA(S(A)), B = o(C, I.__wbindgen_export, I.__wbindgen_export2), Q = N;
1799
+ function mI(g, A) {
1800
+ const C = cA(c(A)), B = N(C, I.__wbindgen_export, I.__wbindgen_export2), Q = o;
1801
1801
  i().setInt32(g + 4, Q, !0), i().setInt32(g + 0, B, !0);
1802
1802
  }
1803
- function mI(g, A) {
1804
- return S(g) in S(A);
1803
+ function uI(g, A) {
1804
+ return c(g) in c(A);
1805
1805
  }
1806
1806
  function bI(g) {
1807
- return typeof S(g) == "bigint";
1807
+ return typeof c(g) == "bigint";
1808
1808
  }
1809
1809
  function vI(g) {
1810
- return typeof S(g) == "function";
1810
+ return typeof c(g) == "function";
1811
1811
  }
1812
1812
  function XI(g) {
1813
- return S(g) === null;
1813
+ return c(g) === null;
1814
1814
  }
1815
1815
  function _I(g) {
1816
- const A = S(g);
1816
+ const A = c(g);
1817
1817
  return typeof A == "object" && A !== null;
1818
1818
  }
1819
1819
  function $I(g) {
1820
- return typeof S(g) == "string";
1820
+ return typeof c(g) == "string";
1821
1821
  }
1822
1822
  function AC(g) {
1823
- return S(g) === void 0;
1823
+ return c(g) === void 0;
1824
1824
  }
1825
1825
  function gC(g, A) {
1826
- return S(g) === S(A);
1826
+ return c(g) === c(A);
1827
1827
  }
1828
1828
  function IC(g, A) {
1829
- return S(g) == S(A);
1829
+ return c(g) == c(A);
1830
1830
  }
1831
1831
  function CC(g, A) {
1832
- const C = S(A), B = typeof C == "number" ? C : void 0;
1832
+ const C = c(A), B = typeof C == "number" ? C : void 0;
1833
1833
  i().setFloat64(g + 8, b(B) ? 0 : B, !0), i().setInt32(g + 0, !b(B), !0);
1834
1834
  }
1835
1835
  function BC(g, A) {
1836
- const C = S(A), B = typeof C == "string" ? C : void 0;
1837
- var Q = b(B) ? 0 : o(B, I.__wbindgen_export, I.__wbindgen_export2), E = N;
1836
+ const C = c(A), B = typeof C == "string" ? C : void 0;
1837
+ var Q = b(B) ? 0 : N(B, I.__wbindgen_export, I.__wbindgen_export2), E = o;
1838
1838
  i().setInt32(g + 4, E, !0), i().setInt32(g + 0, Q, !0);
1839
1839
  }
1840
1840
  function QC(g, A) {
1841
- throw new Error(U(g, A));
1841
+ throw new Error(F(g, A));
1842
1842
  }
1843
1843
  function EC() {
1844
- return GA(function(g, A) {
1845
- const C = S(g).call(S(A));
1844
+ return KA(function(g, A) {
1845
+ const C = c(g).call(c(A));
1846
1846
  return s(C);
1847
1847
  }, arguments);
1848
1848
  }
1849
1849
  function DC(g, A) {
1850
- const C = S(g).codePointAt(A >>> 0);
1850
+ const C = c(g).codePointAt(A >>> 0);
1851
1851
  return s(C);
1852
1852
  }
1853
1853
  function wC(g) {
1854
- return S(g).done;
1854
+ return c(g).done;
1855
1855
  }
1856
1856
  function iC(g) {
1857
- const A = Object.entries(S(g));
1857
+ const A = Object.entries(c(g));
1858
1858
  return s(A);
1859
1859
  }
1860
1860
  function MC(g, A) {
1861
1861
  let C, B;
1862
1862
  try {
1863
- C = g, B = A, console.error(U(g, A));
1863
+ C = g, B = A, console.error(F(g, A));
1864
1864
  } finally {
1865
1865
  I.__wbindgen_export4(C, B, 1);
1866
1866
  }
1867
1867
  }
1868
- function NC() {
1869
- return GA(function(g) {
1868
+ function oC() {
1869
+ return KA(function(g) {
1870
1870
  const A = String.fromCodePoint(g >>> 0);
1871
1871
  return s(A);
1872
1872
  }, arguments);
1873
1873
  }
1874
- function oC(g, A) {
1875
- const C = S(g)[A >>> 0];
1874
+ function NC(g, A) {
1875
+ const C = c(g)[A >>> 0];
1876
1876
  return s(C);
1877
1877
  }
1878
1878
  function kC() {
1879
- return GA(function(g, A) {
1880
- const C = Reflect.get(S(g), S(A));
1879
+ return KA(function(g, A) {
1880
+ const C = Reflect.get(c(g), c(A));
1881
1881
  return s(C);
1882
1882
  }, arguments);
1883
1883
  }
1884
1884
  function yC(g, A) {
1885
- const C = S(g)[S(A)];
1885
+ const C = c(g)[c(A)];
1886
1886
  return s(C);
1887
1887
  }
1888
- function GC(g) {
1888
+ function KC(g) {
1889
1889
  let A;
1890
1890
  try {
1891
- A = S(g) instanceof ArrayBuffer;
1891
+ A = c(g) instanceof ArrayBuffer;
1892
1892
  } catch {
1893
1893
  A = !1;
1894
1894
  }
1895
1895
  return A;
1896
1896
  }
1897
- function KC(g) {
1897
+ function GC(g) {
1898
1898
  let A;
1899
1899
  try {
1900
- A = S(g) instanceof Map;
1900
+ A = c(g) instanceof Map;
1901
1901
  } catch {
1902
1902
  A = !1;
1903
1903
  }
@@ -1906,39 +1906,39 @@ function KC(g) {
1906
1906
  function YC(g) {
1907
1907
  let A;
1908
1908
  try {
1909
- A = S(g) instanceof Uint8Array;
1909
+ A = c(g) instanceof Uint8Array;
1910
1910
  } catch {
1911
1911
  A = !1;
1912
1912
  }
1913
1913
  return A;
1914
1914
  }
1915
1915
  function HC(g) {
1916
- return Array.isArray(S(g));
1916
+ return Array.isArray(c(g));
1917
1917
  }
1918
1918
  function hC(g) {
1919
- return Number.isSafeInteger(S(g));
1919
+ return Number.isSafeInteger(c(g));
1920
1920
  }
1921
- function cC() {
1921
+ function SC() {
1922
1922
  return s(Symbol.iterator);
1923
1923
  }
1924
- function SC(g) {
1925
- return S(g).length;
1926
- }
1927
- function UC(g) {
1928
- return S(g).length;
1924
+ function cC(g) {
1925
+ return c(g).length;
1929
1926
  }
1930
1927
  function FC(g) {
1931
- return S(g).length;
1928
+ return c(g).length;
1932
1929
  }
1933
- function LC() {
1930
+ function UC(g) {
1931
+ return c(g).length;
1932
+ }
1933
+ function JC() {
1934
1934
  const g = new Object();
1935
1935
  return s(g);
1936
1936
  }
1937
- function JC() {
1937
+ function RC() {
1938
1938
  const g = new Array();
1939
1939
  return s(g);
1940
1940
  }
1941
- function RC() {
1941
+ function LC() {
1942
1942
  const g = new Error();
1943
1943
  return s(g);
1944
1944
  }
@@ -1946,70 +1946,70 @@ function sC() {
1946
1946
  return s(/* @__PURE__ */ new Map());
1947
1947
  }
1948
1948
  function aC(g) {
1949
- const A = new Uint8Array(S(g));
1949
+ const A = new Uint8Array(c(g));
1950
1950
  return s(A);
1951
1951
  }
1952
1952
  function qC() {
1953
- return GA(function(g) {
1954
- const A = S(g).next();
1953
+ return KA(function(g) {
1954
+ const A = c(g).next();
1955
1955
  return s(A);
1956
1956
  }, arguments);
1957
1957
  }
1958
1958
  function pC(g) {
1959
- const A = S(g).next;
1959
+ const A = c(g).next;
1960
1960
  return s(A);
1961
1961
  }
1962
1962
  function PC(g, A, C) {
1963
- Uint8Array.prototype.set.call(lC(g, A), S(C));
1963
+ Uint8Array.prototype.set.call(lC(g, A), c(C));
1964
1964
  }
1965
- function TC(g, A, C) {
1966
- const B = S(g).set(S(A), S(C));
1965
+ function OC(g, A, C) {
1966
+ const B = c(g).set(c(A), c(C));
1967
1967
  return s(B);
1968
1968
  }
1969
- function OC(g, A, C) {
1970
- S(g)[L(A)] = L(C);
1969
+ function TC(g, A, C) {
1970
+ c(g)[J(A)] = J(C);
1971
1971
  }
1972
1972
  function jC(g, A, C) {
1973
- S(g)[A >>> 0] = L(C);
1973
+ c(g)[A >>> 0] = J(C);
1974
1974
  }
1975
1975
  function tC(g, A) {
1976
- const C = S(A).stack, B = o(C, I.__wbindgen_export, I.__wbindgen_export2), Q = N;
1976
+ const C = c(A).stack, B = N(C, I.__wbindgen_export, I.__wbindgen_export2), Q = o;
1977
1977
  i().setInt32(g + 4, Q, !0), i().setInt32(g + 0, B, !0);
1978
1978
  }
1979
- function fC(g) {
1980
- const A = S(g).value;
1979
+ function VC(g) {
1980
+ const A = c(g).value;
1981
1981
  return s(A);
1982
1982
  }
1983
1983
  function zC(g) {
1984
1984
  return s(g);
1985
1985
  }
1986
- function ZC(g) {
1986
+ function fC(g) {
1987
1987
  return s(g);
1988
1988
  }
1989
- function dC(g, A) {
1990
- const C = U(g, A);
1989
+ function ZC(g, A) {
1990
+ const C = F(g, A);
1991
1991
  return s(C);
1992
1992
  }
1993
- function xC(g) {
1993
+ function dC(g) {
1994
1994
  const A = BigInt.asUintN(64, g);
1995
1995
  return s(A);
1996
1996
  }
1997
1997
  function eC(g) {
1998
- const A = S(g);
1998
+ const A = c(g);
1999
1999
  return s(A);
2000
2000
  }
2001
- function VC(g) {
2002
- L(g);
2001
+ function xC(g) {
2002
+ J(g);
2003
2003
  }
2004
- const dA = typeof FinalizationRegistry > "u" ? { register: () => {
2004
+ const ZA = typeof FinalizationRegistry > "u" ? { register: () => {
2005
2005
  }, unregister: () => {
2006
2006
  } } : new FinalizationRegistry((g) => I.__wbg_wasmassignmentarray_free(g >>> 0, 1)), hA = typeof FinalizationRegistry > "u" ? { register: () => {
2007
2007
  }, unregister: () => {
2008
- } } : new FinalizationRegistry((g) => I.__wbg_wasmcasebuilder_free(g >>> 0, 1)), xA = typeof FinalizationRegistry > "u" ? { register: () => {
2008
+ } } : new FinalizationRegistry((g) => I.__wbg_wasmcasebuilder_free(g >>> 0, 1)), dA = typeof FinalizationRegistry > "u" ? { register: () => {
2009
2009
  }, unregister: () => {
2010
2010
  } } : new FinalizationRegistry((g) => I.__wbg_wasmdeletebuilder_free(g >>> 0, 1)), eA = typeof FinalizationRegistry > "u" ? { register: () => {
2011
2011
  }, unregister: () => {
2012
- } } : new FinalizationRegistry((g) => I.__wbg_wasmexpr_free(g >>> 0, 1)), VA = typeof FinalizationRegistry > "u" ? { register: () => {
2012
+ } } : new FinalizationRegistry((g) => I.__wbg_wasmexpr_free(g >>> 0, 1)), xA = typeof FinalizationRegistry > "u" ? { register: () => {
2013
2013
  }, unregister: () => {
2014
2014
  } } : new FinalizationRegistry((g) => I.__wbg_wasmexprarray_free(g >>> 0, 1)), WA = typeof FinalizationRegistry > "u" ? { register: () => {
2015
2015
  }, unregister: () => {
@@ -2019,21 +2019,21 @@ const dA = typeof FinalizationRegistry > "u" ? { register: () => {
2019
2019
  }, unregister: () => {
2020
2020
  } } : new FinalizationRegistry((g) => I.__wbg_wasmselectbuilder_free(g >>> 0, 1)), nA = typeof FinalizationRegistry > "u" ? { register: () => {
2021
2021
  }, unregister: () => {
2022
- } } : new FinalizationRegistry((g) => I.__wbg_wasmsetopbuilder_free(g >>> 0, 1)), uA = typeof FinalizationRegistry > "u" ? { register: () => {
2022
+ } } : new FinalizationRegistry((g) => I.__wbg_wasmsetopbuilder_free(g >>> 0, 1)), mA = typeof FinalizationRegistry > "u" ? { register: () => {
2023
2023
  }, unregister: () => {
2024
- } } : new FinalizationRegistry((g) => I.__wbg_wasmupdatebuilder_free(g >>> 0, 1)), mA = typeof FinalizationRegistry > "u" ? { register: () => {
2024
+ } } : new FinalizationRegistry((g) => I.__wbg_wasmupdatebuilder_free(g >>> 0, 1)), uA = typeof FinalizationRegistry > "u" ? { register: () => {
2025
2025
  }, unregister: () => {
2026
2026
  } } : new FinalizationRegistry((g) => I.__wbg_wasmwindowdefbuilder_free(g >>> 0, 1));
2027
2027
  function s(g) {
2028
- AA === d.length && d.push(d.length + 1);
2028
+ AA === Z.length && Z.push(Z.length + 1);
2029
2029
  const A = AA;
2030
- return AA = d[A], d[A] = g, A;
2030
+ return AA = Z[A], Z[A] = g, A;
2031
2031
  }
2032
2032
  function H(g, A) {
2033
2033
  if (!(g instanceof A))
2034
2034
  throw new Error(`expected instance of ${A.name}`);
2035
2035
  }
2036
- function SA(g) {
2036
+ function cA(g) {
2037
2037
  const A = typeof g;
2038
2038
  if (A == "number" || A == "boolean" || g == null)
2039
2039
  return `${g}`;
@@ -2050,9 +2050,9 @@ function SA(g) {
2050
2050
  if (Array.isArray(g)) {
2051
2051
  const Q = g.length;
2052
2052
  let E = "[";
2053
- Q > 0 && (E += SA(g[0]));
2053
+ Q > 0 && (E += cA(g[0]));
2054
2054
  for (let D = 1; D < Q; D++)
2055
- E += ", " + SA(g[D]);
2055
+ E += ", " + cA(g[D]);
2056
2056
  return E += "]", E;
2057
2057
  }
2058
2058
  const C = /\[object ([^\]]+)\]/.exec(toString.call(g));
@@ -2071,48 +2071,48 @@ function SA(g) {
2071
2071
  ${g.stack}` : B;
2072
2072
  }
2073
2073
  function WC(g) {
2074
- g < 132 || (d[g] = AA, AA = g);
2074
+ g < 132 || (Z[g] = AA, AA = g);
2075
2075
  }
2076
2076
  function lC(g, A) {
2077
2077
  return g = g >>> 0, $().subarray(g / 1, g / 1 + A);
2078
2078
  }
2079
- let m = null;
2079
+ let u = null;
2080
2080
  function i() {
2081
- return (m === null || m.buffer.detached === !0 || m.buffer.detached === void 0 && m.buffer !== I.memory.buffer) && (m = new DataView(I.memory.buffer)), m;
2081
+ return (u === null || u.buffer.detached === !0 || u.buffer.detached === void 0 && u.buffer !== I.memory.buffer) && (u = new DataView(I.memory.buffer)), u;
2082
2082
  }
2083
- function U(g, A) {
2083
+ function F(g, A) {
2084
2084
  return g = g >>> 0, nC(g, A);
2085
2085
  }
2086
2086
  let EA = null;
2087
2087
  function $() {
2088
2088
  return (EA === null || EA.byteLength === 0) && (EA = new Uint8Array(I.memory.buffer)), EA;
2089
2089
  }
2090
- function S(g) {
2091
- return d[g];
2090
+ function c(g) {
2091
+ return Z[g];
2092
2092
  }
2093
- function GA(g, A) {
2093
+ function KA(g, A) {
2094
2094
  try {
2095
2095
  return g.apply(this, A);
2096
2096
  } catch (C) {
2097
2097
  I.__wbindgen_export3(s(C));
2098
2098
  }
2099
2099
  }
2100
- let d = new Array(128).fill(void 0);
2101
- d.push(void 0, null, !0, !1);
2102
- let AA = d.length;
2100
+ let Z = new Array(128).fill(void 0);
2101
+ Z.push(void 0, null, !0, !1);
2102
+ let AA = Z.length;
2103
2103
  function b(g) {
2104
2104
  return g == null;
2105
2105
  }
2106
- function LA(g, A) {
2106
+ function JA(g, A) {
2107
2107
  const C = A(g.length * 4, 4) >>> 0, B = i();
2108
2108
  for (let Q = 0; Q < g.length; Q++)
2109
2109
  B.setUint32(C + 4 * Q, s(g[Q]), !0);
2110
- return N = g.length, C;
2110
+ return o = g.length, C;
2111
2111
  }
2112
- function o(g, A, C) {
2112
+ function N(g, A, C) {
2113
2113
  if (C === void 0) {
2114
2114
  const M = gA.encode(g), k = A(M.length, 1) >>> 0;
2115
- return $().subarray(k, k + M.length).set(M), N = M.length, k;
2115
+ return $().subarray(k, k + M.length).set(M), o = M.length, k;
2116
2116
  }
2117
2117
  let B = g.length, Q = A(B, 1) >>> 0;
2118
2118
  const E = $();
@@ -2127,18 +2127,18 @@ function o(g, A, C) {
2127
2127
  const M = $().subarray(Q + D, Q + B), k = gA.encodeInto(g, M);
2128
2128
  D += k.written, Q = C(Q, B, D, 1) >>> 0;
2129
2129
  }
2130
- return N = D, Q;
2130
+ return o = D, Q;
2131
2131
  }
2132
- function L(g) {
2133
- const A = S(g);
2132
+ function J(g) {
2133
+ const A = c(g);
2134
2134
  return WC(g), A;
2135
2135
  }
2136
2136
  let DA = new TextDecoder("utf-8", { ignoreBOM: !0, fatal: !0 });
2137
2137
  DA.decode();
2138
2138
  const rC = 2146435072;
2139
- let cA = 0;
2139
+ let SA = 0;
2140
2140
  function nC(g, A) {
2141
- return cA += A, cA >= rC && (DA = new TextDecoder("utf-8", { ignoreBOM: !0, fatal: !0 }), DA.decode(), cA = A), DA.decode($().subarray(g, g + A));
2141
+ return SA += A, SA >= rC && (DA = new TextDecoder("utf-8", { ignoreBOM: !0, fatal: !0 }), DA.decode(), SA = A), DA.decode($().subarray(g, g + A));
2142
2142
  }
2143
2143
  const gA = new TextEncoder();
2144
2144
  "encodeInto" in gA || (gA.encodeInto = function(g, A) {
@@ -2148,52 +2148,52 @@ const gA = new TextEncoder();
2148
2148
  written: C.length
2149
2149
  };
2150
2150
  });
2151
- let N = 0, I;
2152
- function uC(g) {
2151
+ let o = 0, I;
2152
+ function mC(g) {
2153
2153
  I = g;
2154
2154
  }
2155
2155
  URL = globalThis.URL;
2156
- const w = await UI({ "./polyglot_sql_wasm_bg.js": {
2157
- __wbindgen_object_drop_ref: VC,
2156
+ const w = await FI({ "./polyglot_sql_wasm_bg.js": {
2157
+ __wbindgen_object_drop_ref: xC,
2158
2158
  __wbindgen_object_clone_ref: eC,
2159
- __wbg_new_8a6f238a6ece86ea: RC,
2159
+ __wbg_new_8a6f238a6ece86ea: LC,
2160
2160
  __wbg_stack_0ed75d68575b0f3c: tC,
2161
2161
  __wbg_error_7534b8e9a36f1ab4: MC,
2162
2162
  __wbg_get_with_ref_key_1dc361bd10053bfe: yC,
2163
- __wbg_set_3f1d0b984ed272ed: OC,
2163
+ __wbg_set_3f1d0b984ed272ed: TC,
2164
2164
  __wbg_String_8f0eb39a4a4c2f66: lI,
2165
2165
  __wbg_new_dd2b680c8bf6ae29: aC,
2166
- __wbg_length_32ed9a279acd054c: SC,
2166
+ __wbg_length_32ed9a279acd054c: cC,
2167
2167
  __wbg_prototypesetcall_bdcdcc5842e4d77d: PC,
2168
2168
  __wbg_done_57b39ecd9addfe81: wC,
2169
- __wbg_value_0546255b415e96c1: fC,
2170
- __wbg_instanceof_Map_53af74335dec57f4: KC,
2169
+ __wbg_value_0546255b415e96c1: VC,
2170
+ __wbg_instanceof_Map_53af74335dec57f4: GC,
2171
2171
  __wbg_instanceof_Uint8Array_9b9075935c74707c: YC,
2172
- __wbg_instanceof_ArrayBuffer_c367199e2fa2aa04: GC,
2172
+ __wbg_instanceof_ArrayBuffer_c367199e2fa2aa04: KC,
2173
2173
  __wbg_new_dca287b076112a51: sC,
2174
- __wbg_set_1eb0999cf5d27fc8: TC,
2175
- __wbg_get_9b94d73e6221f75c: oC,
2176
- __wbg_new_3eb36ae241fe6f44: JC,
2174
+ __wbg_set_1eb0999cf5d27fc8: OC,
2175
+ __wbg_get_9b94d73e6221f75c: NC,
2176
+ __wbg_new_3eb36ae241fe6f44: RC,
2177
2177
  __wbg_set_f43e577aea94465b: jC,
2178
- __wbg_length_35a7bace40f36eac: UC,
2178
+ __wbg_length_35a7bace40f36eac: FC,
2179
2179
  __wbg_isArray_d314bb98fcf08331: HC,
2180
2180
  __wbg_isSafeInteger_bfbc7332a9768d2a: hC,
2181
- __wbg_new_361308b2356cecd0: LC,
2181
+ __wbg_new_361308b2356cecd0: JC,
2182
2182
  __wbg_entries_58c7934c745daac7: iC,
2183
- __wbg_iterator_6ff6560ca1568e55: cC,
2183
+ __wbg_iterator_6ff6560ca1568e55: SC,
2184
2184
  __wbg_get_b3ed3ad4be2bc8ac: kC,
2185
2185
  __wbg_call_389efe28435a9388: EC,
2186
2186
  __wbg_next_418f80d8f5303233: pC,
2187
2187
  __wbg_next_3482f54c49e8af19: qC,
2188
2188
  __wbg_codePointAt_bf59dbf74d8db275: DC,
2189
- __wbg_fromCodePoint_22365db7b7d6ac39: NC,
2190
- __wbg_length_68dc7c5cf1b6d349: FC,
2191
- __wbg___wbindgen_in_47fa6863be6f2f25: mI,
2189
+ __wbg_fromCodePoint_22365db7b7d6ac39: oC,
2190
+ __wbg_length_68dc7c5cf1b6d349: UC,
2191
+ __wbg___wbindgen_in_47fa6863be6f2f25: uI,
2192
2192
  __wbg___wbindgen_throw_be289d5034ed271b: QC,
2193
2193
  __wbg___wbindgen_is_null_ac34f5003991759a: XI,
2194
2194
  __wbg___wbindgen_jsval_eq_11888390b0186270: gC,
2195
2195
  __wbg_Number_04624de7d0e8332d: WI,
2196
- __wbg_Error_8c4e43fe74559d73: VI,
2196
+ __wbg_Error_8c4e43fe74559d73: xI,
2197
2197
  __wbg___wbindgen_is_bigint_31b12575b56f32fc: bI,
2198
2198
  __wbg___wbindgen_is_object_5ae8e5880f2c1fbd: _I,
2199
2199
  __wbg___wbindgen_is_string_cd444516edc5b180: $I,
@@ -2204,12 +2204,12 @@ const w = await UI({ "./polyglot_sql_wasm_bg.js": {
2204
2204
  __wbg___wbindgen_is_undefined_9e4d92534c42d778: AC,
2205
2205
  __wbg___wbindgen_jsval_loose_eq_9dd77d8cd6671811: IC,
2206
2206
  __wbg___wbindgen_bigint_get_as_i64_8fcf4ce7f1ca72a2: rI,
2207
- __wbg___wbindgen_debug_string_0bc8482c6e3508ae: uI,
2207
+ __wbg___wbindgen_debug_string_0bc8482c6e3508ae: mI,
2208
2208
  __wbindgen_cast_0000000000000001: zC,
2209
- __wbindgen_cast_0000000000000002: ZC,
2210
- __wbindgen_cast_0000000000000003: dC,
2211
- __wbindgen_cast_0000000000000004: xC
2212
- } }, SI), mC = w.memory, bC = w.__wbg_wasmassignmentarray_free, vC = w.__wbg_wasmcasebuilder_free, XC = w.__wbg_wasmdeletebuilder_free, _C = w.__wbg_wasmexpr_free, $C = w.__wbg_wasmexprarray_free, AB = w.__wbg_wasminsertbuilder_free, gB = w.__wbg_wasmmergebuilder_free, IB = w.__wbg_wasmselectbuilder_free, CB = w.__wbg_wasmsetopbuilder_free, BB = w.__wbg_wasmupdatebuilder_free, QB = w.__wbg_wasmwindowdefbuilder_free, EB = w.annotate_types, DB = w.annotate_types_value, wB = w.ast_add_where, iB = w.ast_get_aggregate_functions, MB = w.ast_get_column_names, NB = w.ast_get_functions, oB = w.ast_get_literals, kB = w.ast_get_subqueries, yB = w.ast_get_table_names, GB = w.ast_get_window_functions, KB = w.ast_node_count, YB = w.ast_qualify_columns, HB = w.ast_qualify_tables, hB = w.ast_remove_where, cB = w.ast_rename_columns, SB = w.ast_rename_tables, UB = w.ast_rename_tables_with_options, FB = w.ast_set_distinct, LB = w.ast_set_limit, JB = w.diff_sql, RB = w.format_sql, sB = w.format_sql_value, aB = w.format_sql_with_options, qB = w.format_sql_with_options_value, pB = w.generate, PB = w.generate_value, TB = w.get_dialects, OB = w.get_dialects_value, jB = w.lineage_sql, tB = w.lineage_sql_with_schema, fB = w.openlineage_column_lineage, zB = w.openlineage_job_event, ZB = w.openlineage_run_event, dB = w.parse, xB = w.parse_value, eB = w.plan, VB = w.source_tables, WB = w.tokenize, lB = w.tokenize_value, rB = w.transpile, nB = w.transpile_value, uB = w.validate, mB = w.validate_with_options, bB = w.validate_with_schema, vB = w.version, XB = w.wasm_alias, _B = w.wasm_and, $B = w.wasm_boolean, AQ = w.wasm_case_of, gQ = w.wasm_cast, IQ = w.wasm_col, CQ = w.wasm_count_distinct, BQ = w.wasm_extract, QQ = w.wasm_func, EQ = w.wasm_lit, DQ = w.wasm_not, wQ = w.wasm_null, iQ = w.wasm_or, MQ = w.wasm_sql_expr, NQ = w.wasm_star, oQ = w.wasm_subquery, kQ = w.wasm_table, yQ = w.wasmassignmentarray_len, GQ = w.wasmassignmentarray_new, KQ = w.wasmassignmentarray_push, YQ = w.wasmcasebuilder_build_expr, HQ = w.wasmcasebuilder_else_, hQ = w.wasmcasebuilder_new, cQ = w.wasmcasebuilder_to_sql, SQ = w.wasmcasebuilder_when, UQ = w.wasmdeletebuilder_build, FQ = w.wasmdeletebuilder_new, LQ = w.wasmdeletebuilder_to_sql, JQ = w.wasmdeletebuilder_where_expr, RQ = w.wasmexpr_add, sQ = w.wasmexpr_alias, aQ = w.wasmexpr_and, qQ = w.wasmexpr_asc, pQ = w.wasmexpr_between, PQ = w.wasmexpr_cast, TQ = w.wasmexpr_desc, OQ = w.wasmexpr_div, jQ = w.wasmexpr_eq, tQ = w.wasmexpr_gt, fQ = w.wasmexpr_gte, zQ = w.wasmexpr_ilike, ZQ = w.wasmexpr_in_list, dQ = w.wasmexpr_is_not_null, xQ = w.wasmexpr_is_null, eQ = w.wasmexpr_like, VQ = w.wasmexpr_lt, WQ = w.wasmexpr_lte, lQ = w.wasmexpr_mul, rQ = w.wasmexpr_neq, nQ = w.wasmexpr_not, uQ = w.wasmexpr_not_in, mQ = w.wasmexpr_or, bQ = w.wasmexpr_rlike, vQ = w.wasmexpr_sub, XQ = w.wasmexpr_to_json, _Q = w.wasmexpr_to_sql, $Q = w.wasmexpr_xor, AE = w.wasmexprarray_len, gE = w.wasmexprarray_push, IE = w.wasmexprarray_push_col, CE = w.wasmexprarray_push_float, BE = w.wasmexprarray_push_int, QE = w.wasmexprarray_push_star, EE = w.wasmexprarray_push_str, DE = w.wasminsertbuilder_build, wE = w.wasminsertbuilder_columns, iE = w.wasminsertbuilder_new, ME = w.wasminsertbuilder_query, NE = w.wasminsertbuilder_to_sql, oE = w.wasminsertbuilder_values, kE = w.wasmmergebuilder_build, yE = w.wasmmergebuilder_new, GE = w.wasmmergebuilder_to_sql, KE = w.wasmmergebuilder_using, YE = w.wasmmergebuilder_when_matched_delete, HE = w.wasmmergebuilder_when_matched_update, hE = w.wasmmergebuilder_when_not_matched_insert, cE = w.wasmselectbuilder_build, SE = w.wasmselectbuilder_cross_join, UE = w.wasmselectbuilder_ctas, FE = w.wasmselectbuilder_ctas_sql, LE = w.wasmselectbuilder_distinct, JE = w.wasmselectbuilder_except_, RE = w.wasmselectbuilder_for_update, sE = w.wasmselectbuilder_from, aE = w.wasmselectbuilder_from_expr, qE = w.wasmselectbuilder_group_by_cols, pE = w.wasmselectbuilder_having, PE = w.wasmselectbuilder_hint, TE = w.wasmselectbuilder_intersect, OE = w.wasmselectbuilder_join, jE = w.wasmselectbuilder_lateral_view, tE = w.wasmselectbuilder_left_join, fE = w.wasmselectbuilder_limit, zE = w.wasmselectbuilder_new, ZE = w.wasmselectbuilder_offset, dE = w.wasmselectbuilder_order_by_exprs, xE = w.wasmselectbuilder_qualify, eE = w.wasmselectbuilder_right_join, VE = w.wasmselectbuilder_select_col, WE = w.wasmselectbuilder_select_expr, lE = w.wasmselectbuilder_select_exprs, rE = w.wasmselectbuilder_select_star, nE = w.wasmselectbuilder_sort_by_exprs, uE = w.wasmselectbuilder_to_sql, mE = w.wasmselectbuilder_union, bE = w.wasmselectbuilder_union_all, vE = w.wasmselectbuilder_where_expr, XE = w.wasmselectbuilder_where_sql, _E = w.wasmselectbuilder_window, $E = w.wasmsetopbuilder_build, AD = w.wasmsetopbuilder_limit, gD = w.wasmsetopbuilder_offset, ID = w.wasmsetopbuilder_order_by_exprs, CD = w.wasmsetopbuilder_to_sql, BD = w.wasmupdatebuilder_build, QD = w.wasmupdatebuilder_from, ED = w.wasmupdatebuilder_new, DD = w.wasmupdatebuilder_set, wD = w.wasmupdatebuilder_to_sql, iD = w.wasmupdatebuilder_where_expr, MD = w.wasmwindowdefbuilder_new, ND = w.wasmwindowdefbuilder_order_by, oD = w.wasmwindowdefbuilder_partition_by, kD = w.wasmexprarray_new, yD = w.__wbindgen_export, GD = w.__wbindgen_export2, KD = w.__wbindgen_export3, YD = w.__wbindgen_export4, HD = w.__wbindgen_add_to_stack_pointer, hD = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2209
+ __wbindgen_cast_0000000000000002: fC,
2210
+ __wbindgen_cast_0000000000000003: ZC,
2211
+ __wbindgen_cast_0000000000000004: dC
2212
+ } }, cI), uC = w.memory, bC = w.__wbg_wasmassignmentarray_free, vC = w.__wbg_wasmcasebuilder_free, XC = w.__wbg_wasmdeletebuilder_free, _C = w.__wbg_wasmexpr_free, $C = w.__wbg_wasmexprarray_free, AB = w.__wbg_wasminsertbuilder_free, gB = w.__wbg_wasmmergebuilder_free, IB = w.__wbg_wasmselectbuilder_free, CB = w.__wbg_wasmsetopbuilder_free, BB = w.__wbg_wasmupdatebuilder_free, QB = w.__wbg_wasmwindowdefbuilder_free, EB = w.annotate_types, DB = w.annotate_types_value, wB = w.ast_add_where, iB = w.ast_get_aggregate_functions, MB = w.ast_get_column_names, oB = w.ast_get_functions, NB = w.ast_get_literals, kB = w.ast_get_subqueries, yB = w.ast_get_table_names, KB = w.ast_get_window_functions, GB = w.ast_node_count, YB = w.ast_qualify_columns, HB = w.ast_qualify_tables, hB = w.ast_remove_where, SB = w.ast_rename_columns, cB = w.ast_rename_tables, FB = w.ast_rename_tables_with_options, UB = w.ast_set_distinct, JB = w.ast_set_limit, RB = w.diff_sql, LB = w.format_sql, sB = w.format_sql_value, aB = w.format_sql_with_options, qB = w.format_sql_with_options_value, pB = w.generate, PB = w.generate_value, OB = w.get_dialects, TB = w.get_dialects_value, jB = w.lineage_sql, tB = w.lineage_sql_with_schema, VB = w.openlineage_column_lineage, zB = w.openlineage_job_event, fB = w.openlineage_run_event, ZB = w.parse, dB = w.parse_value, eB = w.plan, xB = w.source_tables, WB = w.tokenize, lB = w.tokenize_value, rB = w.transpile, nB = w.transpile_value, mB = w.validate, uB = w.validate_with_options, bB = w.validate_with_schema, vB = w.version, XB = w.wasm_alias, _B = w.wasm_and, $B = w.wasm_boolean, AQ = w.wasm_case_of, gQ = w.wasm_cast, IQ = w.wasm_col, CQ = w.wasm_count_distinct, BQ = w.wasm_extract, QQ = w.wasm_func, EQ = w.wasm_lit, DQ = w.wasm_not, wQ = w.wasm_null, iQ = w.wasm_or, MQ = w.wasm_sql_expr, oQ = w.wasm_star, NQ = w.wasm_subquery, kQ = w.wasm_table, yQ = w.wasmassignmentarray_len, KQ = w.wasmassignmentarray_new, GQ = w.wasmassignmentarray_push, YQ = w.wasmcasebuilder_build_expr, HQ = w.wasmcasebuilder_else_, hQ = w.wasmcasebuilder_new, SQ = w.wasmcasebuilder_to_sql, cQ = w.wasmcasebuilder_when, FQ = w.wasmdeletebuilder_build, UQ = w.wasmdeletebuilder_new, JQ = w.wasmdeletebuilder_to_sql, RQ = w.wasmdeletebuilder_where_expr, LQ = w.wasmexpr_add, sQ = w.wasmexpr_alias, aQ = w.wasmexpr_and, qQ = w.wasmexpr_asc, pQ = w.wasmexpr_between, PQ = w.wasmexpr_cast, OQ = w.wasmexpr_desc, TQ = w.wasmexpr_div, jQ = w.wasmexpr_eq, tQ = w.wasmexpr_gt, VQ = w.wasmexpr_gte, zQ = w.wasmexpr_ilike, fQ = w.wasmexpr_in_list, ZQ = w.wasmexpr_is_not_null, dQ = w.wasmexpr_is_null, eQ = w.wasmexpr_like, xQ = w.wasmexpr_lt, WQ = w.wasmexpr_lte, lQ = w.wasmexpr_mul, rQ = w.wasmexpr_neq, nQ = w.wasmexpr_not, mQ = w.wasmexpr_not_in, uQ = w.wasmexpr_or, bQ = w.wasmexpr_rlike, vQ = w.wasmexpr_sub, XQ = w.wasmexpr_to_json, _Q = w.wasmexpr_to_sql, $Q = w.wasmexpr_xor, AE = w.wasmexprarray_len, gE = w.wasmexprarray_push, IE = w.wasmexprarray_push_col, CE = w.wasmexprarray_push_float, BE = w.wasmexprarray_push_int, QE = w.wasmexprarray_push_star, EE = w.wasmexprarray_push_str, DE = w.wasminsertbuilder_build, wE = w.wasminsertbuilder_columns, iE = w.wasminsertbuilder_new, ME = w.wasminsertbuilder_query, oE = w.wasminsertbuilder_to_sql, NE = w.wasminsertbuilder_values, kE = w.wasmmergebuilder_build, yE = w.wasmmergebuilder_new, KE = w.wasmmergebuilder_to_sql, GE = w.wasmmergebuilder_using, YE = w.wasmmergebuilder_when_matched_delete, HE = w.wasmmergebuilder_when_matched_update, hE = w.wasmmergebuilder_when_not_matched_insert, SE = w.wasmselectbuilder_build, cE = w.wasmselectbuilder_cross_join, FE = w.wasmselectbuilder_ctas, UE = w.wasmselectbuilder_ctas_sql, JE = w.wasmselectbuilder_distinct, RE = w.wasmselectbuilder_except_, LE = w.wasmselectbuilder_for_update, sE = w.wasmselectbuilder_from, aE = w.wasmselectbuilder_from_expr, qE = w.wasmselectbuilder_group_by_cols, pE = w.wasmselectbuilder_having, PE = w.wasmselectbuilder_hint, OE = w.wasmselectbuilder_intersect, TE = w.wasmselectbuilder_join, jE = w.wasmselectbuilder_lateral_view, tE = w.wasmselectbuilder_left_join, VE = w.wasmselectbuilder_limit, zE = w.wasmselectbuilder_new, fE = w.wasmselectbuilder_offset, ZE = w.wasmselectbuilder_order_by_exprs, dE = w.wasmselectbuilder_qualify, eE = w.wasmselectbuilder_right_join, xE = w.wasmselectbuilder_select_col, WE = w.wasmselectbuilder_select_expr, lE = w.wasmselectbuilder_select_exprs, rE = w.wasmselectbuilder_select_star, nE = w.wasmselectbuilder_sort_by_exprs, mE = w.wasmselectbuilder_to_sql, uE = w.wasmselectbuilder_union, bE = w.wasmselectbuilder_union_all, vE = w.wasmselectbuilder_where_expr, XE = w.wasmselectbuilder_where_sql, _E = w.wasmselectbuilder_window, $E = w.wasmsetopbuilder_build, AD = w.wasmsetopbuilder_limit, gD = w.wasmsetopbuilder_offset, ID = w.wasmsetopbuilder_order_by_exprs, CD = w.wasmsetopbuilder_to_sql, BD = w.wasmupdatebuilder_build, QD = w.wasmupdatebuilder_from, ED = w.wasmupdatebuilder_new, DD = w.wasmupdatebuilder_set, wD = w.wasmupdatebuilder_to_sql, iD = w.wasmupdatebuilder_where_expr, MD = w.wasmwindowdefbuilder_new, oD = w.wasmwindowdefbuilder_order_by, ND = w.wasmwindowdefbuilder_partition_by, kD = w.wasmexprarray_new, yD = w.__wbindgen_export, KD = w.__wbindgen_export2, GD = w.__wbindgen_export3, YD = w.__wbindgen_export4, HD = w.__wbindgen_add_to_stack_pointer, hD = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2213
2213
  __proto__: null,
2214
2214
  __wbg_wasmassignmentarray_free: bC,
2215
2215
  __wbg_wasmcasebuilder_free: vC,
@@ -2224,53 +2224,53 @@ const w = await UI({ "./polyglot_sql_wasm_bg.js": {
2224
2224
  __wbg_wasmwindowdefbuilder_free: QB,
2225
2225
  __wbindgen_add_to_stack_pointer: HD,
2226
2226
  __wbindgen_export: yD,
2227
- __wbindgen_export2: GD,
2228
- __wbindgen_export3: KD,
2227
+ __wbindgen_export2: KD,
2228
+ __wbindgen_export3: GD,
2229
2229
  __wbindgen_export4: YD,
2230
2230
  annotate_types: EB,
2231
2231
  annotate_types_value: DB,
2232
2232
  ast_add_where: wB,
2233
2233
  ast_get_aggregate_functions: iB,
2234
2234
  ast_get_column_names: MB,
2235
- ast_get_functions: NB,
2236
- ast_get_literals: oB,
2235
+ ast_get_functions: oB,
2236
+ ast_get_literals: NB,
2237
2237
  ast_get_subqueries: kB,
2238
2238
  ast_get_table_names: yB,
2239
- ast_get_window_functions: GB,
2240
- ast_node_count: KB,
2239
+ ast_get_window_functions: KB,
2240
+ ast_node_count: GB,
2241
2241
  ast_qualify_columns: YB,
2242
2242
  ast_qualify_tables: HB,
2243
2243
  ast_remove_where: hB,
2244
- ast_rename_columns: cB,
2245
- ast_rename_tables: SB,
2246
- ast_rename_tables_with_options: UB,
2247
- ast_set_distinct: FB,
2248
- ast_set_limit: LB,
2249
- diff_sql: JB,
2250
- format_sql: RB,
2244
+ ast_rename_columns: SB,
2245
+ ast_rename_tables: cB,
2246
+ ast_rename_tables_with_options: FB,
2247
+ ast_set_distinct: UB,
2248
+ ast_set_limit: JB,
2249
+ diff_sql: RB,
2250
+ format_sql: LB,
2251
2251
  format_sql_value: sB,
2252
2252
  format_sql_with_options: aB,
2253
2253
  format_sql_with_options_value: qB,
2254
2254
  generate: pB,
2255
2255
  generate_value: PB,
2256
- get_dialects: TB,
2257
- get_dialects_value: OB,
2256
+ get_dialects: OB,
2257
+ get_dialects_value: TB,
2258
2258
  lineage_sql: jB,
2259
2259
  lineage_sql_with_schema: tB,
2260
- memory: mC,
2261
- openlineage_column_lineage: fB,
2260
+ memory: uC,
2261
+ openlineage_column_lineage: VB,
2262
2262
  openlineage_job_event: zB,
2263
- openlineage_run_event: ZB,
2264
- parse: dB,
2265
- parse_value: xB,
2263
+ openlineage_run_event: fB,
2264
+ parse: ZB,
2265
+ parse_value: dB,
2266
2266
  plan: eB,
2267
- source_tables: VB,
2267
+ source_tables: xB,
2268
2268
  tokenize: WB,
2269
2269
  tokenize_value: lB,
2270
2270
  transpile: rB,
2271
2271
  transpile_value: nB,
2272
- validate: uB,
2273
- validate_with_options: mB,
2272
+ validate: mB,
2273
+ validate_with_options: uB,
2274
2274
  validate_with_schema: bB,
2275
2275
  version: vB,
2276
2276
  wasm_alias: XB,
@@ -2287,44 +2287,44 @@ const w = await UI({ "./polyglot_sql_wasm_bg.js": {
2287
2287
  wasm_null: wQ,
2288
2288
  wasm_or: iQ,
2289
2289
  wasm_sql_expr: MQ,
2290
- wasm_star: NQ,
2291
- wasm_subquery: oQ,
2290
+ wasm_star: oQ,
2291
+ wasm_subquery: NQ,
2292
2292
  wasm_table: kQ,
2293
2293
  wasmassignmentarray_len: yQ,
2294
- wasmassignmentarray_new: GQ,
2295
- wasmassignmentarray_push: KQ,
2294
+ wasmassignmentarray_new: KQ,
2295
+ wasmassignmentarray_push: GQ,
2296
2296
  wasmcasebuilder_build_expr: YQ,
2297
2297
  wasmcasebuilder_else_: HQ,
2298
2298
  wasmcasebuilder_new: hQ,
2299
- wasmcasebuilder_to_sql: cQ,
2300
- wasmcasebuilder_when: SQ,
2301
- wasmdeletebuilder_build: UQ,
2302
- wasmdeletebuilder_new: FQ,
2303
- wasmdeletebuilder_to_sql: LQ,
2304
- wasmdeletebuilder_where_expr: JQ,
2305
- wasmexpr_add: RQ,
2299
+ wasmcasebuilder_to_sql: SQ,
2300
+ wasmcasebuilder_when: cQ,
2301
+ wasmdeletebuilder_build: FQ,
2302
+ wasmdeletebuilder_new: UQ,
2303
+ wasmdeletebuilder_to_sql: JQ,
2304
+ wasmdeletebuilder_where_expr: RQ,
2305
+ wasmexpr_add: LQ,
2306
2306
  wasmexpr_alias: sQ,
2307
2307
  wasmexpr_and: aQ,
2308
2308
  wasmexpr_asc: qQ,
2309
2309
  wasmexpr_between: pQ,
2310
2310
  wasmexpr_cast: PQ,
2311
- wasmexpr_desc: TQ,
2312
- wasmexpr_div: OQ,
2311
+ wasmexpr_desc: OQ,
2312
+ wasmexpr_div: TQ,
2313
2313
  wasmexpr_eq: jQ,
2314
2314
  wasmexpr_gt: tQ,
2315
- wasmexpr_gte: fQ,
2315
+ wasmexpr_gte: VQ,
2316
2316
  wasmexpr_ilike: zQ,
2317
- wasmexpr_in_list: ZQ,
2318
- wasmexpr_is_not_null: dQ,
2319
- wasmexpr_is_null: xQ,
2317
+ wasmexpr_in_list: fQ,
2318
+ wasmexpr_is_not_null: ZQ,
2319
+ wasmexpr_is_null: dQ,
2320
2320
  wasmexpr_like: eQ,
2321
- wasmexpr_lt: VQ,
2321
+ wasmexpr_lt: xQ,
2322
2322
  wasmexpr_lte: WQ,
2323
2323
  wasmexpr_mul: lQ,
2324
2324
  wasmexpr_neq: rQ,
2325
2325
  wasmexpr_not: nQ,
2326
- wasmexpr_not_in: uQ,
2327
- wasmexpr_or: mQ,
2326
+ wasmexpr_not_in: mQ,
2327
+ wasmexpr_or: uQ,
2328
2328
  wasmexpr_rlike: bQ,
2329
2329
  wasmexpr_sub: vQ,
2330
2330
  wasmexpr_to_json: XQ,
@@ -2342,44 +2342,44 @@ const w = await UI({ "./polyglot_sql_wasm_bg.js": {
2342
2342
  wasminsertbuilder_columns: wE,
2343
2343
  wasminsertbuilder_new: iE,
2344
2344
  wasminsertbuilder_query: ME,
2345
- wasminsertbuilder_to_sql: NE,
2346
- wasminsertbuilder_values: oE,
2345
+ wasminsertbuilder_to_sql: oE,
2346
+ wasminsertbuilder_values: NE,
2347
2347
  wasmmergebuilder_build: kE,
2348
2348
  wasmmergebuilder_new: yE,
2349
- wasmmergebuilder_to_sql: GE,
2350
- wasmmergebuilder_using: KE,
2349
+ wasmmergebuilder_to_sql: KE,
2350
+ wasmmergebuilder_using: GE,
2351
2351
  wasmmergebuilder_when_matched_delete: YE,
2352
2352
  wasmmergebuilder_when_matched_update: HE,
2353
2353
  wasmmergebuilder_when_not_matched_insert: hE,
2354
- wasmselectbuilder_build: cE,
2355
- wasmselectbuilder_cross_join: SE,
2356
- wasmselectbuilder_ctas: UE,
2357
- wasmselectbuilder_ctas_sql: FE,
2358
- wasmselectbuilder_distinct: LE,
2359
- wasmselectbuilder_except_: JE,
2360
- wasmselectbuilder_for_update: RE,
2354
+ wasmselectbuilder_build: SE,
2355
+ wasmselectbuilder_cross_join: cE,
2356
+ wasmselectbuilder_ctas: FE,
2357
+ wasmselectbuilder_ctas_sql: UE,
2358
+ wasmselectbuilder_distinct: JE,
2359
+ wasmselectbuilder_except_: RE,
2360
+ wasmselectbuilder_for_update: LE,
2361
2361
  wasmselectbuilder_from: sE,
2362
2362
  wasmselectbuilder_from_expr: aE,
2363
2363
  wasmselectbuilder_group_by_cols: qE,
2364
2364
  wasmselectbuilder_having: pE,
2365
2365
  wasmselectbuilder_hint: PE,
2366
- wasmselectbuilder_intersect: TE,
2367
- wasmselectbuilder_join: OE,
2366
+ wasmselectbuilder_intersect: OE,
2367
+ wasmselectbuilder_join: TE,
2368
2368
  wasmselectbuilder_lateral_view: jE,
2369
2369
  wasmselectbuilder_left_join: tE,
2370
- wasmselectbuilder_limit: fE,
2370
+ wasmselectbuilder_limit: VE,
2371
2371
  wasmselectbuilder_new: zE,
2372
- wasmselectbuilder_offset: ZE,
2373
- wasmselectbuilder_order_by_exprs: dE,
2374
- wasmselectbuilder_qualify: xE,
2372
+ wasmselectbuilder_offset: fE,
2373
+ wasmselectbuilder_order_by_exprs: ZE,
2374
+ wasmselectbuilder_qualify: dE,
2375
2375
  wasmselectbuilder_right_join: eE,
2376
- wasmselectbuilder_select_col: VE,
2376
+ wasmselectbuilder_select_col: xE,
2377
2377
  wasmselectbuilder_select_expr: WE,
2378
2378
  wasmselectbuilder_select_exprs: lE,
2379
2379
  wasmselectbuilder_select_star: rE,
2380
2380
  wasmselectbuilder_sort_by_exprs: nE,
2381
- wasmselectbuilder_to_sql: uE,
2382
- wasmselectbuilder_union: mE,
2381
+ wasmselectbuilder_to_sql: mE,
2382
+ wasmselectbuilder_union: uE,
2383
2383
  wasmselectbuilder_union_all: bE,
2384
2384
  wasmselectbuilder_where_expr: vE,
2385
2385
  wasmselectbuilder_where_sql: XE,
@@ -2396,25 +2396,25 @@ const w = await UI({ "./polyglot_sql_wasm_bg.js": {
2396
2396
  wasmupdatebuilder_to_sql: wD,
2397
2397
  wasmupdatebuilder_where_expr: iD,
2398
2398
  wasmwindowdefbuilder_new: MD,
2399
- wasmwindowdefbuilder_order_by: ND,
2400
- wasmwindowdefbuilder_partition_by: oD
2399
+ wasmwindowdefbuilder_order_by: oD,
2400
+ wasmwindowdefbuilder_partition_by: ND
2401
2401
  }, Symbol.toStringTag, { value: "Module" }));
2402
- uC(hD);
2403
- const fg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2402
+ mC(hD);
2403
+ const Vg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2404
2404
  __proto__: null,
2405
2405
  WasmAssignmentArray: CA,
2406
- WasmCaseBuilder: u,
2406
+ WasmCaseBuilder: m,
2407
2407
  WasmDeleteBuilder: iA,
2408
- WasmExpr: K,
2408
+ WasmExpr: G,
2409
2409
  WasmExprArray: P,
2410
2410
  WasmInsertBuilder: MA,
2411
- WasmMergeBuilder: NA,
2411
+ WasmMergeBuilder: oA,
2412
2412
  WasmSelectBuilder: j,
2413
- WasmSetOpBuilder: x,
2414
- WasmUpdateBuilder: oA,
2413
+ WasmSetOpBuilder: d,
2414
+ WasmUpdateBuilder: NA,
2415
2415
  WasmWindowDefBuilder: BA,
2416
- annotate_types: FI,
2417
- annotate_types_value: LI,
2416
+ annotate_types: UI,
2417
+ annotate_types_value: JI,
2418
2418
  ast_add_where: vA,
2419
2419
  ast_get_aggregate_functions: XA,
2420
2420
  ast_get_column_names: _A,
@@ -2430,40 +2430,40 @@ const fg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2430
2430
  ast_rename_columns: wg,
2431
2431
  ast_rename_tables: ig,
2432
2432
  ast_rename_tables_with_options: Mg,
2433
- ast_set_distinct: Ng,
2434
- ast_set_limit: og,
2433
+ ast_set_distinct: og,
2434
+ ast_set_limit: Ng,
2435
2435
  diff_sql: kg,
2436
- format_sql: JI,
2437
- format_sql_value: RI,
2436
+ format_sql: RI,
2437
+ format_sql_value: LI,
2438
2438
  format_sql_with_options: sI,
2439
2439
  format_sql_with_options_value: aI,
2440
2440
  generate: qI,
2441
2441
  generate_value: pI,
2442
2442
  get_dialects: PI,
2443
- get_dialects_value: TI,
2443
+ get_dialects_value: OI,
2444
2444
  lineage_sql: yg,
2445
- lineage_sql_with_schema: Gg,
2446
- openlineage_column_lineage: Kg,
2445
+ lineage_sql_with_schema: Kg,
2446
+ openlineage_column_lineage: Gg,
2447
2447
  openlineage_job_event: Yg,
2448
2448
  openlineage_run_event: Hg,
2449
- parse: OI,
2449
+ parse: TI,
2450
2450
  parse_value: jI,
2451
2451
  plan: hg,
2452
- source_tables: cg,
2452
+ source_tables: Sg,
2453
2453
  tokenize: tI,
2454
- tokenize_value: fI,
2454
+ tokenize_value: VI,
2455
2455
  transpile: zI,
2456
- transpile_value: ZI,
2457
- validate: dI,
2458
- validate_with_options: xI,
2459
- validate_with_schema: Sg,
2456
+ transpile_value: fI,
2457
+ validate: ZI,
2458
+ validate_with_options: dI,
2459
+ validate_with_schema: cg,
2460
2460
  version: eI,
2461
- wasm_alias: Ug,
2462
- wasm_and: Fg,
2463
- wasm_boolean: Lg,
2464
- wasm_case_of: Jg,
2465
- wasm_cast: Rg,
2466
- wasm_col: FA,
2461
+ wasm_alias: Fg,
2462
+ wasm_and: Ug,
2463
+ wasm_boolean: Jg,
2464
+ wasm_case_of: Rg,
2465
+ wasm_cast: Lg,
2466
+ wasm_col: UA,
2467
2467
  wasm_count_distinct: sg,
2468
2468
  wasm_extract: ag,
2469
2469
  wasm_func: qg,
@@ -2471,15 +2471,15 @@ const fg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2471
2471
  wasm_not: pg,
2472
2472
  wasm_null: yA,
2473
2473
  wasm_or: Pg,
2474
- wasm_sql_expr: Tg,
2475
- wasm_star: Og,
2474
+ wasm_sql_expr: Og,
2475
+ wasm_star: Tg,
2476
2476
  wasm_subquery: jg,
2477
2477
  wasm_table: tg
2478
2478
  }, Symbol.toStringTag, { value: "Module" }));
2479
2479
  function p(g) {
2480
2480
  return Object.keys(g)[0];
2481
2481
  }
2482
- function T(g) {
2482
+ function O(g) {
2483
2483
  const A = Object.keys(g)[0];
2484
2484
  return g[A];
2485
2485
  }
@@ -2495,7 +2495,7 @@ function z(g, A) {
2495
2495
  return { [g]: A };
2496
2496
  }
2497
2497
  function zg(g) {
2498
- const A = T(g);
2498
+ const A = O(g);
2499
2499
  if (A && typeof A == "object" && "inferred_type" in A) {
2500
2500
  const C = A.inferred_type;
2501
2501
  if (C != null)
@@ -2505,12 +2505,12 @@ function zg(g) {
2505
2505
  function Y(g) {
2506
2506
  return (A) => g in A;
2507
2507
  }
2508
- const Zg = Y("select"), cD = Y("insert"), SD = Y("update"), UD = Y("delete"), FD = Y("union"), LD = Y("intersect"), JD = Y("except"), RD = Y("subquery"), sD = Y("identifier"), dg = Y("column"), aD = Y("table"), qD = Y("star"), xg = Y("literal"), pD = Y("boolean"), PD = Y("null"), TD = Y("and"), OD = Y("or"), jD = Y("not"), tD = Y("eq"), fD = Y("neq"), zD = Y("lt"), ZD = Y("lte"), dD = Y("gt"), xD = Y("gte"), eD = Y("like"), VD = Y("i_like"), WD = Y("add"), lD = Y("sub"), rD = Y("mul"), nD = Y("div"), uD = Y("mod"), mD = Y("concat"), bD = Y("in"), vD = Y("between"), XD = Y("is_null"), _D = Y("exists"), eg = Y("function"), $D = Y("aggregate_function"), Aw = Y("window_function"), gw = Y("count"), Iw = Y("sum"), Cw = Y("avg"), Bw = Y("min"), Qw = Y("max"), Ew = Y("coalesce"), Dw = Y("null_if"), ww = Y("cast"), iw = Y("try_cast"), Mw = Y("safe_cast"), Nw = Y("case"), ow = Y("from"), kw = Y("join"), yw = Y("where"), Gw = Y("group_by"), Kw = Y("having"), Yw = Y("order_by"), Hw = Y("limit"), hw = Y("offset"), cw = Y("with"), Sw = Y("cte"), Uw = Y("alias"), Fw = Y("paren"), Lw = Y("ordered"), Jw = Y("create_table"), Rw = Y("drop_table"), sw = Y("alter_table"), aw = Y("create_index"), qw = Y("drop_index"), pw = Y("create_view"), Pw = Y("drop_view");
2509
- function Tw(g) {
2508
+ const fg = Y("select"), SD = Y("insert"), cD = Y("update"), FD = Y("delete"), UD = Y("union"), JD = Y("intersect"), RD = Y("except"), LD = Y("subquery"), sD = Y("identifier"), Zg = Y("column"), aD = Y("table"), qD = Y("star"), dg = Y("literal"), pD = Y("boolean"), PD = Y("null"), OD = Y("and"), TD = Y("or"), jD = Y("not"), tD = Y("eq"), VD = Y("neq"), zD = Y("lt"), fD = Y("lte"), ZD = Y("gt"), dD = Y("gte"), eD = Y("like"), xD = Y("i_like"), WD = Y("add"), lD = Y("sub"), rD = Y("mul"), nD = Y("div"), mD = Y("mod"), uD = Y("concat"), bD = Y("in"), vD = Y("between"), XD = Y("is_null"), _D = Y("exists"), eg = Y("function"), $D = Y("aggregate_function"), Aw = Y("window_function"), gw = Y("count"), Iw = Y("sum"), Cw = Y("avg"), Bw = Y("min"), Qw = Y("max"), Ew = Y("coalesce"), Dw = Y("null_if"), ww = Y("cast"), iw = Y("try_cast"), Mw = Y("safe_cast"), ow = Y("case"), Nw = Y("from"), kw = Y("join"), yw = Y("where"), Kw = Y("group_by"), Gw = Y("having"), Yw = Y("order_by"), Hw = Y("limit"), hw = Y("offset"), Sw = Y("with"), cw = Y("cte"), Fw = Y("alias"), Uw = Y("paren"), Jw = Y("ordered"), Rw = Y("create_table"), Lw = Y("drop_table"), sw = Y("alter_table"), aw = Y("create_index"), qw = Y("drop_index"), pw = Y("create_view"), Pw = Y("drop_view");
2509
+ function Ow(g) {
2510
2510
  const A = p(g);
2511
2511
  return A === "select" || A === "insert" || A === "update" || A === "delete";
2512
2512
  }
2513
- function Ow(g) {
2513
+ function Tw(g) {
2514
2514
  const A = p(g);
2515
2515
  return A === "union" || A === "intersect" || A === "except";
2516
2516
  }
@@ -2522,7 +2522,7 @@ function tw(g) {
2522
2522
  const A = p(g);
2523
2523
  return A === "add" || A === "sub" || A === "mul" || A === "div" || A === "mod";
2524
2524
  }
2525
- function fw(g) {
2525
+ function Vw(g) {
2526
2526
  const A = p(g);
2527
2527
  return A === "and" || A === "or" || A === "not";
2528
2528
  }
@@ -2530,14 +2530,14 @@ function zw(g) {
2530
2530
  const A = p(g);
2531
2531
  return A === "create_table" || A === "drop_table" || A === "alter_table" || A === "create_index" || A === "drop_index" || A === "create_view" || A === "drop_view" || A === "create_schema" || A === "drop_schema" || A === "create_database" || A === "drop_database" || A === "create_function" || A === "drop_function" || A === "create_procedure" || A === "drop_procedure" || A === "create_sequence" || A === "drop_sequence" || A === "alter_sequence" || A === "create_trigger" || A === "drop_trigger" || A === "create_type" || A === "drop_type";
2532
2532
  }
2533
- function Z(g) {
2533
+ function f(g) {
2534
2534
  return JSON.stringify(g);
2535
2535
  }
2536
2536
  function W(g) {
2537
2537
  const A = JSON.parse(g);
2538
2538
  return A.success ? JSON.parse(A.ast) : null;
2539
2539
  }
2540
- function Vg(g, A, C) {
2540
+ function xg(g, A, C) {
2541
2541
  if (g == null) return g;
2542
2542
  if (Array.isArray(g))
2543
2543
  return g.length > 0 && e(g[0]) ? g.map(
@@ -2549,7 +2549,7 @@ function Vg(g, A, C) {
2549
2549
  const Q = { ...g };
2550
2550
  let E = !1;
2551
2551
  for (const [D, M] of Object.entries(Q)) {
2552
- const k = Vg(M, A, C);
2552
+ const k = xg(M, A, C);
2553
2553
  k !== M && (Q[D] = k, E = !0);
2554
2554
  }
2555
2555
  return E ? Q : g;
@@ -2571,15 +2571,15 @@ function wA(g, A, C, B, Q) {
2571
2571
  return E;
2572
2572
  h !== void 0 && (E = h);
2573
2573
  }
2574
- const k = p(E), G = T(E);
2574
+ const k = p(E), K = O(E);
2575
2575
  let y;
2576
- if (G == null)
2577
- y = z(k, G);
2576
+ if (K == null)
2577
+ y = z(k, K);
2578
2578
  else {
2579
- const h = { ...G };
2580
- for (const [R, q] of Object.entries(h)) {
2581
- const O = Vg(q, A, E);
2582
- O !== q && (h[R] = O);
2579
+ const h = { ...K };
2580
+ for (const [L, q] of Object.entries(h)) {
2581
+ const T = xg(q, A, E);
2582
+ T !== q && (h[L] = T);
2583
2583
  }
2584
2584
  y = z(k, h);
2585
2585
  }
@@ -2590,18 +2590,18 @@ function wA(g, A, C, B, Q) {
2590
2590
  }
2591
2591
  return y;
2592
2592
  }
2593
- function KA(g, A) {
2593
+ function GA(g, A) {
2594
2594
  return wA(g, A, null, null, null);
2595
2595
  }
2596
2596
  function Wg(g, A, C) {
2597
- return KA(g, {
2597
+ return GA(g, {
2598
2598
  enter: (B, Q) => {
2599
2599
  if (A(B, Q))
2600
2600
  return typeof C == "function" ? C(B) : C;
2601
2601
  }
2602
2602
  });
2603
2603
  }
2604
- function Zw(g, A, C) {
2604
+ function fw(g, A, C) {
2605
2605
  return Wg(
2606
2606
  g,
2607
2607
  (B) => p(B) === A,
@@ -2610,40 +2610,40 @@ function Zw(g, A, C) {
2610
2610
  }
2611
2611
  function lg(g, A) {
2612
2612
  return W(
2613
- wg(Z(g), JSON.stringify(A))
2613
+ wg(f(g), JSON.stringify(A))
2614
2614
  ) ?? g;
2615
2615
  }
2616
- function dw(g, A, C) {
2616
+ function Zw(g, A, C) {
2617
2617
  return W(
2618
2618
  C ? Mg(
2619
- Z(g),
2619
+ f(g),
2620
2620
  JSON.stringify(A),
2621
2621
  JSON.stringify(C)
2622
- ) : ig(Z(g), JSON.stringify(A))
2622
+ ) : ig(f(g), JSON.stringify(A))
2623
2623
  ) ?? g;
2624
2624
  }
2625
- function xw(g, A) {
2625
+ function dw(g, A) {
2626
2626
  return W(
2627
- Qg(Z(g), A)
2627
+ Qg(f(g), A)
2628
2628
  ) ?? g;
2629
2629
  }
2630
2630
  function ew(g, A = {}) {
2631
2631
  return W(
2632
- Eg(Z(g), JSON.stringify(A))
2632
+ Eg(f(g), JSON.stringify(A))
2633
2633
  ) ?? g;
2634
2634
  }
2635
- function Vw(g, A, C = "and") {
2635
+ function xw(g, A, C = "and") {
2636
2636
  return W(
2637
- vA(Z(g), Z(A), C === "or")
2637
+ vA(f(g), f(A), C === "or")
2638
2638
  ) ?? g;
2639
2639
  }
2640
2640
  function Ww(g) {
2641
- return W(Dg(Z(g))) ?? g;
2641
+ return W(Dg(f(g))) ?? g;
2642
2642
  }
2643
2643
  function lw(g, ...A) {
2644
2644
  if (p(g) !== "select")
2645
2645
  return g;
2646
- const C = T(g);
2646
+ const C = O(g);
2647
2647
  return z("select", {
2648
2648
  ...C,
2649
2649
  expressions: [...C.expressions, ...A]
@@ -2652,7 +2652,7 @@ function lw(g, ...A) {
2652
2652
  function rw(g, A) {
2653
2653
  if (p(g) !== "select")
2654
2654
  return g;
2655
- const C = T(g);
2655
+ const C = O(g);
2656
2656
  return z("select", {
2657
2657
  ...C,
2658
2658
  expressions: C.expressions.filter((B) => !A(B))
@@ -2660,28 +2660,28 @@ function rw(g, A) {
2660
2660
  }
2661
2661
  function nw(g, A) {
2662
2662
  if (typeof A == "number")
2663
- return W(og(Z(g), A)) ?? g;
2663
+ return W(Ng(f(g), A)) ?? g;
2664
2664
  if (p(g) !== "select")
2665
2665
  return g;
2666
- const C = T(g);
2666
+ const C = O(g);
2667
2667
  return z("select", {
2668
2668
  ...C,
2669
2669
  limit: { this: A }
2670
2670
  });
2671
2671
  }
2672
- function uw(g, A) {
2672
+ function mw(g, A) {
2673
2673
  if (p(g) !== "select")
2674
2674
  return g;
2675
- const C = T(g), B = typeof A == "number" ? z("literal", { literal_type: "number", value: String(A) }) : A;
2675
+ const C = O(g), B = typeof A == "number" ? z("literal", { literal_type: "number", value: String(A) }) : A;
2676
2676
  return z("select", {
2677
2677
  ...C,
2678
2678
  offset: { this: B }
2679
2679
  });
2680
2680
  }
2681
- function mw(g) {
2681
+ function uw(g) {
2682
2682
  if (p(g) !== "select")
2683
2683
  return g;
2684
- const A = T(g);
2684
+ const A = O(g);
2685
2685
  return z("select", {
2686
2686
  ...A,
2687
2687
  limit: null,
@@ -2689,17 +2689,17 @@ function mw(g) {
2689
2689
  });
2690
2690
  }
2691
2691
  function bw(g, A = !0) {
2692
- return W(Ng(Z(g), A)) ?? g;
2692
+ return W(og(f(g), A)) ?? g;
2693
2693
  }
2694
2694
  function vw(g) {
2695
- return KA(g, {});
2695
+ return GA(g, {});
2696
2696
  }
2697
2697
  function rg(g, A, C) {
2698
2698
  if (g == null) return g;
2699
2699
  if (Array.isArray(g))
2700
- return g.length > 0 && e(g[0]) ? g.filter((B) => !A(B, C)).map((B) => UA(B, A)) : g;
2700
+ return g.length > 0 && e(g[0]) ? g.filter((B) => !A(B, C)).map((B) => FA(B, A)) : g;
2701
2701
  if (e(g))
2702
- return UA(g, A);
2702
+ return FA(g, A);
2703
2703
  if (typeof g == "object") {
2704
2704
  const Q = { ...g };
2705
2705
  let E = !1;
@@ -2711,8 +2711,8 @@ function rg(g, A, C) {
2711
2711
  }
2712
2712
  return g;
2713
2713
  }
2714
- function UA(g, A) {
2715
- const C = p(g), Q = { ...T(g) };
2714
+ function FA(g, A) {
2715
+ const C = p(g), Q = { ...O(g) };
2716
2716
  for (const [E, D] of Object.entries(Q)) {
2717
2717
  const M = rg(D, A, g);
2718
2718
  M !== D && (Q[E] = M);
@@ -2742,27 +2742,27 @@ function ng(g, A, C) {
2742
2742
  ng(B, A, C);
2743
2743
  }
2744
2744
  }
2745
- function ug(g) {
2746
- const A = [], C = T(g);
2745
+ function mg(g) {
2746
+ const A = [], C = O(g);
2747
2747
  if (!C || typeof C != "object") return A;
2748
2748
  for (const [B, Q] of Object.entries(C))
2749
2749
  ng(Q, B, A);
2750
2750
  return A;
2751
2751
  }
2752
- function f(g, A, C = null, B = null, Q = null) {
2752
+ function V(g, A, C = null, B = null, Q = null) {
2753
2753
  A.enter && A.enter(g, C, B, Q);
2754
2754
  const E = p(g), D = A[E];
2755
2755
  D && D(g, C, B, Q);
2756
- const M = ug(g);
2756
+ const M = mg(g);
2757
2757
  for (const k of M)
2758
- Array.isArray(k.value) ? k.value.forEach((G, y) => {
2759
- f(G, A, g, k.key, y);
2760
- }) : f(k.value, A, g, k.key, null);
2758
+ Array.isArray(k.value) ? k.value.forEach((K, y) => {
2759
+ V(K, A, g, k.key, y);
2760
+ }) : V(k.value, A, g, k.key, null);
2761
2761
  A.leave && A.leave(g, C, B, Q);
2762
2762
  }
2763
2763
  function YA(g, A) {
2764
2764
  const C = [];
2765
- return f(g, {
2765
+ return V(g, {
2766
2766
  enter: (B, Q) => {
2767
2767
  A(B, Q) && C.push(B);
2768
2768
  }
@@ -2771,20 +2771,20 @@ function YA(g, A) {
2771
2771
  function QA(g, A) {
2772
2772
  return YA(g, (C) => p(C) === A);
2773
2773
  }
2774
- function mg(g, A) {
2774
+ function ug(g, A) {
2775
2775
  let C, B = !1;
2776
- return f(g, {
2776
+ return V(g, {
2777
2777
  enter: (Q, E) => {
2778
2778
  !B && A(Q, E) && (C = Q, B = !0);
2779
2779
  }
2780
2780
  }), C;
2781
2781
  }
2782
2782
  function Xw(g, A) {
2783
- return mg(g, A) !== void 0;
2783
+ return ug(g, A) !== void 0;
2784
2784
  }
2785
2785
  function _w(g, A) {
2786
2786
  let C = !0;
2787
- return f(g, {
2787
+ return V(g, {
2788
2788
  enter: (B, Q) => {
2789
2789
  A(B, Q) || (C = !1);
2790
2790
  }
@@ -2841,7 +2841,7 @@ function Di(g) {
2841
2841
  }
2842
2842
  function wi(g) {
2843
2843
  let A = 0, C = 0;
2844
- return f(g, {
2844
+ return V(g, {
2845
2845
  enter: () => {
2846
2846
  C++, A = Math.max(A, C);
2847
2847
  },
@@ -2856,16 +2856,16 @@ function ii(g) {
2856
2856
  }
2857
2857
  function Mi(g, A) {
2858
2858
  let C = null;
2859
- return f(g, {
2859
+ return V(g, {
2860
2860
  enter: (B, Q) => {
2861
2861
  B === A && (C = Q);
2862
2862
  }
2863
2863
  }), C;
2864
2864
  }
2865
- function Ni(g, A, C) {
2865
+ function oi(g, A, C) {
2866
2866
  const B = [];
2867
2867
  let Q = null;
2868
- return f(g, {
2868
+ return V(g, {
2869
2869
  enter: (E) => {
2870
2870
  if (Q === null) {
2871
2871
  if (E === A)
@@ -2884,9 +2884,9 @@ function Ni(g, A, C) {
2884
2884
  }
2885
2885
  }), Q;
2886
2886
  }
2887
- function oi(g, A) {
2887
+ function Ni(g, A) {
2888
2888
  let C = 0, B = 0;
2889
- return f(g, {
2889
+ return V(g, {
2890
2890
  enter: (Q) => {
2891
2891
  B++, Q === A && (C = B);
2892
2892
  },
@@ -2898,26 +2898,26 @@ function oi(g, A) {
2898
2898
  const ki = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2899
2899
  __proto__: null,
2900
2900
  addSelectColumns: lw,
2901
- addWhere: Vw,
2901
+ addWhere: xw,
2902
2902
  clone: vw,
2903
2903
  countNodes: $w,
2904
2904
  every: _w,
2905
2905
  findAll: YA,
2906
- findAncestor: Ni,
2906
+ findAncestor: oi,
2907
2907
  findByType: QA,
2908
- findFirst: mg,
2908
+ findFirst: ug,
2909
2909
  getAggregateFunctions: IA,
2910
- getChildren: ug,
2910
+ getChildren: mg,
2911
2911
  getColumnNames: Bi,
2912
2912
  getColumns: bg,
2913
2913
  getDepth: wi,
2914
- getExprData: T,
2914
+ getExprData: O,
2915
2915
  getExprType: p,
2916
2916
  getFunctions: Ii,
2917
2917
  getIdentifiers: gi,
2918
2918
  getInferredType: zg,
2919
2919
  getLiterals: Ci,
2920
- getNodeDepth: oi,
2920
+ getNodeDepth: Ni,
2921
2921
  getParent: Mi,
2922
2922
  getSubqueries: Xg,
2923
2923
  getTableNames: Qi,
@@ -2928,110 +2928,110 @@ const ki = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2928
2928
  hasWindowFunctions: Ei,
2929
2929
  isAdd: WD,
2930
2930
  isAggregateFunction: $D,
2931
- isAlias: Uw,
2931
+ isAlias: Fw,
2932
2932
  isAlterTable: sw,
2933
- isAnd: TD,
2933
+ isAnd: OD,
2934
2934
  isArithmetic: tw,
2935
2935
  isAvg: Cw,
2936
2936
  isBetween: vD,
2937
2937
  isBoolean: pD,
2938
- isCase: Nw,
2938
+ isCase: ow,
2939
2939
  isCast: ww,
2940
2940
  isCoalesce: Ew,
2941
- isColumn: dg,
2941
+ isColumn: Zg,
2942
2942
  isComparison: jw,
2943
- isConcat: mD,
2943
+ isConcat: uD,
2944
2944
  isCount: gw,
2945
2945
  isCreateIndex: aw,
2946
- isCreateTable: Jw,
2946
+ isCreateTable: Rw,
2947
2947
  isCreateView: pw,
2948
- isCte: Sw,
2948
+ isCte: cw,
2949
2949
  isDDL: zw,
2950
- isDelete: UD,
2950
+ isDelete: FD,
2951
2951
  isDiv: nD,
2952
2952
  isDropIndex: qw,
2953
- isDropTable: Rw,
2953
+ isDropTable: Lw,
2954
2954
  isDropView: Pw,
2955
2955
  isEq: tD,
2956
- isExcept: JD,
2956
+ isExcept: RD,
2957
2957
  isExists: _D,
2958
2958
  isExpressionValue: e,
2959
- isFrom: ow,
2959
+ isFrom: Nw,
2960
2960
  isFunction: eg,
2961
- isGroupBy: Gw,
2962
- isGt: dD,
2963
- isGte: xD,
2964
- isHaving: Kw,
2965
- isILike: VD,
2961
+ isGroupBy: Kw,
2962
+ isGt: ZD,
2963
+ isGte: dD,
2964
+ isHaving: Gw,
2965
+ isILike: xD,
2966
2966
  isIdentifier: sD,
2967
2967
  isIn: bD,
2968
- isInsert: cD,
2969
- isIntersect: LD,
2968
+ isInsert: SD,
2969
+ isIntersect: JD,
2970
2970
  isIsNull: XD,
2971
2971
  isJoin: kw,
2972
2972
  isLike: eD,
2973
2973
  isLimit: Hw,
2974
- isLiteral: xg,
2975
- isLogical: fw,
2974
+ isLiteral: dg,
2975
+ isLogical: Vw,
2976
2976
  isLt: zD,
2977
- isLte: ZD,
2977
+ isLte: fD,
2978
2978
  isMax: Qw,
2979
2979
  isMin: Bw,
2980
- isMod: uD,
2980
+ isMod: mD,
2981
2981
  isMul: rD,
2982
- isNeq: fD,
2982
+ isNeq: VD,
2983
2983
  isNot: jD,
2984
2984
  isNullIf: Dw,
2985
2985
  isNullLiteral: PD,
2986
2986
  isOffset: hw,
2987
- isOr: OD,
2987
+ isOr: TD,
2988
2988
  isOrderBy: Yw,
2989
- isOrdered: Lw,
2990
- isParen: Fw,
2991
- isQuery: Tw,
2989
+ isOrdered: Jw,
2990
+ isParen: Uw,
2991
+ isQuery: Ow,
2992
2992
  isSafeCast: Mw,
2993
- isSelect: Zg,
2994
- isSetOperation: Ow,
2993
+ isSelect: fg,
2994
+ isSetOperation: Tw,
2995
2995
  isStar: qD,
2996
2996
  isSub: lD,
2997
- isSubquery: RD,
2997
+ isSubquery: LD,
2998
2998
  isSum: Iw,
2999
2999
  isTable: aD,
3000
3000
  isTryCast: iw,
3001
- isUnion: FD,
3002
- isUpdate: SD,
3001
+ isUnion: UD,
3002
+ isUpdate: cD,
3003
3003
  isWhere: yw,
3004
3004
  isWindowFunction: Aw,
3005
- isWith: cw,
3005
+ isWith: Sw,
3006
3006
  makeExpr: z,
3007
3007
  nodeCount: ii,
3008
- qualifyColumns: xw,
3008
+ qualifyColumns: dw,
3009
3009
  qualifyTables: ew,
3010
- remove: UA,
3011
- removeLimitOffset: mw,
3010
+ remove: FA,
3011
+ removeLimitOffset: uw,
3012
3012
  removeSelectColumns: rw,
3013
3013
  removeWhere: Ww,
3014
3014
  renameColumns: lg,
3015
- renameTables: dw,
3016
- replaceByType: Zw,
3015
+ renameTables: Zw,
3016
+ replaceByType: fw,
3017
3017
  replaceNodes: Wg,
3018
3018
  setDistinct: bw,
3019
3019
  setLimit: nw,
3020
- setOffset: uw,
3020
+ setOffset: mw,
3021
3021
  some: Xw,
3022
- transform: KA,
3023
- walk: f
3022
+ transform: GA,
3023
+ walk: V
3024
3024
  }, Symbol.toStringTag, { value: "Module" }));
3025
- function F(g) {
3026
- return g instanceof c ? g._w : typeof g == "string" ? FA(g) : typeof g == "number" || typeof g == "boolean" || g === null ? kA(g) : yA();
3025
+ function U(g) {
3026
+ return g instanceof S ? g._w : typeof g == "string" ? UA(g) : typeof g == "number" || typeof g == "boolean" || g === null ? kA(g) : yA();
3027
3027
  }
3028
3028
  function t(g) {
3029
3029
  const A = new P();
3030
3030
  for (const C of g)
3031
- C instanceof c ? A.push(C._w) : typeof C == "string" ? A.push_col(C) : typeof C == "number" ? Number.isInteger(C) ? A.push_int(C) : A.push_float(C) : typeof C == "boolean" || C === null ? A.push(kA(C)) : A.push(yA());
3031
+ C instanceof S ? A.push(C._w) : typeof C == "string" ? A.push_col(C) : typeof C == "number" ? Number.isInteger(C) ? A.push_int(C) : A.push_float(C) : typeof C == "boolean" || C === null ? A.push(kA(C)) : A.push(yA());
3032
3032
  return A;
3033
3033
  }
3034
- class c {
3034
+ class S {
3035
3035
  /** @internal WASM handle — do not use directly */
3036
3036
  _w;
3037
3037
  /** @internal */
@@ -3040,90 +3040,90 @@ class c {
3040
3040
  }
3041
3041
  // -- Comparison --
3042
3042
  eq(A) {
3043
- return new c(this._w.eq(F(A)));
3043
+ return new S(this._w.eq(U(A)));
3044
3044
  }
3045
3045
  neq(A) {
3046
- return new c(this._w.neq(F(A)));
3046
+ return new S(this._w.neq(U(A)));
3047
3047
  }
3048
3048
  lt(A) {
3049
- return new c(this._w.lt(F(A)));
3049
+ return new S(this._w.lt(U(A)));
3050
3050
  }
3051
3051
  lte(A) {
3052
- return new c(this._w.lte(F(A)));
3052
+ return new S(this._w.lte(U(A)));
3053
3053
  }
3054
3054
  gt(A) {
3055
- return new c(this._w.gt(F(A)));
3055
+ return new S(this._w.gt(U(A)));
3056
3056
  }
3057
3057
  gte(A) {
3058
- return new c(this._w.gte(F(A)));
3058
+ return new S(this._w.gte(U(A)));
3059
3059
  }
3060
3060
  // -- Logical --
3061
3061
  and(A) {
3062
- return new c(this._w.and(F(A)));
3062
+ return new S(this._w.and(U(A)));
3063
3063
  }
3064
3064
  or(A) {
3065
- return new c(this._w.or(F(A)));
3065
+ return new S(this._w.or(U(A)));
3066
3066
  }
3067
3067
  not() {
3068
- return new c(this._w.not());
3068
+ return new S(this._w.not());
3069
3069
  }
3070
3070
  xor(A) {
3071
- return new c(this._w.xor(F(A)));
3071
+ return new S(this._w.xor(U(A)));
3072
3072
  }
3073
3073
  // -- Arithmetic --
3074
3074
  add(A) {
3075
- return new c(this._w.add(F(A)));
3075
+ return new S(this._w.add(U(A)));
3076
3076
  }
3077
3077
  sub(A) {
3078
- return new c(this._w.sub(F(A)));
3078
+ return new S(this._w.sub(U(A)));
3079
3079
  }
3080
3080
  mul(A) {
3081
- return new c(this._w.mul(F(A)));
3081
+ return new S(this._w.mul(U(A)));
3082
3082
  }
3083
3083
  div(A) {
3084
- return new c(this._w.div(F(A)));
3084
+ return new S(this._w.div(U(A)));
3085
3085
  }
3086
3086
  // -- Pattern matching --
3087
3087
  like(A) {
3088
- return new c(this._w.like(F(A)));
3088
+ return new S(this._w.like(U(A)));
3089
3089
  }
3090
3090
  ilike(A) {
3091
- return new c(this._w.ilike(F(A)));
3091
+ return new S(this._w.ilike(U(A)));
3092
3092
  }
3093
3093
  rlike(A) {
3094
- return new c(this._w.rlike(F(A)));
3094
+ return new S(this._w.rlike(U(A)));
3095
3095
  }
3096
3096
  // -- Predicates --
3097
3097
  isNull() {
3098
- return new c(this._w.is_null());
3098
+ return new S(this._w.is_null());
3099
3099
  }
3100
3100
  isNotNull() {
3101
- return new c(this._w.is_not_null());
3101
+ return new S(this._w.is_not_null());
3102
3102
  }
3103
3103
  between(A, C) {
3104
- return new c(this._w.between(F(A), F(C)));
3104
+ return new S(this._w.between(U(A), U(C)));
3105
3105
  }
3106
3106
  inList(...A) {
3107
- return new c(this._w.in_list(t(A)));
3107
+ return new S(this._w.in_list(t(A)));
3108
3108
  }
3109
3109
  notIn(...A) {
3110
- return new c(this._w.not_in(t(A)));
3110
+ return new S(this._w.not_in(t(A)));
3111
3111
  }
3112
3112
  // -- Transform --
3113
3113
  alias(A) {
3114
- return new c(this._w.alias(A));
3114
+ return new S(this._w.alias(A));
3115
3115
  }
3116
3116
  as(A) {
3117
3117
  return this.alias(A);
3118
3118
  }
3119
3119
  cast(A) {
3120
- return new c(this._w.cast(A));
3120
+ return new S(this._w.cast(A));
3121
3121
  }
3122
3122
  asc() {
3123
- return new c(this._w.asc());
3123
+ return new S(this._w.asc());
3124
3124
  }
3125
3125
  desc() {
3126
- return new c(this._w.desc());
3126
+ return new S(this._w.desc());
3127
3127
  }
3128
3128
  // -- Output --
3129
3129
  /** Generate SQL string. Defaults to generic dialect. */
@@ -3158,176 +3158,176 @@ class yi {
3158
3158
  this._w.free();
3159
3159
  }
3160
3160
  }
3161
- function Gi(g) {
3162
- return new c(FA(g));
3163
- }
3164
3161
  function Ki(g) {
3165
- return new c(kA(g));
3162
+ return new S(UA(g));
3163
+ }
3164
+ function Gi(g) {
3165
+ return new S(kA(g));
3166
3166
  }
3167
3167
  function $g() {
3168
- return new c(Og());
3168
+ return new S(Tg());
3169
3169
  }
3170
3170
  function Yi() {
3171
- return new c(yA());
3171
+ return new S(yA());
3172
3172
  }
3173
- function JA(g) {
3174
- return new c(Lg(g));
3173
+ function RA(g) {
3174
+ return new S(Jg(g));
3175
3175
  }
3176
3176
  function Hi(g) {
3177
- return new c(tg(g));
3177
+ return new S(tg(g));
3178
3178
  }
3179
3179
  function AI(g) {
3180
- return new c(Tg(g));
3180
+ return new S(Og(g));
3181
3181
  }
3182
3182
  function hi(g) {
3183
3183
  return AI(g);
3184
3184
  }
3185
- function J(g, ...A) {
3186
- return new c(qg(g, t(A)));
3187
- }
3188
- function ci(g) {
3189
- return new c(pg(F(g)));
3185
+ function R(g, ...A) {
3186
+ return new S(qg(g, t(A)));
3190
3187
  }
3191
- function Si(g, A) {
3192
- return new c(Rg(F(g), A));
3188
+ function Si(g) {
3189
+ return new S(pg(U(g)));
3193
3190
  }
3194
- function Ui(g, A) {
3195
- return new c(Ug(F(g), A));
3191
+ function ci(g, A) {
3192
+ return new S(Lg(U(g), A));
3196
3193
  }
3197
3194
  function Fi(g, A) {
3198
- return new c(jg(g._w, A));
3195
+ return new S(Fg(U(g), A));
3196
+ }
3197
+ function Ui(g, A) {
3198
+ return new S(jg(g._w, A));
3199
3199
  }
3200
- function Li(...g) {
3201
- if (g.length === 0) return JA(!0);
3200
+ function Ji(...g) {
3201
+ if (g.length === 0) return RA(!0);
3202
3202
  if (g.length === 1)
3203
- return g[0] instanceof c ? g[0] : new c(F(g[0]));
3204
- let A = F(g[0]);
3203
+ return g[0] instanceof S ? g[0] : new S(U(g[0]));
3204
+ let A = U(g[0]);
3205
3205
  for (let C = 1; C < g.length; C++)
3206
- A = Fg(A, F(g[C]));
3207
- return new c(A);
3206
+ A = Ug(A, U(g[C]));
3207
+ return new S(A);
3208
3208
  }
3209
- function Ji(...g) {
3210
- if (g.length === 0) return JA(!1);
3209
+ function Ri(...g) {
3210
+ if (g.length === 0) return RA(!1);
3211
3211
  if (g.length === 1)
3212
- return g[0] instanceof c ? g[0] : new c(F(g[0]));
3213
- let A = F(g[0]);
3212
+ return g[0] instanceof S ? g[0] : new S(U(g[0]));
3213
+ let A = U(g[0]);
3214
3214
  for (let C = 1; C < g.length; C++)
3215
- A = Pg(A, F(g[C]));
3216
- return new c(A);
3215
+ A = Pg(A, U(g[C]));
3216
+ return new S(A);
3217
3217
  }
3218
- function Ri(g) {
3219
- return g !== void 0 ? J("COUNT", g) : J("COUNT", $g());
3218
+ function Li(g) {
3219
+ return g !== void 0 ? R("COUNT", g) : R("COUNT", $g());
3220
3220
  }
3221
3221
  function si(g) {
3222
- return new c(sg(F(g)));
3222
+ return new S(sg(U(g)));
3223
3223
  }
3224
3224
  function ai(g) {
3225
- return J("SUM", g);
3225
+ return R("SUM", g);
3226
3226
  }
3227
3227
  function qi(g) {
3228
- return J("AVG", g);
3228
+ return R("AVG", g);
3229
3229
  }
3230
3230
  function pi(g) {
3231
- return J("MIN", g);
3231
+ return R("MIN", g);
3232
3232
  }
3233
3233
  function Pi(g) {
3234
- return J("MAX", g);
3235
- }
3236
- function Ti(g) {
3237
- return J("UPPER", g);
3234
+ return R("MAX", g);
3238
3235
  }
3239
3236
  function Oi(g) {
3240
- return J("LOWER", g);
3237
+ return R("UPPER", g);
3238
+ }
3239
+ function Ti(g) {
3240
+ return R("LOWER", g);
3241
3241
  }
3242
3242
  function ji(g) {
3243
- return J("LENGTH", g);
3243
+ return R("LENGTH", g);
3244
3244
  }
3245
3245
  function ti(g) {
3246
- return J("TRIM", g);
3246
+ return R("TRIM", g);
3247
3247
  }
3248
- function fi(g) {
3249
- return J("LTRIM", g);
3248
+ function Vi(g) {
3249
+ return R("LTRIM", g);
3250
3250
  }
3251
3251
  function zi(g) {
3252
- return J("RTRIM", g);
3252
+ return R("RTRIM", g);
3253
3253
  }
3254
- function Zi(g) {
3255
- return J("REVERSE", g);
3254
+ function fi(g) {
3255
+ return R("REVERSE", g);
3256
3256
  }
3257
- function di(g) {
3258
- return J("INITCAP", g);
3257
+ function Zi(g) {
3258
+ return R("INITCAP", g);
3259
3259
  }
3260
- function xi(g, A, C) {
3261
- return C !== void 0 ? J("SUBSTRING", g, A, C) : J("SUBSTRING", g, A);
3260
+ function di(g, A, C) {
3261
+ return C !== void 0 ? R("SUBSTRING", g, A, C) : R("SUBSTRING", g, A);
3262
3262
  }
3263
3263
  function ei(g, A, C) {
3264
- return J("REPLACE", g, A, C);
3264
+ return R("REPLACE", g, A, C);
3265
3265
  }
3266
- function Vi(g, ...A) {
3267
- return J("CONCAT_WS", g, ...A);
3266
+ function xi(g, ...A) {
3267
+ return R("CONCAT_WS", g, ...A);
3268
3268
  }
3269
3269
  function Wi(...g) {
3270
- return J("COALESCE", ...g);
3270
+ return R("COALESCE", ...g);
3271
3271
  }
3272
3272
  function li(g, A) {
3273
- return J("NULLIF", g, A);
3273
+ return R("NULLIF", g, A);
3274
3274
  }
3275
3275
  function ri(g, A) {
3276
- return J("IFNULL", g, A);
3276
+ return R("IFNULL", g, A);
3277
3277
  }
3278
3278
  function ni(g) {
3279
- return J("ABS", g);
3279
+ return R("ABS", g);
3280
3280
  }
3281
- function ui(g, A) {
3282
- return A !== void 0 ? J("ROUND", g, A) : J("ROUND", g);
3281
+ function mi(g, A) {
3282
+ return A !== void 0 ? R("ROUND", g, A) : R("ROUND", g);
3283
3283
  }
3284
- function mi(g) {
3285
- return J("FLOOR", g);
3284
+ function ui(g) {
3285
+ return R("FLOOR", g);
3286
3286
  }
3287
3287
  function bi(g) {
3288
- return J("CEIL", g);
3288
+ return R("CEIL", g);
3289
3289
  }
3290
3290
  function vi(g, A) {
3291
- return J("POWER", g, A);
3291
+ return R("POWER", g, A);
3292
3292
  }
3293
3293
  function Xi(g) {
3294
- return J("SQRT", g);
3294
+ return R("SQRT", g);
3295
3295
  }
3296
3296
  function _i(g) {
3297
- return J("LN", g);
3297
+ return R("LN", g);
3298
3298
  }
3299
3299
  function $i(g) {
3300
- return J("EXP", g);
3300
+ return R("EXP", g);
3301
3301
  }
3302
3302
  function AM(g) {
3303
- return J("SIGN", g);
3303
+ return R("SIGN", g);
3304
3304
  }
3305
3305
  function gM(...g) {
3306
- return J("GREATEST", ...g);
3306
+ return R("GREATEST", ...g);
3307
3307
  }
3308
3308
  function IM(...g) {
3309
- return J("LEAST", ...g);
3309
+ return R("LEAST", ...g);
3310
3310
  }
3311
3311
  function CM() {
3312
- return J("CURRENT_DATE");
3312
+ return R("CURRENT_DATE");
3313
3313
  }
3314
3314
  function BM() {
3315
- return J("CURRENT_TIME");
3315
+ return R("CURRENT_TIME");
3316
3316
  }
3317
3317
  function QM() {
3318
- return J("CURRENT_TIMESTAMP");
3318
+ return R("CURRENT_TIMESTAMP");
3319
3319
  }
3320
3320
  function EM(g, A) {
3321
- return new c(ag(g, F(A)));
3321
+ return new S(ag(g, U(A)));
3322
3322
  }
3323
3323
  function DM() {
3324
- return J("ROW_NUMBER");
3324
+ return R("ROW_NUMBER");
3325
3325
  }
3326
3326
  function wM() {
3327
- return J("RANK");
3327
+ return R("RANK");
3328
3328
  }
3329
3329
  function iM() {
3330
- return J("DENSE_RANK");
3330
+ return R("DENSE_RANK");
3331
3331
  }
3332
3332
  class gI {
3333
3333
  /** @internal */
@@ -3338,7 +3338,7 @@ class gI {
3338
3338
  /** Add columns to the SELECT list. Accepts Expr, strings (→ col), or '*'. */
3339
3339
  select(...A) {
3340
3340
  for (const C of A)
3341
- C === "*" ? this._w.select_star() : C instanceof c ? this._w.select_expr(C._w) : typeof C == "string" ? this._w.select_col(C) : this._w.select_expr(F(C));
3341
+ C === "*" ? this._w.select_star() : C instanceof S ? this._w.select_expr(C._w) : typeof C == "string" ? this._w.select_col(C) : this._w.select_expr(U(C));
3342
3342
  return this;
3343
3343
  }
3344
3344
  /** Set the FROM clause. */
@@ -3347,15 +3347,15 @@ class gI {
3347
3347
  }
3348
3348
  /** Add an INNER JOIN. */
3349
3349
  join(A, C) {
3350
- return this._w.join(A, F(C)), this;
3350
+ return this._w.join(A, U(C)), this;
3351
3351
  }
3352
3352
  /** Add a LEFT JOIN. */
3353
3353
  leftJoin(A, C) {
3354
- return this._w.left_join(A, F(C)), this;
3354
+ return this._w.left_join(A, U(C)), this;
3355
3355
  }
3356
3356
  /** Add a RIGHT JOIN. */
3357
3357
  rightJoin(A, C) {
3358
- return this._w.right_join(A, F(C)), this;
3358
+ return this._w.right_join(A, U(C)), this;
3359
3359
  }
3360
3360
  /** Add a CROSS JOIN. */
3361
3361
  crossJoin(A) {
@@ -3363,7 +3363,7 @@ class gI {
3363
3363
  }
3364
3364
  /** Set the WHERE clause. Accepts an Expr or a raw SQL string. */
3365
3365
  where(A) {
3366
- return typeof A == "string" ? this._w.where_sql(A) : A instanceof c ? this._w.where_expr(A._w) : this._w.where_expr(F(A)), this;
3366
+ return typeof A == "string" ? this._w.where_sql(A) : A instanceof S ? this._w.where_expr(A._w) : this._w.where_expr(U(A)), this;
3367
3367
  }
3368
3368
  /** Set the GROUP BY clause. */
3369
3369
  groupBy(...A) {
@@ -3371,7 +3371,7 @@ class gI {
3371
3371
  }
3372
3372
  /** Set the HAVING clause. */
3373
3373
  having(A) {
3374
- return this._w.having(F(A)), this;
3374
+ return this._w.having(U(A)), this;
3375
3375
  }
3376
3376
  /** Set the ORDER BY clause. */
3377
3377
  orderBy(...A) {
@@ -3391,7 +3391,7 @@ class gI {
3391
3391
  }
3392
3392
  /** Set the QUALIFY clause (Snowflake/BigQuery/DuckDB). */
3393
3393
  qualify(A) {
3394
- return this._w.qualify(F(A)), this;
3394
+ return this._w.qualify(U(A)), this;
3395
3395
  }
3396
3396
  /** Set the SORT BY clause (Hive/Spark — sorts within each partition). */
3397
3397
  sortBy(...A) {
@@ -3494,22 +3494,22 @@ class II {
3494
3494
  function CI(g) {
3495
3495
  return new II(g);
3496
3496
  }
3497
- function NM(g) {
3497
+ function oM(g) {
3498
3498
  return CI(g);
3499
3499
  }
3500
3500
  class BI {
3501
3501
  /** @internal */
3502
3502
  _w;
3503
3503
  constructor(A) {
3504
- this._w = new oA(A);
3504
+ this._w = new NA(A);
3505
3505
  }
3506
3506
  /** Add a SET column = value assignment. */
3507
3507
  set(A, C) {
3508
- return this._w.set(A, F(C)), this;
3508
+ return this._w.set(A, U(C)), this;
3509
3509
  }
3510
3510
  /** Set the WHERE clause. */
3511
3511
  where(A) {
3512
- return this._w.where_expr(F(A)), this;
3512
+ return this._w.where_expr(U(A)), this;
3513
3513
  }
3514
3514
  /** Set the FROM clause (PostgreSQL/Snowflake UPDATE ... FROM). */
3515
3515
  from(A) {
@@ -3528,7 +3528,7 @@ class BI {
3528
3528
  this._w.free();
3529
3529
  }
3530
3530
  }
3531
- function oM(g) {
3531
+ function NM(g) {
3532
3532
  return new BI(g);
3533
3533
  }
3534
3534
  class QI {
@@ -3539,7 +3539,7 @@ class QI {
3539
3539
  }
3540
3540
  /** Set the WHERE clause. */
3541
3541
  where(A) {
3542
- return this._w.where_expr(F(A)), this;
3542
+ return this._w.where_expr(U(A)), this;
3543
3543
  }
3544
3544
  /** Generate SQL string. Defaults to generic dialect. */
3545
3545
  toSql(A = "generic") {
@@ -3564,17 +3564,17 @@ class DI {
3564
3564
  /** @internal */
3565
3565
  _w;
3566
3566
  constructor(A) {
3567
- this._w = new NA(A);
3567
+ this._w = new oA(A);
3568
3568
  }
3569
3569
  /** Set the source table and ON condition. */
3570
3570
  using(A, C) {
3571
- return this._w.using(A, F(C)), this;
3571
+ return this._w.using(A, U(C)), this;
3572
3572
  }
3573
3573
  /** Add a WHEN MATCHED THEN UPDATE SET clause. */
3574
3574
  whenMatchedUpdate(A) {
3575
3575
  const C = new CA();
3576
3576
  for (const [B, Q] of Object.entries(A))
3577
- C.push(B, F(Q));
3577
+ C.push(B, U(Q));
3578
3578
  return this._w.when_matched_update(C), this;
3579
3579
  }
3580
3580
  /** Add a WHEN MATCHED THEN DELETE clause. */
@@ -3601,7 +3601,7 @@ class DI {
3601
3601
  function yM(g) {
3602
3602
  return new DI(g);
3603
3603
  }
3604
- class RA {
3604
+ class LA {
3605
3605
  /** @internal */
3606
3606
  _w;
3607
3607
  /** @internal */
@@ -3610,26 +3610,26 @@ class RA {
3610
3610
  }
3611
3611
  /** Add a WHEN condition THEN result branch. */
3612
3612
  when(A, C) {
3613
- return this._w.when(F(A), F(C)), this;
3613
+ return this._w.when(U(A), U(C)), this;
3614
3614
  }
3615
3615
  /** Set the ELSE result. */
3616
3616
  else_(A) {
3617
- return this._w.else_(F(A)), this;
3617
+ return this._w.else_(U(A)), this;
3618
3618
  }
3619
3619
  /** Build the CASE expression as an Expr. */
3620
3620
  build() {
3621
- return new c(this._w.build_expr());
3621
+ return new S(this._w.build_expr());
3622
3622
  }
3623
3623
  /** Generate SQL string. Defaults to generic dialect. */
3624
3624
  toSql(A = "generic") {
3625
3625
  return this._w.to_sql(A);
3626
3626
  }
3627
3627
  }
3628
- function GM() {
3629
- return new RA(new u());
3628
+ function KM() {
3629
+ return new LA(new m());
3630
3630
  }
3631
- function KM(g) {
3632
- return new RA(Jg(F(g)));
3631
+ function GM(g) {
3632
+ return new LA(Rg(U(g)));
3633
3633
  }
3634
3634
  class _ {
3635
3635
  /** @internal */
@@ -3672,17 +3672,77 @@ function HM(g, A) {
3672
3672
  function hM(g, A) {
3673
3673
  return g.intersect(A);
3674
3674
  }
3675
- function cM(g, A) {
3675
+ function SM(g, A) {
3676
3676
  return g.except(A);
3677
3677
  }
3678
- function SM(g, A) {
3678
+ function wI(g, A, C = "generic", B = {}) {
3679
+ const { deltaOnly: Q = !1, f: E = 0.6, t: D = 0.6 } = B, M = kg(g, A, C, Q, E, D);
3680
+ return JSON.parse(M);
3681
+ }
3682
+ function iI(g) {
3683
+ return g.some((A) => A.type !== "keep");
3684
+ }
3685
+ function MI(g) {
3686
+ return g.filter((A) => A.type !== "keep");
3687
+ }
3688
+ function oI(g, A, C = "generic", B = !1) {
3689
+ const Q = yg(A, g, C, B);
3690
+ return JSON.parse(Q);
3691
+ }
3692
+ function NI(g, A, C, B = "generic", Q = !1) {
3693
+ const E = Kg(
3694
+ A,
3695
+ g,
3696
+ JSON.stringify(C),
3697
+ B,
3698
+ Q
3699
+ );
3700
+ return JSON.parse(E);
3701
+ }
3702
+ function kI(g, A, C = "generic") {
3703
+ const B = Sg(A, g, C);
3704
+ return JSON.parse(B);
3705
+ }
3706
+ function sA(g) {
3707
+ return {
3708
+ dialect: "generic",
3709
+ datasetMappings: {},
3710
+ ...g
3711
+ };
3712
+ }
3713
+ function yI(g, A) {
3714
+ const C = Gg(
3715
+ g,
3716
+ JSON.stringify(sA(A))
3717
+ );
3718
+ return JSON.parse(C);
3719
+ }
3720
+ function KI(g, A) {
3721
+ const C = Yg(
3722
+ g,
3723
+ JSON.stringify(sA(A))
3724
+ );
3725
+ return JSON.parse(C);
3726
+ }
3727
+ function GI(g, A) {
3728
+ const C = Hg(
3729
+ g,
3730
+ JSON.stringify(sA(A))
3731
+ );
3732
+ return JSON.parse(C);
3733
+ }
3734
+ function YI(g, A = "generic") {
3735
+ const C = hg(g, A);
3736
+ return JSON.parse(C);
3737
+ }
3738
+ function cM(g, A) {
3679
3739
  const C = [];
3680
- return p(g) === "select" && C.push(...UM(g)), C;
3740
+ return p(g) === "select" && C.push(...FM(g)), C;
3681
3741
  }
3682
- function UM(g, A) {
3742
+ function FM(g, A) {
3683
3743
  const C = [], B = QA(g, "star");
3684
3744
  if (B.length > 0) {
3685
- const D = T(B[0])?.span;
3745
+ const D = O(B[0])?.span;
3686
3746
  C.push({
3687
3747
  message: "SELECT * is discouraged; specify columns explicitly for better performance and maintainability",
3688
3748
  severity: "warning",
@@ -3693,25 +3753,25 @@ function UM(g, A) {
3693
3753
  end: D?.end
3694
3754
  });
3695
3755
  }
3696
- const Q = T(g);
3756
+ const Q = O(g);
3697
3757
  if (_g(g) && !Q.group_by) {
3698
3758
  const E = IA(g), D = Q.expressions || [];
3699
3759
  if (D.some((k) => {
3700
- const G = p(k);
3701
- return G === "column" || G === "identifier" ? IA(k).length === 0 : !1;
3760
+ const K = p(k);
3761
+ return K === "column" || K === "identifier" ? IA(k).length === 0 : !1;
3702
3762
  }) && E.length > 0) {
3703
3763
  const k = D.find((y) => {
3704
3764
  const h = p(y);
3705
3765
  return h === "column" || h === "identifier" ? IA(y).length === 0 : !1;
3706
- }), G = k ? T(k)?.span : void 0;
3766
+ }), K = k ? O(k)?.span : void 0;
3707
3767
  C.push({
3708
3768
  message: "Mixing aggregate functions with non-aggregated columns without GROUP BY may cause errors in strict SQL mode",
3709
3769
  severity: "warning",
3710
3770
  code: "W002",
3711
- line: G?.line,
3712
- column: G?.column,
3713
- start: G?.start,
3714
- end: G?.end
3771
+ line: K?.line,
3772
+ column: K?.column,
3773
+ start: K?.start,
3774
+ end: K?.end
3715
3775
  });
3716
3776
  }
3717
3777
  }
@@ -3720,7 +3780,7 @@ function UM(g, A) {
3720
3780
  severity: "warning",
3721
3781
  code: "W003"
3722
3782
  }), Q.limit && !Q.order_by) {
3723
- const E = Q.limit, D = E ? T(E)?.span : void 0;
3783
+ const E = Q.limit, D = E ? O(E)?.span : void 0;
3724
3784
  C.push({
3725
3785
  message: "LIMIT without ORDER BY produces non-deterministic results",
3726
3786
  severity: "warning",
@@ -3733,7 +3793,7 @@ function UM(g, A) {
3733
3793
  }
3734
3794
  return C;
3735
3795
  }
3736
- function FM(g) {
3796
+ function UM(g) {
3737
3797
  try {
3738
3798
  return JSON.parse(g);
3739
3799
  } catch {
@@ -3749,29 +3809,29 @@ function FM(g) {
3749
3809
  };
3750
3810
  }
3751
3811
  }
3752
- function LM(g, A, C = "generic", B = {}) {
3812
+ function JM(g, A, C = "generic", B = {}) {
3753
3813
  const Q = B.strict ?? A.strict ?? !0, E = {
3754
3814
  check_types: B.checkTypes ?? !1,
3755
3815
  check_references: B.checkReferences ?? !1,
3756
3816
  strict: Q,
3757
3817
  semantic: B.semantic ?? !1,
3758
3818
  strict_syntax: B.strictSyntax ?? !1
3759
- }, D = Sg(
3819
+ }, D = cg(
3760
3820
  g,
3761
3821
  JSON.stringify(A),
3762
3822
  C,
3763
3823
  JSON.stringify(E)
3764
3824
  );
3765
- return FM(D);
3825
+ return UM(D);
3766
3826
  }
3767
- const JM = {
3827
+ const RM = {
3768
3828
  Error: "error",
3769
3829
  Warning: "warning"
3770
- }, X = fg;
3830
+ }, X = Vg;
3771
3831
  function bA(g) {
3772
3832
  return typeof g == "string" ? JSON.parse(g) : g;
3773
3833
  }
3774
- function RM(g, A = "generic", C = {}) {
3834
+ function LM(g, A = "generic", C = {}) {
3775
3835
  const B = C.strictSyntax ? X.validate_with_options(
3776
3836
  g,
3777
3837
  A,
@@ -3787,77 +3847,17 @@ function RM(g, A = "generic", C = {}) {
3787
3847
  if (!E.success || !E.ast)
3788
3848
  return Q;
3789
3849
  const D = typeof E.ast == "string" ? JSON.parse(E.ast) : E.ast, M = [...Q.errors];
3790
- for (const G of D) {
3791
- const y = SM(G);
3850
+ for (const K of D) {
3851
+ const y = cM(K);
3792
3852
  M.push(...y);
3793
3853
  }
3794
3854
  return {
3795
- valid: !M.some((G) => G.severity === "error"),
3855
+ valid: !M.some((K) => K.severity === "error"),
3796
3856
  errors: M
3797
3857
  };
3798
3858
  }
3799
- function wI(g, A, C = "generic", B = !1) {
3800
- const Q = yg(A, g, C, B);
3801
- return JSON.parse(Q);
3802
- }
3803
- function iI(g, A, C, B = "generic", Q = !1) {
3804
- const E = Gg(
3805
- A,
3806
- g,
3807
- JSON.stringify(C),
3808
- B,
3809
- Q
3810
- );
3811
- return JSON.parse(E);
3812
- }
3813
- function MI(g, A, C = "generic") {
3814
- const B = cg(A, g, C);
3815
- return JSON.parse(B);
3816
- }
3817
- function sA(g) {
3818
- return {
3819
- dialect: "generic",
3820
- datasetMappings: {},
3821
- ...g
3822
- };
3823
- }
3824
- function NI(g, A) {
3825
- const C = Kg(
3826
- g,
3827
- JSON.stringify(sA(A))
3828
- );
3829
- return JSON.parse(C);
3830
- }
3831
- function oI(g, A) {
3832
- const C = Yg(
3833
- g,
3834
- JSON.stringify(sA(A))
3835
- );
3836
- return JSON.parse(C);
3837
- }
3838
- function kI(g, A) {
3839
- const C = Hg(
3840
- g,
3841
- JSON.stringify(sA(A))
3842
- );
3843
- return JSON.parse(C);
3844
- }
3845
- function yI(g, A, C = "generic", B = {}) {
3846
- const { deltaOnly: Q = !1, f: E = 0.6, t: D = 0.6 } = B, M = kg(g, A, C, Q, E, D);
3847
- return JSON.parse(M);
3848
- }
3849
- function GI(g) {
3850
- return g.some((A) => A.type !== "keep");
3851
- }
3852
- function KI(g) {
3853
- return g.filter((A) => A.type !== "keep");
3854
- }
3855
- function YI(g, A = "generic") {
3856
- const C = hg(g, A);
3857
- return JSON.parse(C);
3858
- }
3859
3859
  var aA = /* @__PURE__ */ ((g) => (g.Generic = "generic", g.PostgreSQL = "postgresql", g.MySQL = "mysql", g.BigQuery = "bigquery", g.Snowflake = "snowflake", g.DuckDB = "duckdb", g.SQLite = "sqlite", g.Hive = "hive", g.Spark = "spark", g.Trino = "trino", g.Presto = "presto", g.Redshift = "redshift", g.TSQL = "tsql", g.Oracle = "oracle", g.ClickHouse = "clickhouse", g.Databricks = "databricks", g.Athena = "athena", g.Teradata = "teradata", g.Doris = "doris", g.StarRocks = "starrocks", g.Materialize = "materialize", g.RisingWave = "risingwave", g.SingleStore = "singlestore", g.CockroachDB = "cockroachdb", g.TiDB = "tidb", g.Druid = "druid", g.Solr = "solr", g.Tableau = "tableau", g.Dune = "dune", g.Fabric = "fabric", g.Drill = "drill", g.Dremio = "dremio", g.Exasol = "exasol", g.DataFusion = "datafusion", g))(aA || {});
3860
- const a = fg;
3860
+ const a = Vg;
3861
3861
  function HA(g) {
3862
3862
  return g instanceof Error && g.message ? g.message : typeof g == "string" ? g : String(g);
3863
3863
  }
@@ -3879,7 +3879,7 @@ function sM(g, A) {
3879
3879
  errorColumn: void 0
3880
3880
  };
3881
3881
  }
3882
- function V(g) {
3882
+ function x(g) {
3883
3883
  return typeof g == "string" ? JSON.parse(g) : g;
3884
3884
  }
3885
3885
  async function HI() {
@@ -3890,7 +3890,7 @@ function hI() {
3890
3890
  }
3891
3891
  function pA(g, A, C) {
3892
3892
  try {
3893
- return typeof a.transpile_value == "function" ? V(
3893
+ return typeof a.transpile_value == "function" ? x(
3894
3894
  a.transpile_value(g, A, C)
3895
3895
  ) : JSON.parse(a.transpile(g, A, C));
3896
3896
  } catch (B) {
@@ -3900,16 +3900,16 @@ function pA(g, A, C) {
3900
3900
  function PA(g, A = "generic") {
3901
3901
  try {
3902
3902
  if (typeof a.parse_value == "function")
3903
- return V(a.parse_value(g, A));
3903
+ return x(a.parse_value(g, A));
3904
3904
  const C = JSON.parse(a.parse(g, A));
3905
3905
  return C.success && typeof C.ast == "string" && (C.ast = JSON.parse(C.ast)), C;
3906
3906
  } catch (C) {
3907
3907
  return sM("parse", C);
3908
3908
  }
3909
3909
  }
3910
- function TA(g, A = "generic") {
3910
+ function OA(g, A = "generic") {
3911
3911
  try {
3912
- return typeof a.tokenize_value == "function" ? V(
3912
+ return typeof a.tokenize_value == "function" ? x(
3913
3913
  a.tokenize_value(g, A)
3914
3914
  ) : JSON.parse(a.tokenize(g, A));
3915
3915
  } catch (C) {
@@ -3920,10 +3920,10 @@ function TA(g, A = "generic") {
3920
3920
  };
3921
3921
  }
3922
3922
  }
3923
- function OA(g, A = "generic") {
3923
+ function TA(g, A = "generic") {
3924
3924
  try {
3925
3925
  if (typeof a.generate_value == "function" && Array.isArray(g))
3926
- return V(
3926
+ return x(
3927
3927
  a.generate_value(g, A)
3928
3928
  );
3929
3929
  const C = JSON.stringify(g);
@@ -3937,27 +3937,27 @@ function jA(g, A = "generic") {
3937
3937
  }
3938
3938
  function tA(g, A = "generic", C = {}) {
3939
3939
  try {
3940
- return typeof a.format_sql_with_options_value == "function" ? V(
3940
+ return typeof a.format_sql_with_options_value == "function" ? x(
3941
3941
  a.format_sql_with_options_value(g, A, C)
3942
3942
  ) : typeof a.format_sql_with_options == "function" ? JSON.parse(
3943
3943
  a.format_sql_with_options(g, A, JSON.stringify(C))
3944
- ) : typeof a.format_sql_value == "function" ? V(
3944
+ ) : typeof a.format_sql_value == "function" ? x(
3945
3945
  a.format_sql_value(g, A)
3946
3946
  ) : JSON.parse(a.format_sql(g, A));
3947
3947
  } catch (B) {
3948
3948
  return qA("format", B);
3949
3949
  }
3950
3950
  }
3951
- function fA() {
3952
- return typeof a.get_dialects_value == "function" ? V(a.get_dialects_value()) : JSON.parse(a.get_dialects());
3951
+ function VA() {
3952
+ return typeof a.get_dialects_value == "function" ? x(a.get_dialects_value()) : JSON.parse(a.get_dialects());
3953
3953
  }
3954
3954
  function zA() {
3955
3955
  return a.version();
3956
3956
  }
3957
- function ZA(g, A = "generic", C) {
3957
+ function fA(g, A = "generic", C) {
3958
3958
  try {
3959
3959
  const B = C ? JSON.stringify(C) : "";
3960
- return typeof a.annotate_types_value == "function" ? V(
3960
+ return typeof a.annotate_types_value == "function" ? x(
3961
3961
  a.annotate_types_value(g, A, B)
3962
3962
  ) : typeof a.annotate_types == "function" ? JSON.parse(
3963
3963
  a.annotate_types(g, A, B)
@@ -4003,13 +4003,13 @@ class n {
4003
4003
  * Tokenize SQL into a token stream.
4004
4004
  */
4005
4005
  tokenize(A, C = "generic") {
4006
- return TA(A, C);
4006
+ return OA(A, C);
4007
4007
  }
4008
4008
  /**
4009
4009
  * Generate SQL from an AST.
4010
4010
  */
4011
4011
  generate(A, C = "generic") {
4012
- return OA(A, C);
4012
+ return TA(A, C);
4013
4013
  }
4014
4014
  /**
4015
4015
  * Format SQL.
@@ -4028,7 +4028,7 @@ class n {
4028
4028
  * Per-dialect builds return only `"generic"` and the selected dialect.
4029
4029
  */
4030
4030
  getDialects() {
4031
- return fA();
4031
+ return VA();
4032
4032
  }
4033
4033
  /**
4034
4034
  * Get library version.
@@ -4040,7 +4040,7 @@ class n {
4040
4040
  * Parse SQL and annotate the AST with inferred type information.
4041
4041
  */
4042
4042
  annotateTypes(A, C = "generic", B) {
4043
- return ZA(A, C, B);
4043
+ return fA(A, C, B);
4044
4044
  }
4045
4045
  }
4046
4046
  const aM = {
@@ -4048,55 +4048,55 @@ const aM = {
4048
4048
  isInitialized: hI,
4049
4049
  transpile: pA,
4050
4050
  parse: PA,
4051
- tokenize: TA,
4052
- generate: OA,
4051
+ tokenize: OA,
4052
+ generate: TA,
4053
4053
  format: jA,
4054
- annotateTypes: ZA,
4055
- getDialects: fA,
4054
+ annotateTypes: fA,
4055
+ getDialects: VA,
4056
4056
  getVersion: zA,
4057
- lineage: wI,
4058
- lineageWithSchema: iI,
4059
- getSourceTables: MI,
4060
- openLineageColumnLineage: NI,
4061
- openLineageJobEvent: oI,
4062
- openLineageRunEvent: kI,
4063
- diff: yI,
4064
- hasChanges: GI,
4065
- changesOnly: KI,
4057
+ lineage: oI,
4058
+ lineageWithSchema: NI,
4059
+ getSourceTables: kI,
4060
+ openLineageColumnLineage: yI,
4061
+ openLineageJobEvent: KI,
4062
+ openLineageRunEvent: GI,
4063
+ diff: wI,
4064
+ hasChanges: iI,
4065
+ changesOnly: MI,
4066
4066
  plan: YI,
4067
4067
  Dialect: aA,
4068
4068
  Polyglot: n
4069
4069
  }, qM = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4070
4070
  __proto__: null,
4071
- CaseBuilder: RA,
4071
+ CaseBuilder: LA,
4072
4072
  DeleteBuilder: QI,
4073
4073
  Dialect: aA,
4074
- Expr: c,
4074
+ Expr: S,
4075
4075
  InsertBuilder: II,
4076
4076
  MergeBuilder: DI,
4077
4077
  Polyglot: n,
4078
4078
  SelectBuilder: gI,
4079
4079
  SetOpBuilder: _,
4080
4080
  UpdateBuilder: BI,
4081
- ValidationSeverity: JM,
4081
+ ValidationSeverity: RM,
4082
4082
  WindowDefBuilder: yi,
4083
4083
  abs: ni,
4084
- alias: Ui,
4085
- and: Li,
4086
- annotateTypes: ZA,
4084
+ alias: Fi,
4085
+ and: Ji,
4086
+ annotateTypes: fA,
4087
4087
  ast: ki,
4088
4088
  avg: qi,
4089
- boolean: JA,
4090
- caseOf: KM,
4091
- caseWhen: GM,
4092
- cast: Si,
4089
+ boolean: RA,
4090
+ caseOf: GM,
4091
+ caseWhen: KM,
4092
+ cast: ci,
4093
4093
  ceil: bi,
4094
- changesOnly: KI,
4094
+ changesOnly: MI,
4095
4095
  coalesce: Wi,
4096
- col: Gi,
4097
- concatWs: Vi,
4096
+ col: Ki,
4097
+ concatWs: xi,
4098
4098
  condition: hi,
4099
- count: Ri,
4099
+ count: Li,
4100
4100
  countDistinct: si,
4101
4101
  currentDate: CM,
4102
4102
  currentTime: BM,
@@ -4105,59 +4105,59 @@ const aM = {
4105
4105
  del: kM,
4106
4106
  deleteFrom: EI,
4107
4107
  denseRank: iM,
4108
- diff: yI,
4109
- except: cM,
4108
+ diff: wI,
4109
+ except: SM,
4110
4110
  exp: $i,
4111
4111
  extract: EM,
4112
4112
  findAll: YA,
4113
- floor: mi,
4113
+ floor: ui,
4114
4114
  format: jA,
4115
4115
  formatWithOptions: tA,
4116
- func: J,
4117
- generate: OA,
4116
+ func: R,
4117
+ generate: TA,
4118
4118
  getColumns: bg,
4119
- getDialects: fA,
4119
+ getDialects: VA,
4120
4120
  getInferredType: zg,
4121
- getSourceTables: MI,
4121
+ getSourceTables: kI,
4122
4122
  getVersion: zA,
4123
4123
  greatest: gM,
4124
- hasChanges: GI,
4124
+ hasChanges: iI,
4125
4125
  ifNull: ri,
4126
4126
  init: HI,
4127
- initcap: di,
4128
- insert: NM,
4127
+ initcap: Zi,
4128
+ insert: oM,
4129
4129
  insertInto: CI,
4130
4130
  intersect: hM,
4131
- isColumn: dg,
4131
+ isColumn: Zg,
4132
4132
  isFunction: eg,
4133
4133
  isInitialized: hI,
4134
- isLiteral: xg,
4135
- isSelect: Zg,
4134
+ isLiteral: dg,
4135
+ isSelect: fg,
4136
4136
  least: IM,
4137
4137
  length: ji,
4138
- lineage: wI,
4139
- lineageWithSchema: iI,
4140
- lit: Ki,
4138
+ lineage: oI,
4139
+ lineageWithSchema: NI,
4140
+ lit: Gi,
4141
4141
  ln: _i,
4142
- lower: Oi,
4143
- ltrim: fi,
4142
+ lower: Ti,
4143
+ ltrim: Vi,
4144
4144
  max: Pi,
4145
4145
  mergeInto: yM,
4146
4146
  min: pi,
4147
- not: ci,
4147
+ not: Si,
4148
4148
  nullIf: li,
4149
- openLineageColumnLineage: NI,
4150
- openLineageJobEvent: oI,
4151
- openLineageRunEvent: kI,
4152
- or: Ji,
4149
+ openLineageColumnLineage: yI,
4150
+ openLineageJobEvent: KI,
4151
+ openLineageRunEvent: GI,
4152
+ or: Ri,
4153
4153
  parse: PA,
4154
4154
  plan: YI,
4155
4155
  power: vi,
4156
4156
  rank: wM,
4157
4157
  renameColumns: lg,
4158
4158
  replace: ei,
4159
- reverse: Zi,
4160
- round: ui,
4159
+ reverse: fi,
4160
+ round: mi,
4161
4161
  rowNumber: DM,
4162
4162
  rtrim: zi,
4163
4163
  select: MM,
@@ -4166,50 +4166,50 @@ const aM = {
4166
4166
  sqlNull: Yi,
4167
4167
  sqrt: Xi,
4168
4168
  star: $g,
4169
- subquery: Fi,
4170
- substring: xi,
4169
+ subquery: Ui,
4170
+ substring: di,
4171
4171
  sum: ai,
4172
4172
  table: Hi,
4173
- tokenize: TA,
4174
- transform: KA,
4173
+ tokenize: OA,
4174
+ transform: GA,
4175
4175
  transpile: pA,
4176
4176
  trim: ti,
4177
4177
  union: YM,
4178
4178
  unionAll: HM,
4179
- update: oM,
4180
- upper: Ti,
4181
- validate: RM,
4182
- validateWithSchema: LM,
4183
- walk: f
4179
+ update: NM,
4180
+ upper: Oi,
4181
+ validate: LM,
4182
+ validateWithSchema: JM,
4183
+ walk: V
4184
4184
  }, Symbol.toStringTag, { value: "Module" }));
4185
4185
  export {
4186
- RA as CaseBuilder,
4186
+ LA as CaseBuilder,
4187
4187
  QI as DeleteBuilder,
4188
4188
  aA as Dialect,
4189
- c as Expr,
4189
+ S as Expr,
4190
4190
  II as InsertBuilder,
4191
4191
  DI as MergeBuilder,
4192
4192
  n as Polyglot,
4193
4193
  gI as SelectBuilder,
4194
4194
  _ as SetOpBuilder,
4195
4195
  BI as UpdateBuilder,
4196
- JM as ValidationSeverity,
4196
+ RM as ValidationSeverity,
4197
4197
  ni as abs,
4198
- Ui as alias,
4199
- Li as and,
4200
- ZA as annotateTypes,
4198
+ Fi as alias,
4199
+ Ji as and,
4200
+ fA as annotateTypes,
4201
4201
  ki as ast,
4202
4202
  qi as avg,
4203
- JA as boolean,
4204
- KM as caseOf,
4205
- GM as caseWhen,
4206
- Si as cast,
4203
+ RA as boolean,
4204
+ GM as caseOf,
4205
+ KM as caseWhen,
4206
+ ci as cast,
4207
4207
  bi as ceil,
4208
4208
  Wi as coalesce,
4209
- Gi as col,
4210
- Vi as concatWs,
4209
+ Ki as col,
4210
+ xi as concatWs,
4211
4211
  hi as condition,
4212
- Ri as count,
4212
+ Li as count,
4213
4213
  si as countDistinct,
4214
4214
  CM as currentDate,
4215
4215
  BM as currentTime,
@@ -4218,50 +4218,50 @@ export {
4218
4218
  kM as del,
4219
4219
  EI as deleteFrom,
4220
4220
  iM as denseRank,
4221
- cM as except,
4221
+ SM as except,
4222
4222
  $i as exp,
4223
4223
  EM as extract,
4224
4224
  YA as findAll,
4225
- mi as floor,
4225
+ ui as floor,
4226
4226
  jA as format,
4227
4227
  tA as formatWithOptions,
4228
- J as func,
4229
- OA as generate,
4228
+ R as func,
4229
+ TA as generate,
4230
4230
  bg as getColumns,
4231
- fA as getDialects,
4231
+ VA as getDialects,
4232
4232
  zg as getInferredType,
4233
4233
  zA as getVersion,
4234
4234
  gM as greatest,
4235
4235
  ri as ifNull,
4236
4236
  HI as init,
4237
- di as initcap,
4238
- NM as insert,
4237
+ Zi as initcap,
4238
+ oM as insert,
4239
4239
  CI as insertInto,
4240
4240
  hM as intersect,
4241
- dg as isColumn,
4241
+ Zg as isColumn,
4242
4242
  eg as isFunction,
4243
4243
  hI as isInitialized,
4244
- xg as isLiteral,
4245
- Zg as isSelect,
4244
+ dg as isLiteral,
4245
+ fg as isSelect,
4246
4246
  IM as least,
4247
4247
  ji as length,
4248
- Ki as lit,
4248
+ Gi as lit,
4249
4249
  _i as ln,
4250
- Oi as lower,
4251
- fi as ltrim,
4250
+ Ti as lower,
4251
+ Vi as ltrim,
4252
4252
  Pi as max,
4253
4253
  yM as mergeInto,
4254
4254
  pi as min,
4255
- ci as not,
4255
+ Si as not,
4256
4256
  li as nullIf,
4257
- Ji as or,
4257
+ Ri as or,
4258
4258
  PA as parse,
4259
4259
  vi as power,
4260
4260
  wM as rank,
4261
4261
  lg as renameColumns,
4262
4262
  ei as replace,
4263
- Zi as reverse,
4264
- ui as round,
4263
+ fi as reverse,
4264
+ mi as round,
4265
4265
  DM as rowNumber,
4266
4266
  zi as rtrim,
4267
4267
  MM as select,
@@ -4270,17 +4270,17 @@ export {
4270
4270
  Yi as sqlNull,
4271
4271
  Xi as sqrt,
4272
4272
  $g as star,
4273
- xi as substring,
4273
+ di as substring,
4274
4274
  ai as sum,
4275
4275
  Hi as table,
4276
- KA as transform,
4276
+ GA as transform,
4277
4277
  pA as transpile,
4278
4278
  ti as trim,
4279
4279
  YM as union,
4280
4280
  HM as unionAll,
4281
- oM as update,
4282
- Ti as upper,
4283
- RM as validate,
4284
- LM as validateWithSchema,
4285
- f as walk
4281
+ NM as update,
4282
+ Oi as upper,
4283
+ LM as validate,
4284
+ JM as validateWithSchema,
4285
+ V as walk
4286
4286
  };