@polyglot-sql/sdk 0.4.0 → 0.4.2

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,5 +1,4 @@
1
- (()=>{if(typeof globalThis.process<"u"&&globalThis.process.versions?.node){const _f=globalThis.fetch;globalThis.fetch=async function(u,...a){if(typeof u==="string"&&u.startsWith("file:")||u instanceof URL&&u.protocol==="file:"){const{readFileSync:r}=await import("node:fs");const{fileURLToPath:p}=await import("node:url");const b=r(p(typeof u==="string"?u:u.href));return new Response(b,{headers:{"Content-Type":"application/wasm"}})}return _f(u,...a)}}})();
2
- const cI = new URL("../polyglot_sql_wasm_bg.wasm",import.meta.url).href, LI = async (g = {}, A) => {
1
+ const cI = new URL("../polyglot_sql.wasm",import.meta.url).href, LI = async (g = {}, A) => {
3
2
  let C;
4
3
  if (A.startsWith("data:")) {
5
4
  const Q = A.replace(/^data:.*?base64,/, "");
@@ -28,7 +27,7 @@ const cI = new URL("../polyglot_sql_wasm_bg.wasm",import.meta.url).href, LI = as
28
27
  class CA {
29
28
  __destroy_into_raw() {
30
29
  const A = this.__wbg_ptr;
31
- return this.__wbg_ptr = 0, xA.unregister(this), A;
30
+ return this.__wbg_ptr = 0, ZA.unregister(this), A;
32
31
  }
33
32
  free() {
34
33
  const A = this.__destroy_into_raw();
@@ -46,7 +45,7 @@ class CA {
46
45
  */
47
46
  constructor() {
48
47
  const A = I.wasmassignmentarray_new();
49
- return this.__wbg_ptr = A >>> 0, xA.register(this, this.__wbg_ptr, this), this;
48
+ return this.__wbg_ptr = A >>> 0, ZA.register(this, this.__wbg_ptr, this), this;
50
49
  }
51
50
  /**
52
51
  * Add a column = value assignment.
@@ -55,7 +54,7 @@ class CA {
55
54
  */
56
55
  push(A, C) {
57
56
  const Q = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N;
58
- H(C, K), I.wasmassignmentarray_push(this.__wbg_ptr, Q, B, C.__wbg_ptr);
57
+ H(C, G), I.wasmassignmentarray_push(this.__wbg_ptr, Q, B, C.__wbg_ptr);
59
58
  }
60
59
  }
61
60
  Symbol.dispose && (CA.prototype[Symbol.dispose] = CA.prototype.free);
@@ -83,8 +82,8 @@ class m {
83
82
  I.wasmcasebuilder_build_expr(B, this.__wbg_ptr);
84
83
  var A = M().getInt32(B + 0, !0), C = M().getInt32(B + 4, !0), Q = M().getInt32(B + 8, !0);
85
84
  if (Q)
86
- throw F(C);
87
- return K.__wrap(A);
85
+ throw J(C);
86
+ return G.__wrap(A);
88
87
  } finally {
89
88
  I.__wbindgen_add_to_stack_pointer(16);
90
89
  }
@@ -94,7 +93,7 @@ class m {
94
93
  * @param {WasmExpr} result
95
94
  */
96
95
  else_(A) {
97
- 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);
98
97
  }
99
98
  /**
100
99
  * Create a new searched CASE builder (CASE WHEN ... THEN ...).
@@ -113,10 +112,10 @@ class m {
113
112
  try {
114
113
  const y = I.__wbindgen_add_to_stack_pointer(-16), h = o(A, I.__wbindgen_export, I.__wbindgen_export2), R = N;
115
114
  I.wasmcasebuilder_to_sql(y, this.__wbg_ptr, h, R);
116
- var B = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), k = B, G = E;
115
+ var B = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), k = B, K = E;
117
116
  if (i)
118
- throw k = 0, G = 0, F(D);
119
- return C = k, Q = G, L(k, G);
117
+ throw k = 0, K = 0, J(D);
118
+ return C = k, Q = K, L(k, K);
120
119
  } finally {
121
120
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, Q, 1);
122
121
  }
@@ -127,14 +126,14 @@ class m {
127
126
  * @param {WasmExpr} result
128
127
  */
129
128
  when(A, C) {
130
- 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);
131
130
  }
132
131
  }
133
132
  Symbol.dispose && (m.prototype[Symbol.dispose] = m.prototype.free);
134
133
  class MA {
135
134
  __destroy_into_raw() {
136
135
  const A = this.__wbg_ptr;
137
- return this.__wbg_ptr = 0, ZA.unregister(this), A;
136
+ return this.__wbg_ptr = 0, xA.unregister(this), A;
138
137
  }
139
138
  free() {
140
139
  const A = this.__destroy_into_raw();
@@ -150,8 +149,8 @@ class MA {
150
149
  I.wasmdeletebuilder_build(B, this.__wbg_ptr);
151
150
  var A = M().getInt32(B + 0, !0), C = M().getInt32(B + 4, !0), Q = M().getInt32(B + 8, !0);
152
151
  if (Q)
153
- throw F(C);
154
- return F(A);
152
+ throw J(C);
153
+ return J(A);
155
154
  } finally {
156
155
  I.__wbindgen_add_to_stack_pointer(16);
157
156
  }
@@ -162,7 +161,7 @@ class MA {
162
161
  */
163
162
  constructor(A) {
164
163
  const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), Q = N, B = I.wasmdeletebuilder_new(C, Q);
165
- return this.__wbg_ptr = B >>> 0, ZA.register(this, this.__wbg_ptr, this), this;
164
+ return this.__wbg_ptr = B >>> 0, xA.register(this, this.__wbg_ptr, this), this;
166
165
  }
167
166
  /**
168
167
  * Generate SQL string for the given dialect.
@@ -174,10 +173,10 @@ class MA {
174
173
  try {
175
174
  const y = I.__wbindgen_add_to_stack_pointer(-16), h = o(A, I.__wbindgen_export, I.__wbindgen_export2), R = N;
176
175
  I.wasmdeletebuilder_to_sql(y, this.__wbg_ptr, h, R);
177
- var B = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), k = B, G = E;
176
+ var B = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), k = B, K = E;
178
177
  if (i)
179
- throw k = 0, G = 0, F(D);
180
- return C = k, Q = G, L(k, G);
178
+ throw k = 0, K = 0, J(D);
179
+ return C = k, Q = K, L(k, K);
181
180
  } finally {
182
181
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, Q, 1);
183
182
  }
@@ -187,14 +186,14 @@ class MA {
187
186
  * @param {WasmExpr} condition
188
187
  */
189
188
  where_expr(A) {
190
- 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);
191
190
  }
192
191
  }
193
192
  Symbol.dispose && (MA.prototype[Symbol.dispose] = MA.prototype.free);
194
- class K {
193
+ class G {
195
194
  static __wrap(A) {
196
195
  A = A >>> 0;
197
- const C = Object.create(K.prototype);
196
+ const C = Object.create(G.prototype);
198
197
  return C.__wbg_ptr = A, VA.register(C, C.__wbg_ptr, C), C;
199
198
  }
200
199
  __destroy_into_raw() {
@@ -211,9 +210,9 @@ class K {
211
210
  * @returns {WasmExpr}
212
211
  */
213
212
  add(A) {
214
- H(A, K);
213
+ H(A, G);
215
214
  const C = I.wasmexpr_add(this.__wbg_ptr, A.__wbg_ptr);
216
- return K.__wrap(C);
215
+ return G.__wrap(C);
217
216
  }
218
217
  /**
219
218
  * Produce `self AS name`.
@@ -222,7 +221,7 @@ class K {
222
221
  */
223
222
  alias(A) {
224
223
  const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), Q = N, B = I.wasmexpr_alias(this.__wbg_ptr, C, Q);
225
- return K.__wrap(B);
224
+ return G.__wrap(B);
226
225
  }
227
226
  /**
228
227
  * Produce `self AND other`.
@@ -230,9 +229,9 @@ class K {
230
229
  * @returns {WasmExpr}
231
230
  */
232
231
  and(A) {
233
- H(A, K);
232
+ H(A, G);
234
233
  const C = I.wasmexpr_and(this.__wbg_ptr, A.__wbg_ptr);
235
- return K.__wrap(C);
234
+ return G.__wrap(C);
236
235
  }
237
236
  /**
238
237
  * Wrap with ascending sort order.
@@ -240,7 +239,7 @@ class K {
240
239
  */
241
240
  asc() {
242
241
  const A = I.wasmexpr_asc(this.__wbg_ptr);
243
- return K.__wrap(A);
242
+ return G.__wrap(A);
244
243
  }
245
244
  /**
246
245
  * Produce `self BETWEEN low AND high`.
@@ -249,9 +248,9 @@ class K {
249
248
  * @returns {WasmExpr}
250
249
  */
251
250
  between(A, C) {
252
- H(A, K), H(C, K);
251
+ H(A, G), H(C, G);
253
252
  const Q = I.wasmexpr_between(this.__wbg_ptr, A.__wbg_ptr, C.__wbg_ptr);
254
- return K.__wrap(Q);
253
+ return G.__wrap(Q);
255
254
  }
256
255
  /**
257
256
  * Produce `CAST(self AS type)`.
@@ -260,7 +259,7 @@ class K {
260
259
  */
261
260
  cast(A) {
262
261
  const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), Q = N, B = I.wasmexpr_cast(this.__wbg_ptr, C, Q);
263
- return K.__wrap(B);
262
+ return G.__wrap(B);
264
263
  }
265
264
  /**
266
265
  * Wrap with descending sort order.
@@ -268,7 +267,7 @@ class K {
268
267
  */
269
268
  desc() {
270
269
  const A = I.wasmexpr_desc(this.__wbg_ptr);
271
- return K.__wrap(A);
270
+ return G.__wrap(A);
272
271
  }
273
272
  /**
274
273
  * Produce `self / other`.
@@ -276,9 +275,9 @@ class K {
276
275
  * @returns {WasmExpr}
277
276
  */
278
277
  div(A) {
279
- H(A, K);
278
+ H(A, G);
280
279
  const C = I.wasmexpr_div(this.__wbg_ptr, A.__wbg_ptr);
281
- return K.__wrap(C);
280
+ return G.__wrap(C);
282
281
  }
283
282
  /**
284
283
  * Produce `self = other`.
@@ -286,9 +285,9 @@ class K {
286
285
  * @returns {WasmExpr}
287
286
  */
288
287
  eq(A) {
289
- H(A, K);
288
+ H(A, G);
290
289
  const C = I.wasmexpr_eq(this.__wbg_ptr, A.__wbg_ptr);
291
- return K.__wrap(C);
290
+ return G.__wrap(C);
292
291
  }
293
292
  /**
294
293
  * Produce `self > other`.
@@ -296,9 +295,9 @@ class K {
296
295
  * @returns {WasmExpr}
297
296
  */
298
297
  gt(A) {
299
- H(A, K);
298
+ H(A, G);
300
299
  const C = I.wasmexpr_gt(this.__wbg_ptr, A.__wbg_ptr);
301
- return K.__wrap(C);
300
+ return G.__wrap(C);
302
301
  }
303
302
  /**
304
303
  * Produce `self >= other`.
@@ -306,9 +305,9 @@ class K {
306
305
  * @returns {WasmExpr}
307
306
  */
308
307
  gte(A) {
309
- H(A, K);
308
+ H(A, G);
310
309
  const C = I.wasmexpr_gte(this.__wbg_ptr, A.__wbg_ptr);
311
- return K.__wrap(C);
310
+ return G.__wrap(C);
312
311
  }
313
312
  /**
314
313
  * Produce `self ILIKE pattern`.
@@ -316,9 +315,9 @@ class K {
316
315
  * @returns {WasmExpr}
317
316
  */
318
317
  ilike(A) {
319
- H(A, K);
318
+ H(A, G);
320
319
  const C = I.wasmexpr_ilike(this.__wbg_ptr, A.__wbg_ptr);
321
- return K.__wrap(C);
320
+ return G.__wrap(C);
322
321
  }
323
322
  /**
324
323
  * Produce `self IN (values...)`.
@@ -328,7 +327,7 @@ class K {
328
327
  in_list(A) {
329
328
  H(A, T);
330
329
  const C = I.wasmexpr_in_list(this.__wbg_ptr, A.__wbg_ptr);
331
- return K.__wrap(C);
330
+ return G.__wrap(C);
332
331
  }
333
332
  /**
334
333
  * Produce `self IS NOT NULL`.
@@ -336,7 +335,7 @@ class K {
336
335
  */
337
336
  is_not_null() {
338
337
  const A = I.wasmexpr_is_not_null(this.__wbg_ptr);
339
- return K.__wrap(A);
338
+ return G.__wrap(A);
340
339
  }
341
340
  /**
342
341
  * Produce `self IS NULL`.
@@ -344,7 +343,7 @@ class K {
344
343
  */
345
344
  is_null() {
346
345
  const A = I.wasmexpr_is_null(this.__wbg_ptr);
347
- return K.__wrap(A);
346
+ return G.__wrap(A);
348
347
  }
349
348
  /**
350
349
  * Produce `self LIKE pattern`.
@@ -352,9 +351,9 @@ class K {
352
351
  * @returns {WasmExpr}
353
352
  */
354
353
  like(A) {
355
- H(A, K);
354
+ H(A, G);
356
355
  const C = I.wasmexpr_like(this.__wbg_ptr, A.__wbg_ptr);
357
- return K.__wrap(C);
356
+ return G.__wrap(C);
358
357
  }
359
358
  /**
360
359
  * Produce `self < other`.
@@ -362,9 +361,9 @@ class K {
362
361
  * @returns {WasmExpr}
363
362
  */
364
363
  lt(A) {
365
- H(A, K);
364
+ H(A, G);
366
365
  const C = I.wasmexpr_lt(this.__wbg_ptr, A.__wbg_ptr);
367
- return K.__wrap(C);
366
+ return G.__wrap(C);
368
367
  }
369
368
  /**
370
369
  * Produce `self <= other`.
@@ -372,9 +371,9 @@ class K {
372
371
  * @returns {WasmExpr}
373
372
  */
374
373
  lte(A) {
375
- H(A, K);
374
+ H(A, G);
376
375
  const C = I.wasmexpr_lte(this.__wbg_ptr, A.__wbg_ptr);
377
- return K.__wrap(C);
376
+ return G.__wrap(C);
378
377
  }
379
378
  /**
380
379
  * Produce `self * other`.
@@ -382,9 +381,9 @@ class K {
382
381
  * @returns {WasmExpr}
383
382
  */
384
383
  mul(A) {
385
- H(A, K);
384
+ H(A, G);
386
385
  const C = I.wasmexpr_mul(this.__wbg_ptr, A.__wbg_ptr);
387
- return K.__wrap(C);
386
+ return G.__wrap(C);
388
387
  }
389
388
  /**
390
389
  * Produce `self <> other`.
@@ -392,9 +391,9 @@ class K {
392
391
  * @returns {WasmExpr}
393
392
  */
394
393
  neq(A) {
395
- H(A, K);
394
+ H(A, G);
396
395
  const C = I.wasmexpr_neq(this.__wbg_ptr, A.__wbg_ptr);
397
- return K.__wrap(C);
396
+ return G.__wrap(C);
398
397
  }
399
398
  /**
400
399
  * Produce `NOT self`.
@@ -402,7 +401,7 @@ class K {
402
401
  */
403
402
  not() {
404
403
  const A = I.wasmexpr_not(this.__wbg_ptr);
405
- return K.__wrap(A);
404
+ return G.__wrap(A);
406
405
  }
407
406
  /**
408
407
  * Produce `self NOT IN (values...)`.
@@ -412,7 +411,7 @@ class K {
412
411
  not_in(A) {
413
412
  H(A, T);
414
413
  const C = I.wasmexpr_not_in(this.__wbg_ptr, A.__wbg_ptr);
415
- return K.__wrap(C);
414
+ return G.__wrap(C);
416
415
  }
417
416
  /**
418
417
  * Produce `self OR other`.
@@ -420,9 +419,9 @@ class K {
420
419
  * @returns {WasmExpr}
421
420
  */
422
421
  or(A) {
423
- H(A, K);
422
+ H(A, G);
424
423
  const C = I.wasmexpr_or(this.__wbg_ptr, A.__wbg_ptr);
425
- return K.__wrap(C);
424
+ return G.__wrap(C);
426
425
  }
427
426
  /**
428
427
  * Produce `REGEXP_LIKE(self, pattern)`.
@@ -430,9 +429,9 @@ class K {
430
429
  * @returns {WasmExpr}
431
430
  */
432
431
  rlike(A) {
433
- H(A, K);
432
+ H(A, G);
434
433
  const C = I.wasmexpr_rlike(this.__wbg_ptr, A.__wbg_ptr);
435
- return K.__wrap(C);
434
+ return G.__wrap(C);
436
435
  }
437
436
  /**
438
437
  * Produce `self - other`.
@@ -440,9 +439,9 @@ class K {
440
439
  * @returns {WasmExpr}
441
440
  */
442
441
  sub(A) {
443
- H(A, K);
442
+ H(A, G);
444
443
  const C = I.wasmexpr_sub(this.__wbg_ptr, A.__wbg_ptr);
445
- return K.__wrap(C);
444
+ return G.__wrap(C);
446
445
  }
447
446
  /**
448
447
  * Return the expression AST as a JSON value.
@@ -454,8 +453,8 @@ class K {
454
453
  I.wasmexpr_to_json(B, this.__wbg_ptr);
455
454
  var A = M().getInt32(B + 0, !0), C = M().getInt32(B + 4, !0), Q = M().getInt32(B + 8, !0);
456
455
  if (Q)
457
- throw F(C);
458
- return F(A);
456
+ throw J(C);
457
+ return J(A);
459
458
  } finally {
460
459
  I.__wbindgen_add_to_stack_pointer(16);
461
460
  }
@@ -470,10 +469,10 @@ class K {
470
469
  try {
471
470
  const y = I.__wbindgen_add_to_stack_pointer(-16), h = o(A, I.__wbindgen_export, I.__wbindgen_export2), R = N;
472
471
  I.wasmexpr_to_sql(y, this.__wbg_ptr, h, R);
473
- var B = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), k = B, G = E;
472
+ var B = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), k = B, K = E;
474
473
  if (i)
475
- throw k = 0, G = 0, F(D);
476
- return C = k, Q = G, L(k, G);
474
+ throw k = 0, K = 0, J(D);
475
+ return C = k, Q = K, L(k, K);
477
476
  } finally {
478
477
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, Q, 1);
479
478
  }
@@ -484,16 +483,16 @@ class K {
484
483
  * @returns {WasmExpr}
485
484
  */
486
485
  xor(A) {
487
- H(A, K);
486
+ H(A, G);
488
487
  const C = I.wasmexpr_xor(this.__wbg_ptr, A.__wbg_ptr);
489
- return K.__wrap(C);
488
+ return G.__wrap(C);
490
489
  }
491
490
  }
492
- Symbol.dispose && (K.prototype[Symbol.dispose] = K.prototype.free);
491
+ Symbol.dispose && (G.prototype[Symbol.dispose] = G.prototype.free);
493
492
  class T {
494
493
  __destroy_into_raw() {
495
494
  const A = this.__wbg_ptr;
496
- return this.__wbg_ptr = 0, lA.unregister(this), A;
495
+ return this.__wbg_ptr = 0, WA.unregister(this), A;
497
496
  }
498
497
  free() {
499
498
  const A = this.__destroy_into_raw();
@@ -511,14 +510,14 @@ class T {
511
510
  */
512
511
  constructor() {
513
512
  const A = I.wasmassignmentarray_new();
514
- return this.__wbg_ptr = A >>> 0, lA.register(this, this.__wbg_ptr, this), this;
513
+ return this.__wbg_ptr = A >>> 0, WA.register(this, this.__wbg_ptr, this), this;
515
514
  }
516
515
  /**
517
516
  * Push an expression.
518
517
  * @param {WasmExpr} expr
519
518
  */
520
519
  push(A) {
521
- 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);
522
521
  }
523
522
  /**
524
523
  * Push a column reference by name.
@@ -561,7 +560,7 @@ Symbol.dispose && (T.prototype[Symbol.dispose] = T.prototype.free);
561
560
  class iA {
562
561
  __destroy_into_raw() {
563
562
  const A = this.__wbg_ptr;
564
- return this.__wbg_ptr = 0, WA.unregister(this), A;
563
+ return this.__wbg_ptr = 0, eA.unregister(this), A;
565
564
  }
566
565
  free() {
567
566
  const A = this.__destroy_into_raw();
@@ -577,8 +576,8 @@ class iA {
577
576
  I.wasminsertbuilder_build(B, this.__wbg_ptr);
578
577
  var A = M().getInt32(B + 0, !0), C = M().getInt32(B + 4, !0), Q = M().getInt32(B + 8, !0);
579
578
  if (Q)
580
- throw F(C);
581
- return F(A);
579
+ throw J(C);
580
+ return J(A);
582
581
  } finally {
583
582
  I.__wbindgen_add_to_stack_pointer(16);
584
583
  }
@@ -588,7 +587,7 @@ class iA {
588
587
  * @param {string[]} cols
589
588
  */
590
589
  columns(A) {
591
- const C = FA(A, I.__wbindgen_export), Q = N;
590
+ const C = JA(A, I.__wbindgen_export), Q = N;
592
591
  I.wasminsertbuilder_columns(this.__wbg_ptr, C, Q);
593
592
  }
594
593
  /**
@@ -597,7 +596,7 @@ class iA {
597
596
  */
598
597
  constructor(A) {
599
598
  const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), Q = N, B = I.wasminsertbuilder_new(C, Q);
600
- return this.__wbg_ptr = B >>> 0, WA.register(this, this.__wbg_ptr, this), this;
599
+ return this.__wbg_ptr = B >>> 0, eA.register(this, this.__wbg_ptr, this), this;
601
600
  }
602
601
  /**
603
602
  * Set the source query for INSERT ... SELECT.
@@ -609,7 +608,7 @@ class iA {
609
608
  H(A, t), I.wasminsertbuilder_query(B, this.__wbg_ptr, A.__wbg_ptr);
610
609
  var C = M().getInt32(B + 0, !0), Q = M().getInt32(B + 4, !0);
611
610
  if (Q)
612
- throw F(C);
611
+ throw J(C);
613
612
  } finally {
614
613
  I.__wbindgen_add_to_stack_pointer(16);
615
614
  }
@@ -624,10 +623,10 @@ class iA {
624
623
  try {
625
624
  const y = I.__wbindgen_add_to_stack_pointer(-16), h = o(A, I.__wbindgen_export, I.__wbindgen_export2), R = N;
626
625
  I.wasminsertbuilder_to_sql(y, this.__wbg_ptr, h, R);
627
- var B = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), k = B, G = E;
626
+ var B = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), k = B, K = E;
628
627
  if (i)
629
- throw k = 0, G = 0, F(D);
630
- return C = k, Q = G, L(k, G);
628
+ throw k = 0, K = 0, J(D);
629
+ return C = k, Q = K, L(k, K);
631
630
  } finally {
632
631
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, Q, 1);
633
632
  }
@@ -644,7 +643,7 @@ Symbol.dispose && (iA.prototype[Symbol.dispose] = iA.prototype.free);
644
643
  class NA {
645
644
  __destroy_into_raw() {
646
645
  const A = this.__wbg_ptr;
647
- return this.__wbg_ptr = 0, eA.unregister(this), A;
646
+ return this.__wbg_ptr = 0, lA.unregister(this), A;
648
647
  }
649
648
  free() {
650
649
  const A = this.__destroy_into_raw();
@@ -660,8 +659,8 @@ class NA {
660
659
  I.wasmmergebuilder_build(B, this.__wbg_ptr);
661
660
  var A = M().getInt32(B + 0, !0), C = M().getInt32(B + 4, !0), Q = M().getInt32(B + 8, !0);
662
661
  if (Q)
663
- throw F(C);
664
- return F(A);
662
+ throw J(C);
663
+ return J(A);
665
664
  } finally {
666
665
  I.__wbindgen_add_to_stack_pointer(16);
667
666
  }
@@ -672,7 +671,7 @@ class NA {
672
671
  */
673
672
  constructor(A) {
674
673
  const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), Q = N, B = I.wasmmergebuilder_new(C, Q);
675
- return this.__wbg_ptr = B >>> 0, eA.register(this, this.__wbg_ptr, this), this;
674
+ return this.__wbg_ptr = B >>> 0, lA.register(this, this.__wbg_ptr, this), this;
676
675
  }
677
676
  /**
678
677
  * Generate SQL string for the given dialect.
@@ -684,10 +683,10 @@ class NA {
684
683
  try {
685
684
  const y = I.__wbindgen_add_to_stack_pointer(-16), h = o(A, I.__wbindgen_export, I.__wbindgen_export2), R = N;
686
685
  I.wasmmergebuilder_to_sql(y, this.__wbg_ptr, h, R);
687
- var B = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), k = B, G = E;
686
+ var B = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), k = B, K = E;
688
687
  if (i)
689
- throw k = 0, G = 0, F(D);
690
- return C = k, Q = G, L(k, G);
688
+ throw k = 0, K = 0, J(D);
689
+ return C = k, Q = K, L(k, K);
691
690
  } finally {
692
691
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, Q, 1);
693
692
  }
@@ -699,7 +698,7 @@ class NA {
699
698
  */
700
699
  using(A, C) {
701
700
  const Q = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N;
702
- H(C, K), I.wasmmergebuilder_using(this.__wbg_ptr, Q, B, C.__wbg_ptr);
701
+ H(C, G), I.wasmmergebuilder_using(this.__wbg_ptr, Q, B, C.__wbg_ptr);
703
702
  }
704
703
  /**
705
704
  * Add a WHEN MATCHED THEN DELETE clause.
@@ -720,7 +719,7 @@ class NA {
720
719
  * @param {WasmExprArray} values
721
720
  */
722
721
  when_not_matched_insert(A, C) {
723
- const Q = FA(A, I.__wbindgen_export), B = N;
722
+ const Q = JA(A, I.__wbindgen_export), B = N;
724
723
  H(C, T), I.wasmmergebuilder_when_not_matched_insert(this.__wbg_ptr, Q, B, C.__wbg_ptr);
725
724
  }
726
725
  }
@@ -728,7 +727,7 @@ Symbol.dispose && (NA.prototype[Symbol.dispose] = NA.prototype.free);
728
727
  class t {
729
728
  __destroy_into_raw() {
730
729
  const A = this.__wbg_ptr;
731
- return this.__wbg_ptr = 0, nA.unregister(this), A;
730
+ return this.__wbg_ptr = 0, rA.unregister(this), A;
732
731
  }
733
732
  free() {
734
733
  const A = this.__destroy_into_raw();
@@ -744,8 +743,8 @@ class t {
744
743
  I.wasmselectbuilder_build(B, this.__wbg_ptr);
745
744
  var A = M().getInt32(B + 0, !0), C = M().getInt32(B + 4, !0), Q = M().getInt32(B + 8, !0);
746
745
  if (Q)
747
- throw F(C);
748
- return F(A);
746
+ throw J(C);
747
+ return J(A);
749
748
  } finally {
750
749
  I.__wbindgen_add_to_stack_pointer(16);
751
750
  }
@@ -769,8 +768,8 @@ class t {
769
768
  I.wasmselectbuilder_ctas(E, this.__wbg_ptr, D, i);
770
769
  var C = M().getInt32(E + 0, !0), Q = M().getInt32(E + 4, !0), B = M().getInt32(E + 8, !0);
771
770
  if (B)
772
- throw F(Q);
773
- return F(C);
771
+ throw J(Q);
772
+ return J(C);
774
773
  } finally {
775
774
  I.__wbindgen_add_to_stack_pointer(16);
776
775
  }
@@ -784,12 +783,12 @@ class t {
784
783
  ctas_sql(A, C) {
785
784
  let Q, B;
786
785
  try {
787
- 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), n = N;
788
- I.wasmselectbuilder_ctas_sql(h, this.__wbg_ptr, R, q, O, n);
789
- var E = M().getInt32(h + 0, !0), D = M().getInt32(h + 4, !0), i = M().getInt32(h + 8, !0), k = M().getInt32(h + 12, !0), G = E, y = D;
786
+ const h = I.__wbindgen_add_to_stack_pointer(-16), R = o(A, I.__wbindgen_export, I.__wbindgen_export2), q = N, P = o(C, I.__wbindgen_export, I.__wbindgen_export2), r = N;
787
+ I.wasmselectbuilder_ctas_sql(h, this.__wbg_ptr, R, q, P, r);
788
+ var E = M().getInt32(h + 0, !0), D = M().getInt32(h + 4, !0), i = M().getInt32(h + 8, !0), k = M().getInt32(h + 12, !0), K = E, y = D;
790
789
  if (k)
791
- throw G = 0, y = 0, F(i);
792
- return Q = G, B = y, L(G, y);
790
+ throw K = 0, y = 0, J(i);
791
+ return Q = K, B = y, L(K, y);
793
792
  } finally {
794
793
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(Q, B, 1);
795
794
  }
@@ -811,8 +810,8 @@ class t {
811
810
  H(A, t), I.wasmselectbuilder_except_(E, this.__wbg_ptr, A.__wbg_ptr);
812
811
  var C = M().getInt32(E + 0, !0), Q = M().getInt32(E + 4, !0), B = M().getInt32(E + 8, !0);
813
812
  if (B)
814
- throw F(Q);
815
- return Z.__wrap(C);
813
+ throw J(Q);
814
+ return x.__wrap(C);
816
815
  } finally {
817
816
  I.__wbindgen_add_to_stack_pointer(16);
818
817
  }
@@ -836,7 +835,7 @@ class t {
836
835
  * @param {WasmExpr} expr
837
836
  */
838
837
  from_expr(A) {
839
- 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);
840
839
  }
841
840
  /**
842
841
  * Set the GROUP BY clause.
@@ -850,7 +849,7 @@ class t {
850
849
  * @param {WasmExpr} condition
851
850
  */
852
851
  having(A) {
853
- 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);
854
853
  }
855
854
  /**
856
855
  * Add a query hint.
@@ -871,8 +870,8 @@ class t {
871
870
  H(A, t), I.wasmselectbuilder_intersect(E, this.__wbg_ptr, A.__wbg_ptr);
872
871
  var C = M().getInt32(E + 0, !0), Q = M().getInt32(E + 4, !0), B = M().getInt32(E + 8, !0);
873
872
  if (B)
874
- throw F(Q);
875
- return Z.__wrap(C);
873
+ throw J(Q);
874
+ return x.__wrap(C);
876
875
  } finally {
877
876
  I.__wbindgen_add_to_stack_pointer(16);
878
877
  }
@@ -884,7 +883,7 @@ class t {
884
883
  */
885
884
  join(A, C) {
886
885
  const Q = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N;
887
- H(C, K), I.wasmselectbuilder_join(this.__wbg_ptr, Q, B, C.__wbg_ptr);
886
+ H(C, G), I.wasmselectbuilder_join(this.__wbg_ptr, Q, B, C.__wbg_ptr);
888
887
  }
889
888
  /**
890
889
  * Add a LATERAL VIEW clause (Hive/Spark).
@@ -893,8 +892,8 @@ class t {
893
892
  * @param {string[]} col_aliases
894
893
  */
895
894
  lateral_view(A, C, Q) {
896
- H(A, K);
897
- const B = o(C, I.__wbindgen_export, I.__wbindgen_export2), E = N, D = FA(Q, I.__wbindgen_export), i = N;
895
+ H(A, G);
896
+ const B = o(C, I.__wbindgen_export, I.__wbindgen_export2), E = N, D = JA(Q, I.__wbindgen_export), i = N;
898
897
  I.wasmselectbuilder_lateral_view(this.__wbg_ptr, A.__wbg_ptr, B, E, D, i);
899
898
  }
900
899
  /**
@@ -904,7 +903,7 @@ class t {
904
903
  */
905
904
  left_join(A, C) {
906
905
  const Q = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N;
907
- H(C, K), I.wasmselectbuilder_left_join(this.__wbg_ptr, Q, B, C.__wbg_ptr);
906
+ H(C, G), I.wasmselectbuilder_left_join(this.__wbg_ptr, Q, B, C.__wbg_ptr);
908
907
  }
909
908
  /**
910
909
  * Set the LIMIT clause.
@@ -918,7 +917,7 @@ class t {
918
917
  */
919
918
  constructor() {
920
919
  const A = I.wasmselectbuilder_new();
921
- return this.__wbg_ptr = A >>> 0, nA.register(this, this.__wbg_ptr, this), this;
920
+ return this.__wbg_ptr = A >>> 0, rA.register(this, this.__wbg_ptr, this), this;
922
921
  }
923
922
  /**
924
923
  * Set the OFFSET clause.
@@ -939,7 +938,7 @@ class t {
939
938
  * @param {WasmExpr} condition
940
939
  */
941
940
  qualify(A) {
942
- 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);
943
942
  }
944
943
  /**
945
944
  * Add a RIGHT JOIN.
@@ -948,7 +947,7 @@ class t {
948
947
  */
949
948
  right_join(A, C) {
950
949
  const Q = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N;
951
- H(C, K), I.wasmselectbuilder_right_join(this.__wbg_ptr, Q, B, C.__wbg_ptr);
950
+ H(C, G), I.wasmselectbuilder_right_join(this.__wbg_ptr, Q, B, C.__wbg_ptr);
952
951
  }
953
952
  /**
954
953
  * Add a column by name to the SELECT list.
@@ -963,7 +962,7 @@ class t {
963
962
  * @param {WasmExpr} expr
964
963
  */
965
964
  select_expr(A) {
966
- 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);
967
966
  }
968
967
  /**
969
968
  * Add multiple expressions to the SELECT list.
@@ -995,10 +994,10 @@ class t {
995
994
  try {
996
995
  const y = I.__wbindgen_add_to_stack_pointer(-16), h = o(A, I.__wbindgen_export, I.__wbindgen_export2), R = N;
997
996
  I.wasmselectbuilder_to_sql(y, this.__wbg_ptr, h, R);
998
- var B = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), k = B, G = E;
997
+ var B = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), k = B, K = E;
999
998
  if (i)
1000
- throw k = 0, G = 0, F(D);
1001
- return C = k, Q = G, L(k, G);
999
+ throw k = 0, K = 0, J(D);
1000
+ return C = k, Q = K, L(k, K);
1002
1001
  } finally {
1003
1002
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, Q, 1);
1004
1003
  }
@@ -1014,8 +1013,8 @@ class t {
1014
1013
  H(A, t), I.wasmselectbuilder_union(E, this.__wbg_ptr, A.__wbg_ptr);
1015
1014
  var C = M().getInt32(E + 0, !0), Q = M().getInt32(E + 4, !0), B = M().getInt32(E + 8, !0);
1016
1015
  if (B)
1017
- throw F(Q);
1018
- return Z.__wrap(C);
1016
+ throw J(Q);
1017
+ return x.__wrap(C);
1019
1018
  } finally {
1020
1019
  I.__wbindgen_add_to_stack_pointer(16);
1021
1020
  }
@@ -1031,8 +1030,8 @@ class t {
1031
1030
  H(A, t), I.wasmselectbuilder_union_all(E, this.__wbg_ptr, A.__wbg_ptr);
1032
1031
  var C = M().getInt32(E + 0, !0), Q = M().getInt32(E + 4, !0), B = M().getInt32(E + 8, !0);
1033
1032
  if (B)
1034
- throw F(Q);
1035
- return Z.__wrap(C);
1033
+ throw J(Q);
1034
+ return x.__wrap(C);
1036
1035
  } finally {
1037
1036
  I.__wbindgen_add_to_stack_pointer(16);
1038
1037
  }
@@ -1042,7 +1041,7 @@ class t {
1042
1041
  * @param {WasmExpr} condition
1043
1042
  */
1044
1043
  where_expr(A) {
1045
- 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);
1046
1045
  }
1047
1046
  /**
1048
1047
  * Set the WHERE clause by parsing a raw SQL condition string.
@@ -1063,22 +1062,22 @@ class t {
1063
1062
  H(C, QA), I.wasmselectbuilder_window(E, this.__wbg_ptr, D, i, C.__wbg_ptr);
1064
1063
  var Q = M().getInt32(E + 0, !0), B = M().getInt32(E + 4, !0);
1065
1064
  if (B)
1066
- throw F(Q);
1065
+ throw J(Q);
1067
1066
  } finally {
1068
1067
  I.__wbindgen_add_to_stack_pointer(16);
1069
1068
  }
1070
1069
  }
1071
1070
  }
1072
1071
  Symbol.dispose && (t.prototype[Symbol.dispose] = t.prototype.free);
1073
- class Z {
1072
+ class x {
1074
1073
  static __wrap(A) {
1075
1074
  A = A >>> 0;
1076
- const C = Object.create(Z.prototype);
1077
- return C.__wbg_ptr = A, rA.register(C, C.__wbg_ptr, C), C;
1075
+ const C = Object.create(x.prototype);
1076
+ return C.__wbg_ptr = A, nA.register(C, C.__wbg_ptr, C), C;
1078
1077
  }
1079
1078
  __destroy_into_raw() {
1080
1079
  const A = this.__wbg_ptr;
1081
- return this.__wbg_ptr = 0, rA.unregister(this), A;
1080
+ return this.__wbg_ptr = 0, nA.unregister(this), A;
1082
1081
  }
1083
1082
  free() {
1084
1083
  const A = this.__destroy_into_raw();
@@ -1094,8 +1093,8 @@ class Z {
1094
1093
  I.wasmsetopbuilder_build(B, this.__wbg_ptr);
1095
1094
  var A = M().getInt32(B + 0, !0), C = M().getInt32(B + 4, !0), Q = M().getInt32(B + 8, !0);
1096
1095
  if (Q)
1097
- throw F(C);
1098
- return F(A);
1096
+ throw J(C);
1097
+ return J(A);
1099
1098
  } finally {
1100
1099
  I.__wbindgen_add_to_stack_pointer(16);
1101
1100
  }
@@ -1131,16 +1130,16 @@ class Z {
1131
1130
  try {
1132
1131
  const y = I.__wbindgen_add_to_stack_pointer(-16), h = o(A, I.__wbindgen_export, I.__wbindgen_export2), R = N;
1133
1132
  I.wasmsetopbuilder_to_sql(y, this.__wbg_ptr, h, R);
1134
- var B = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), k = B, G = E;
1133
+ var B = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), k = B, K = E;
1135
1134
  if (i)
1136
- throw k = 0, G = 0, F(D);
1137
- return C = k, Q = G, L(k, G);
1135
+ throw k = 0, K = 0, J(D);
1136
+ return C = k, Q = K, L(k, K);
1138
1137
  } finally {
1139
1138
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, Q, 1);
1140
1139
  }
1141
1140
  }
1142
1141
  }
1143
- Symbol.dispose && (Z.prototype[Symbol.dispose] = Z.prototype.free);
1142
+ Symbol.dispose && (x.prototype[Symbol.dispose] = x.prototype.free);
1144
1143
  class oA {
1145
1144
  __destroy_into_raw() {
1146
1145
  const A = this.__wbg_ptr;
@@ -1160,8 +1159,8 @@ class oA {
1160
1159
  I.wasmupdatebuilder_build(B, this.__wbg_ptr);
1161
1160
  var A = M().getInt32(B + 0, !0), C = M().getInt32(B + 4, !0), Q = M().getInt32(B + 8, !0);
1162
1161
  if (Q)
1163
- throw F(C);
1164
- return F(A);
1162
+ throw J(C);
1163
+ return J(A);
1165
1164
  } finally {
1166
1165
  I.__wbindgen_add_to_stack_pointer(16);
1167
1166
  }
@@ -1189,7 +1188,7 @@ class oA {
1189
1188
  */
1190
1189
  set(A, C) {
1191
1190
  const Q = o(A, I.__wbindgen_export, I.__wbindgen_export2), B = N;
1192
- H(C, K), I.wasmupdatebuilder_set(this.__wbg_ptr, Q, B, C.__wbg_ptr);
1191
+ H(C, G), I.wasmupdatebuilder_set(this.__wbg_ptr, Q, B, C.__wbg_ptr);
1193
1192
  }
1194
1193
  /**
1195
1194
  * Generate SQL string for the given dialect.
@@ -1201,10 +1200,10 @@ class oA {
1201
1200
  try {
1202
1201
  const y = I.__wbindgen_add_to_stack_pointer(-16), h = o(A, I.__wbindgen_export, I.__wbindgen_export2), R = N;
1203
1202
  I.wasmupdatebuilder_to_sql(y, this.__wbg_ptr, h, R);
1204
- var B = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), k = B, G = E;
1203
+ var B = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), k = B, K = E;
1205
1204
  if (i)
1206
- throw k = 0, G = 0, F(D);
1207
- return C = k, Q = G, L(k, G);
1205
+ throw k = 0, K = 0, J(D);
1206
+ return C = k, Q = K, L(k, K);
1208
1207
  } finally {
1209
1208
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, Q, 1);
1210
1209
  }
@@ -1214,7 +1213,7 @@ class oA {
1214
1213
  * @param {WasmExpr} condition
1215
1214
  */
1216
1215
  where_expr(A) {
1217
- 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);
1218
1217
  }
1219
1218
  }
1220
1219
  Symbol.dispose && (oA.prototype[Symbol.dispose] = oA.prototype.free);
@@ -1250,26 +1249,26 @@ class QA {
1250
1249
  }
1251
1250
  }
1252
1251
  Symbol.dispose && (QA.prototype[Symbol.dispose] = QA.prototype.free);
1253
- function UI(g, A, C) {
1252
+ function FI(g, A, C) {
1254
1253
  let Q, B;
1255
1254
  try {
1256
- const i = 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;
1257
- I.annotate_types(i, k, G, y, h, R, q);
1255
+ const i = I.__wbindgen_add_to_stack_pointer(-16), k = o(g, I.__wbindgen_export, I.__wbindgen_export2), K = 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(i, k, K, y, h, R, q);
1258
1257
  var E = M().getInt32(i + 0, !0), D = M().getInt32(i + 4, !0);
1259
1258
  return Q = E, B = D, L(E, D);
1260
1259
  } finally {
1261
1260
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(Q, B, 1);
1262
1261
  }
1263
1262
  }
1264
- function FI(g, A, C) {
1265
- const Q = o(g, I.__wbindgen_export, I.__wbindgen_export2), B = N, E = o(A, I.__wbindgen_export, I.__wbindgen_export2), D = N, i = o(C, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = I.annotate_types_value(Q, B, E, D, i, k);
1266
- return F(G);
1263
+ function JI(g, A, C) {
1264
+ const Q = o(g, I.__wbindgen_export, I.__wbindgen_export2), B = N, E = o(A, I.__wbindgen_export, I.__wbindgen_export2), D = N, i = o(C, I.__wbindgen_export, I.__wbindgen_export2), k = N, K = I.annotate_types_value(Q, B, E, D, i, k);
1265
+ return J(K);
1267
1266
  }
1268
1267
  function vA(g, A, C) {
1269
1268
  let Q, B;
1270
1269
  try {
1271
- const i = 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;
1272
- I.ast_add_where(i, k, G, y, h, C);
1270
+ const i = I.__wbindgen_add_to_stack_pointer(-16), k = o(g, I.__wbindgen_export, I.__wbindgen_export2), K = N, y = o(A, I.__wbindgen_export, I.__wbindgen_export2), h = N;
1271
+ I.ast_add_where(i, k, K, y, h, C);
1273
1272
  var E = M().getInt32(i + 0, !0), D = M().getInt32(i + 4, !0);
1274
1273
  return Q = E, B = D, L(E, D);
1275
1274
  } finally {
@@ -1367,8 +1366,8 @@ function Qg(g) {
1367
1366
  function Bg(g, A) {
1368
1367
  let C, Q;
1369
1368
  try {
1370
- const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1371
- I.ast_qualify_columns(D, i, k, G, y);
1369
+ const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, K = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1370
+ I.ast_qualify_columns(D, i, k, K, y);
1372
1371
  var B = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
1373
1372
  return C = B, Q = E, L(B, E);
1374
1373
  } finally {
@@ -1378,8 +1377,8 @@ function Bg(g, A) {
1378
1377
  function Eg(g, A) {
1379
1378
  let C, Q;
1380
1379
  try {
1381
- const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1382
- I.ast_qualify_tables(D, i, k, G, y);
1380
+ const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, K = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1381
+ I.ast_qualify_tables(D, i, k, K, y);
1383
1382
  var B = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
1384
1383
  return C = B, Q = E, L(B, E);
1385
1384
  } finally {
@@ -1400,8 +1399,8 @@ function Dg(g) {
1400
1399
  function wg(g, A) {
1401
1400
  let C, Q;
1402
1401
  try {
1403
- const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1404
- I.ast_rename_columns(D, i, k, G, y);
1402
+ const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, K = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1403
+ I.ast_rename_columns(D, i, k, K, y);
1405
1404
  var B = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
1406
1405
  return C = B, Q = E, L(B, E);
1407
1406
  } finally {
@@ -1411,8 +1410,8 @@ function wg(g, A) {
1411
1410
  function Mg(g, A) {
1412
1411
  let C, Q;
1413
1412
  try {
1414
- const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1415
- I.ast_rename_tables(D, i, k, G, y);
1413
+ const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, K = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1414
+ I.ast_rename_tables(D, i, k, K, y);
1416
1415
  var B = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
1417
1416
  return C = B, Q = E, L(B, E);
1418
1417
  } finally {
@@ -1422,8 +1421,8 @@ function Mg(g, A) {
1422
1421
  function ig(g, A, C) {
1423
1422
  let Q, B;
1424
1423
  try {
1425
- const i = 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;
1426
- I.ast_rename_tables_with_options(i, k, G, y, h, R, q);
1424
+ const i = I.__wbindgen_add_to_stack_pointer(-16), k = o(g, I.__wbindgen_export, I.__wbindgen_export2), K = 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(i, k, K, y, h, R, q);
1427
1426
  var E = M().getInt32(i + 0, !0), D = M().getInt32(i + 4, !0);
1428
1427
  return Q = E, B = D, L(E, D);
1429
1428
  } finally {
@@ -1455,19 +1454,19 @@ function og(g, A) {
1455
1454
  function kg(g, A, C, Q, B, E) {
1456
1455
  let D, i;
1457
1456
  try {
1458
- 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, n = o(C, I.__wbindgen_export, I.__wbindgen_export2), v = N;
1459
- I.diff_sql(y, h, R, q, O, n, v, Q, B, E);
1460
- var k = M().getInt32(y + 0, !0), G = M().getInt32(y + 4, !0);
1461
- return D = k, i = G, L(k, G);
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), P = N, r = o(C, I.__wbindgen_export, I.__wbindgen_export2), v = N;
1458
+ I.diff_sql(y, h, R, q, P, r, v, Q, B, E);
1459
+ var k = M().getInt32(y + 0, !0), K = M().getInt32(y + 4, !0);
1460
+ return D = k, i = K, L(k, K);
1462
1461
  } finally {
1463
1462
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(D, i, 1);
1464
1463
  }
1465
1464
  }
1466
- function JI(g, A) {
1465
+ function UI(g, A) {
1467
1466
  let C, Q;
1468
1467
  try {
1469
- const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1470
- I.format_sql(D, i, k, G, y);
1468
+ const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, K = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1469
+ I.format_sql(D, i, k, K, y);
1471
1470
  var B = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
1472
1471
  return C = B, Q = E, L(B, E);
1473
1472
  } finally {
@@ -1476,13 +1475,13 @@ function JI(g, A) {
1476
1475
  }
1477
1476
  function RI(g, A) {
1478
1477
  const C = o(g, I.__wbindgen_export, I.__wbindgen_export2), Q = N, B = o(A, I.__wbindgen_export, I.__wbindgen_export2), E = N, D = I.format_sql_value(C, Q, B, E);
1479
- return F(D);
1478
+ return J(D);
1480
1479
  }
1481
1480
  function sI(g, A, C) {
1482
1481
  let Q, B;
1483
1482
  try {
1484
- const i = 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;
1485
- I.format_sql_with_options(i, k, G, y, h, R, q);
1483
+ const i = I.__wbindgen_add_to_stack_pointer(-16), k = o(g, I.__wbindgen_export, I.__wbindgen_export2), K = 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(i, k, K, y, h, R, q);
1486
1485
  var E = M().getInt32(i + 0, !0), D = M().getInt32(i + 4, !0);
1487
1486
  return Q = E, B = D, L(E, D);
1488
1487
  } finally {
@@ -1491,13 +1490,13 @@ function sI(g, A, C) {
1491
1490
  }
1492
1491
  function aI(g, A, C) {
1493
1492
  const Q = o(g, I.__wbindgen_export, I.__wbindgen_export2), B = N, E = o(A, I.__wbindgen_export, I.__wbindgen_export2), D = N, i = I.format_sql_with_options_value(Q, B, E, D, s(C));
1494
- return F(i);
1493
+ return J(i);
1495
1494
  }
1496
1495
  function qI(g, A) {
1497
1496
  let C, Q;
1498
1497
  try {
1499
- const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1500
- I.generate(D, i, k, G, y);
1498
+ const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, K = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1499
+ I.generate(D, i, k, K, y);
1501
1500
  var B = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
1502
1501
  return C = B, Q = E, L(B, E);
1503
1502
  } finally {
@@ -1506,7 +1505,7 @@ function qI(g, A) {
1506
1505
  }
1507
1506
  function pI(g, A) {
1508
1507
  const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), Q = N, B = I.generate_value(s(g), C, Q);
1509
- return F(B);
1508
+ return J(B);
1510
1509
  }
1511
1510
  function TI() {
1512
1511
  let g, A;
@@ -1519,37 +1518,37 @@ function TI() {
1519
1518
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(g, A, 1);
1520
1519
  }
1521
1520
  }
1522
- function PI() {
1521
+ function OI() {
1523
1522
  const g = I.get_dialects_value();
1524
- return F(g);
1523
+ return J(g);
1525
1524
  }
1526
1525
  function yg(g, A, C, Q) {
1527
1526
  let B, E;
1528
1527
  try {
1529
- 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;
1530
- I.lineage_sql(k, G, y, h, R, q, O, Q);
1528
+ const k = I.__wbindgen_add_to_stack_pointer(-16), K = 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), P = N;
1529
+ I.lineage_sql(k, K, y, h, R, q, P, Q);
1531
1530
  var D = M().getInt32(k + 0, !0), i = M().getInt32(k + 4, !0);
1532
1531
  return B = D, E = i, L(D, i);
1533
1532
  } finally {
1534
1533
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(B, E, 1);
1535
1534
  }
1536
1535
  }
1537
- function Gg(g, A, C, Q, B) {
1536
+ function Kg(g, A, C, Q, B) {
1538
1537
  let E, D;
1539
1538
  try {
1540
- 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), n = N, v = o(Q, I.__wbindgen_export, I.__wbindgen_export2), SI = N;
1541
- I.lineage_sql_with_schema(G, y, h, R, q, O, n, v, SI, B);
1542
- var i = M().getInt32(G + 0, !0), k = M().getInt32(G + 4, !0);
1539
+ const K = 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, P = o(C, I.__wbindgen_export, I.__wbindgen_export2), r = N, v = o(Q, I.__wbindgen_export, I.__wbindgen_export2), SI = N;
1540
+ I.lineage_sql_with_schema(K, y, h, R, q, P, r, v, SI, B);
1541
+ var i = M().getInt32(K + 0, !0), k = M().getInt32(K + 4, !0);
1543
1542
  return E = i, D = k, L(i, k);
1544
1543
  } finally {
1545
1544
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(E, D, 1);
1546
1545
  }
1547
1546
  }
1548
- function Kg(g, A) {
1547
+ function Gg(g, A) {
1549
1548
  let C, Q;
1550
1549
  try {
1551
- const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1552
- I.openlineage_column_lineage(D, i, k, G, y);
1550
+ const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, K = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1551
+ I.openlineage_column_lineage(D, i, k, K, y);
1553
1552
  var B = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
1554
1553
  return C = B, Q = E, L(B, E);
1555
1554
  } finally {
@@ -1559,8 +1558,8 @@ function Kg(g, A) {
1559
1558
  function Yg(g, A) {
1560
1559
  let C, Q;
1561
1560
  try {
1562
- const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1563
- I.openlineage_job_event(D, i, k, G, y);
1561
+ const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, K = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1562
+ I.openlineage_job_event(D, i, k, K, y);
1564
1563
  var B = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
1565
1564
  return C = B, Q = E, L(B, E);
1566
1565
  } finally {
@@ -1570,19 +1569,19 @@ function Yg(g, A) {
1570
1569
  function Hg(g, A) {
1571
1570
  let C, Q;
1572
1571
  try {
1573
- const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1574
- I.openlineage_run_event(D, i, k, G, y);
1572
+ const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, K = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1573
+ I.openlineage_run_event(D, i, k, K, y);
1575
1574
  var B = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
1576
1575
  return C = B, Q = E, L(B, E);
1577
1576
  } finally {
1578
1577
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, Q, 1);
1579
1578
  }
1580
1579
  }
1581
- function OI(g, A) {
1580
+ function PI(g, A) {
1582
1581
  let C, Q;
1583
1582
  try {
1584
- const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1585
- I.parse(D, i, k, G, y);
1583
+ const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, K = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1584
+ I.parse(D, i, k, K, y);
1586
1585
  var B = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
1587
1586
  return C = B, Q = E, L(B, E);
1588
1587
  } finally {
@@ -1591,13 +1590,13 @@ function OI(g, A) {
1591
1590
  }
1592
1591
  function tI(g, A) {
1593
1592
  const C = o(g, I.__wbindgen_export, I.__wbindgen_export2), Q = N, B = o(A, I.__wbindgen_export, I.__wbindgen_export2), E = N, D = I.parse_value(C, Q, B, E);
1594
- return F(D);
1593
+ return J(D);
1595
1594
  }
1596
1595
  function hg(g, A) {
1597
1596
  let C, Q;
1598
1597
  try {
1599
- const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1600
- I.plan(D, i, k, G, y);
1598
+ const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, K = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1599
+ I.plan(D, i, k, K, y);
1601
1600
  var B = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
1602
1601
  return C = B, Q = E, L(B, E);
1603
1602
  } finally {
@@ -1607,8 +1606,8 @@ function hg(g, A) {
1607
1606
  function Sg(g, A, C) {
1608
1607
  let Q, B;
1609
1608
  try {
1610
- const i = 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;
1611
- I.source_tables(i, k, G, y, h, R, q);
1609
+ const i = I.__wbindgen_add_to_stack_pointer(-16), k = o(g, I.__wbindgen_export, I.__wbindgen_export2), K = 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(i, k, K, y, h, R, q);
1612
1611
  var E = M().getInt32(i + 0, !0), D = M().getInt32(i + 4, !0);
1613
1612
  return Q = E, B = D, L(E, D);
1614
1613
  } finally {
@@ -1618,8 +1617,8 @@ function Sg(g, A, C) {
1618
1617
  function dI(g, A) {
1619
1618
  let C, Q;
1620
1619
  try {
1621
- const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1622
- I.tokenize(D, i, k, G, y);
1620
+ const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, K = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1621
+ I.tokenize(D, i, k, K, y);
1623
1622
  var B = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
1624
1623
  return C = B, Q = E, L(B, E);
1625
1624
  } finally {
@@ -1628,39 +1627,39 @@ function dI(g, A) {
1628
1627
  }
1629
1628
  function jI(g, A) {
1630
1629
  const C = o(g, I.__wbindgen_export, I.__wbindgen_export2), Q = N, B = o(A, I.__wbindgen_export, I.__wbindgen_export2), E = N, D = I.tokenize_value(C, Q, B, E);
1631
- return F(D);
1630
+ return J(D);
1632
1631
  }
1633
- function zI(g, A, C) {
1632
+ function fI(g, A, C) {
1634
1633
  let Q, B;
1635
1634
  try {
1636
- const i = 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;
1637
- I.transpile(i, k, G, y, h, R, q);
1635
+ const i = I.__wbindgen_add_to_stack_pointer(-16), k = o(g, I.__wbindgen_export, I.__wbindgen_export2), K = 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(i, k, K, y, h, R, q);
1638
1637
  var E = M().getInt32(i + 0, !0), D = M().getInt32(i + 4, !0);
1639
1638
  return Q = E, B = D, L(E, D);
1640
1639
  } finally {
1641
1640
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(Q, B, 1);
1642
1641
  }
1643
1642
  }
1644
- function fI(g, A, C) {
1645
- const Q = o(g, I.__wbindgen_export, I.__wbindgen_export2), B = N, E = o(A, I.__wbindgen_export, I.__wbindgen_export2), D = N, i = o(C, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = I.transpile_value(Q, B, E, D, i, k);
1646
- return F(G);
1643
+ function zI(g, A, C) {
1644
+ const Q = o(g, I.__wbindgen_export, I.__wbindgen_export2), B = N, E = o(A, I.__wbindgen_export, I.__wbindgen_export2), D = N, i = o(C, I.__wbindgen_export, I.__wbindgen_export2), k = N, K = I.transpile_value(Q, B, E, D, i, k);
1645
+ return J(K);
1647
1646
  }
1648
- function xI(g, A) {
1647
+ function ZI(g, A) {
1649
1648
  let C, Q;
1650
1649
  try {
1651
- const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, G = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1652
- I.validate(D, i, k, G, y);
1650
+ const D = I.__wbindgen_add_to_stack_pointer(-16), i = o(g, I.__wbindgen_export, I.__wbindgen_export2), k = N, K = o(A, I.__wbindgen_export, I.__wbindgen_export2), y = N;
1651
+ I.validate(D, i, k, K, y);
1653
1652
  var B = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
1654
1653
  return C = B, Q = E, L(B, E);
1655
1654
  } finally {
1656
1655
  I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, Q, 1);
1657
1656
  }
1658
1657
  }
1659
- function ZI(g, A, C) {
1658
+ function xI(g, A, C) {
1660
1659
  let Q, B;
1661
1660
  try {
1662
- const i = 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;
1663
- I.validate_with_options(i, k, G, y, h, R, q);
1661
+ const i = I.__wbindgen_add_to_stack_pointer(-16), k = o(g, I.__wbindgen_export, I.__wbindgen_export2), K = 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(i, k, K, y, h, R, q);
1664
1663
  var E = M().getInt32(i + 0, !0), D = M().getInt32(i + 4, !0);
1665
1664
  return Q = E, B = D, L(E, D);
1666
1665
  } finally {
@@ -1670,8 +1669,8 @@ function ZI(g, A, C) {
1670
1669
  function cg(g, A, C, Q) {
1671
1670
  let B, E;
1672
1671
  try {
1673
- 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, n = o(Q, I.__wbindgen_export, I.__wbindgen_export2), v = N;
1674
- I.validate_with_schema(k, G, y, h, R, q, O, n, v);
1672
+ const k = I.__wbindgen_add_to_stack_pointer(-16), K = 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), P = N, r = o(Q, I.__wbindgen_export, I.__wbindgen_export2), v = N;
1673
+ I.validate_with_schema(k, K, y, h, R, q, P, r, v);
1675
1674
  var D = M().getInt32(k + 0, !0), i = M().getInt32(k + 4, !0);
1676
1675
  return B = D, E = i, L(D, i);
1677
1676
  } finally {
@@ -1690,75 +1689,75 @@ function VI() {
1690
1689
  }
1691
1690
  }
1692
1691
  function Lg(g, A) {
1693
- H(g, K);
1692
+ H(g, G);
1694
1693
  const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), Q = N, B = I.wasm_alias(g.__wbg_ptr, C, Q);
1695
- return K.__wrap(B);
1694
+ return G.__wrap(B);
1696
1695
  }
1697
- function Ug(g, A) {
1698
- H(g, K), H(A, K);
1696
+ function Fg(g, A) {
1697
+ H(g, G), H(A, G);
1699
1698
  const C = I.wasm_and(g.__wbg_ptr, A.__wbg_ptr);
1700
- return K.__wrap(C);
1699
+ return G.__wrap(C);
1701
1700
  }
1702
- function Fg(g) {
1701
+ function Jg(g) {
1703
1702
  const A = I.wasm_boolean(g);
1704
- return K.__wrap(A);
1703
+ return G.__wrap(A);
1705
1704
  }
1706
- function Jg(g) {
1707
- H(g, K);
1705
+ function Ug(g) {
1706
+ H(g, G);
1708
1707
  const A = I.wasm_case_of(g.__wbg_ptr);
1709
1708
  return m.__wrap(A);
1710
1709
  }
1711
1710
  function Rg(g, A) {
1712
- H(g, K);
1711
+ H(g, G);
1713
1712
  const C = o(A, I.__wbindgen_export, I.__wbindgen_export2), Q = N, B = I.wasm_cast(g.__wbg_ptr, C, Q);
1714
- return K.__wrap(B);
1713
+ return G.__wrap(B);
1715
1714
  }
1716
- function UA(g) {
1715
+ function FA(g) {
1717
1716
  const A = o(g, I.__wbindgen_export, I.__wbindgen_export2), C = N, Q = I.wasm_col(A, C);
1718
- return K.__wrap(Q);
1717
+ return G.__wrap(Q);
1719
1718
  }
1720
1719
  function sg(g) {
1721
- H(g, K);
1720
+ H(g, G);
1722
1721
  const A = I.wasm_count_distinct(g.__wbg_ptr);
1723
- return K.__wrap(A);
1722
+ return G.__wrap(A);
1724
1723
  }
1725
1724
  function ag(g, A) {
1726
1725
  const C = o(g, I.__wbindgen_export, I.__wbindgen_export2), Q = N;
1727
- H(A, K);
1726
+ H(A, G);
1728
1727
  const B = I.wasm_extract(C, Q, A.__wbg_ptr);
1729
- return K.__wrap(B);
1728
+ return G.__wrap(B);
1730
1729
  }
1731
1730
  function qg(g, A) {
1732
1731
  const C = o(g, I.__wbindgen_export, I.__wbindgen_export2), Q = N;
1733
1732
  H(A, T);
1734
1733
  const B = I.wasm_func(C, Q, A.__wbg_ptr);
1735
- return K.__wrap(B);
1734
+ return G.__wrap(B);
1736
1735
  }
1737
1736
  function kA(g) {
1738
1737
  const A = I.wasm_lit(s(g));
1739
- return K.__wrap(A);
1738
+ return G.__wrap(A);
1740
1739
  }
1741
1740
  function pg(g) {
1742
- H(g, K);
1741
+ H(g, G);
1743
1742
  const A = I.wasm_not(g.__wbg_ptr);
1744
- return K.__wrap(A);
1743
+ return G.__wrap(A);
1745
1744
  }
1746
1745
  function yA() {
1747
1746
  const g = I.wasm_null();
1748
- return K.__wrap(g);
1747
+ return G.__wrap(g);
1749
1748
  }
1750
1749
  function Tg(g, A) {
1751
- H(g, K), H(A, K);
1750
+ H(g, G), H(A, G);
1752
1751
  const C = I.wasm_or(g.__wbg_ptr, A.__wbg_ptr);
1753
- return K.__wrap(C);
1752
+ return G.__wrap(C);
1754
1753
  }
1755
- function Pg(g) {
1754
+ function Og(g) {
1756
1755
  const A = o(g, I.__wbindgen_export, I.__wbindgen_export2), C = N, Q = I.wasm_sql_expr(A, C);
1757
- return K.__wrap(Q);
1756
+ return G.__wrap(Q);
1758
1757
  }
1759
- function Og() {
1758
+ function Pg() {
1760
1759
  const g = I.wasm_star();
1761
- return K.__wrap(g);
1760
+ return G.__wrap(g);
1762
1761
  }
1763
1762
  function tg(g, A) {
1764
1763
  try {
@@ -1768,32 +1767,32 @@ function tg(g, A) {
1768
1767
  I.wasm_subquery(E, g.__wbg_ptr, D, i);
1769
1768
  var C = M().getInt32(E + 0, !0), Q = M().getInt32(E + 4, !0), B = M().getInt32(E + 8, !0);
1770
1769
  if (B)
1771
- throw F(Q);
1772
- return K.__wrap(C);
1770
+ throw J(Q);
1771
+ return G.__wrap(C);
1773
1772
  } finally {
1774
1773
  I.__wbindgen_add_to_stack_pointer(16);
1775
1774
  }
1776
1775
  }
1777
1776
  function dg(g) {
1778
1777
  const A = o(g, I.__wbindgen_export, I.__wbindgen_export2), C = N, Q = I.wasm_table(A, C);
1779
- return K.__wrap(Q);
1778
+ return G.__wrap(Q);
1780
1779
  }
1781
- function lI(g, A) {
1780
+ function WI(g, A) {
1782
1781
  const C = Error(L(g, A));
1783
1782
  return s(C);
1784
1783
  }
1785
- function WI(g) {
1784
+ function eI(g) {
1786
1785
  return Number(c(g));
1787
1786
  }
1788
- function eI(g, A) {
1787
+ function lI(g, A) {
1789
1788
  const C = String(c(A)), Q = o(C, I.__wbindgen_export, I.__wbindgen_export2), B = N;
1790
1789
  M().setInt32(g + 4, B, !0), M().setInt32(g + 0, Q, !0);
1791
1790
  }
1792
- function nI(g, A) {
1791
+ function rI(g, A) {
1793
1792
  const C = c(A), Q = typeof C == "bigint" ? C : void 0;
1794
1793
  M().setBigInt64(g + 8, b(Q) ? BigInt(0) : Q, !0), M().setInt32(g + 0, !b(Q), !0);
1795
1794
  }
1796
- function rI(g) {
1795
+ function nI(g) {
1797
1796
  const A = c(g), C = typeof A == "boolean" ? A : void 0;
1798
1797
  return b(C) ? 16777215 : C ? 1 : 0;
1799
1798
  }
@@ -1842,7 +1841,7 @@ function BC(g, A) {
1842
1841
  throw new Error(L(g, A));
1843
1842
  }
1844
1843
  function EC() {
1845
- return GA(function(g, A) {
1844
+ return KA(function(g, A) {
1846
1845
  const C = c(g).call(c(A));
1847
1846
  return s(C);
1848
1847
  }, arguments);
@@ -1867,7 +1866,7 @@ function iC(g, A) {
1867
1866
  }
1868
1867
  }
1869
1868
  function NC() {
1870
- return GA(function(g) {
1869
+ return KA(function(g) {
1871
1870
  const A = String.fromCodePoint(g >>> 0);
1872
1871
  return s(A);
1873
1872
  }, arguments);
@@ -1877,7 +1876,7 @@ function oC(g, A) {
1877
1876
  return s(C);
1878
1877
  }
1879
1878
  function kC() {
1880
- return GA(function(g, A) {
1879
+ return KA(function(g, A) {
1881
1880
  const C = Reflect.get(c(g), c(A));
1882
1881
  return s(C);
1883
1882
  }, arguments);
@@ -1886,7 +1885,7 @@ function yC(g, A) {
1886
1885
  const C = c(g)[c(A)];
1887
1886
  return s(C);
1888
1887
  }
1889
- function GC(g) {
1888
+ function KC(g) {
1890
1889
  let A;
1891
1890
  try {
1892
1891
  A = c(g) instanceof ArrayBuffer;
@@ -1895,7 +1894,7 @@ function GC(g) {
1895
1894
  }
1896
1895
  return A;
1897
1896
  }
1898
- function KC(g) {
1897
+ function GC(g) {
1899
1898
  let A;
1900
1899
  try {
1901
1900
  A = c(g) instanceof Map;
@@ -1928,14 +1927,14 @@ function cC(g) {
1928
1927
  function LC(g) {
1929
1928
  return c(g).length;
1930
1929
  }
1931
- function UC(g) {
1930
+ function FC(g) {
1932
1931
  return c(g).length;
1933
1932
  }
1934
- function FC() {
1933
+ function JC() {
1935
1934
  const g = new Object();
1936
1935
  return s(g);
1937
1936
  }
1938
- function JC() {
1937
+ function UC() {
1939
1938
  const g = new Array();
1940
1939
  return s(g);
1941
1940
  }
@@ -1951,7 +1950,7 @@ function aC(g) {
1951
1950
  return s(A);
1952
1951
  }
1953
1952
  function qC() {
1954
- return GA(function(g) {
1953
+ return KA(function(g) {
1955
1954
  const A = c(g).next();
1956
1955
  return s(A);
1957
1956
  }, arguments);
@@ -1961,17 +1960,17 @@ function pC(g) {
1961
1960
  return s(A);
1962
1961
  }
1963
1962
  function TC(g, A, C) {
1964
- Uint8Array.prototype.set.call(eC(g, A), c(C));
1963
+ Uint8Array.prototype.set.call(lC(g, A), c(C));
1965
1964
  }
1966
- function PC(g, A, C) {
1965
+ function OC(g, A, C) {
1967
1966
  const Q = c(g).set(c(A), c(C));
1968
1967
  return s(Q);
1969
1968
  }
1970
- function OC(g, A, C) {
1971
- c(g)[F(A)] = F(C);
1969
+ function PC(g, A, C) {
1970
+ c(g)[J(A)] = J(C);
1972
1971
  }
1973
1972
  function tC(g, A, C) {
1974
- c(g)[A >>> 0] = F(C);
1973
+ c(g)[A >>> 0] = J(C);
1975
1974
  }
1976
1975
  function dC(g, A) {
1977
1976
  const C = c(A).stack, Q = o(C, I.__wbindgen_export, I.__wbindgen_export2), B = N;
@@ -1981,17 +1980,17 @@ function jC(g) {
1981
1980
  const A = c(g).value;
1982
1981
  return s(A);
1983
1982
  }
1984
- function zC(g) {
1983
+ function fC(g) {
1985
1984
  return s(g);
1986
1985
  }
1987
- function fC(g) {
1986
+ function zC(g) {
1988
1987
  return s(g);
1989
1988
  }
1990
- function xC(g, A) {
1989
+ function ZC(g, A) {
1991
1990
  const C = L(g, A);
1992
1991
  return s(C);
1993
1992
  }
1994
- function ZC(g) {
1993
+ function xC(g) {
1995
1994
  const A = BigInt.asUintN(64, g);
1996
1995
  return s(A);
1997
1996
  }
@@ -1999,26 +1998,26 @@ function VC(g) {
1999
1998
  const A = c(g);
2000
1999
  return s(A);
2001
2000
  }
2002
- function lC(g) {
2003
- F(g);
2001
+ function WC(g) {
2002
+ J(g);
2004
2003
  }
2005
- const xA = typeof FinalizationRegistry > "u" ? { register: () => {
2004
+ const ZA = typeof FinalizationRegistry > "u" ? { register: () => {
2006
2005
  }, unregister: () => {
2007
2006
  } } : new FinalizationRegistry((g) => I.__wbg_wasmassignmentarray_free(g >>> 0, 1)), hA = typeof FinalizationRegistry > "u" ? { register: () => {
2008
2007
  }, unregister: () => {
2009
- } } : new FinalizationRegistry((g) => I.__wbg_wasmcasebuilder_free(g >>> 0, 1)), ZA = typeof FinalizationRegistry > "u" ? { register: () => {
2008
+ } } : new FinalizationRegistry((g) => I.__wbg_wasmcasebuilder_free(g >>> 0, 1)), xA = typeof FinalizationRegistry > "u" ? { register: () => {
2010
2009
  }, unregister: () => {
2011
2010
  } } : new FinalizationRegistry((g) => I.__wbg_wasmdeletebuilder_free(g >>> 0, 1)), VA = typeof FinalizationRegistry > "u" ? { register: () => {
2012
2011
  }, unregister: () => {
2013
- } } : new FinalizationRegistry((g) => I.__wbg_wasmexpr_free(g >>> 0, 1)), lA = typeof FinalizationRegistry > "u" ? { register: () => {
2012
+ } } : new FinalizationRegistry((g) => I.__wbg_wasmexpr_free(g >>> 0, 1)), WA = typeof FinalizationRegistry > "u" ? { register: () => {
2014
2013
  }, unregister: () => {
2015
- } } : new FinalizationRegistry((g) => I.__wbg_wasmexprarray_free(g >>> 0, 1)), WA = typeof FinalizationRegistry > "u" ? { register: () => {
2014
+ } } : new FinalizationRegistry((g) => I.__wbg_wasmexprarray_free(g >>> 0, 1)), eA = typeof FinalizationRegistry > "u" ? { register: () => {
2016
2015
  }, unregister: () => {
2017
- } } : new FinalizationRegistry((g) => I.__wbg_wasminsertbuilder_free(g >>> 0, 1)), eA = typeof FinalizationRegistry > "u" ? { register: () => {
2016
+ } } : new FinalizationRegistry((g) => I.__wbg_wasminsertbuilder_free(g >>> 0, 1)), lA = typeof FinalizationRegistry > "u" ? { register: () => {
2018
2017
  }, unregister: () => {
2019
- } } : new FinalizationRegistry((g) => I.__wbg_wasmmergebuilder_free(g >>> 0, 1)), nA = typeof FinalizationRegistry > "u" ? { register: () => {
2018
+ } } : new FinalizationRegistry((g) => I.__wbg_wasmmergebuilder_free(g >>> 0, 1)), rA = typeof FinalizationRegistry > "u" ? { register: () => {
2020
2019
  }, unregister: () => {
2021
- } } : new FinalizationRegistry((g) => I.__wbg_wasmselectbuilder_free(g >>> 0, 1)), rA = typeof FinalizationRegistry > "u" ? { register: () => {
2020
+ } } : new FinalizationRegistry((g) => I.__wbg_wasmselectbuilder_free(g >>> 0, 1)), nA = typeof FinalizationRegistry > "u" ? { register: () => {
2022
2021
  }, unregister: () => {
2023
2022
  } } : new FinalizationRegistry((g) => I.__wbg_wasmsetopbuilder_free(g >>> 0, 1)), mA = typeof FinalizationRegistry > "u" ? { register: () => {
2024
2023
  }, unregister: () => {
@@ -2026,9 +2025,9 @@ const xA = typeof FinalizationRegistry > "u" ? { register: () => {
2026
2025
  }, unregister: () => {
2027
2026
  } } : new FinalizationRegistry((g) => I.__wbg_wasmwindowdefbuilder_free(g >>> 0, 1));
2028
2027
  function s(g) {
2029
- AA === x.length && x.push(x.length + 1);
2028
+ AA === Z.length && Z.push(Z.length + 1);
2030
2029
  const A = AA;
2031
- return AA = x[A], x[A] = g, A;
2030
+ return AA = Z[A], Z[A] = g, A;
2032
2031
  }
2033
2032
  function H(g, A) {
2034
2033
  if (!(g instanceof A))
@@ -2071,10 +2070,10 @@ function cA(g) {
2071
2070
  return g instanceof Error ? `${g.name}: ${g.message}
2072
2071
  ${g.stack}` : Q;
2073
2072
  }
2074
- function WC(g) {
2075
- g < 132 || (x[g] = AA, AA = g);
2073
+ function eC(g) {
2074
+ g < 132 || (Z[g] = AA, AA = g);
2076
2075
  }
2077
- function eC(g, A) {
2076
+ function lC(g, A) {
2078
2077
  return g = g >>> 0, $().subarray(g / 1, g / 1 + A);
2079
2078
  }
2080
2079
  let u = null;
@@ -2082,29 +2081,29 @@ function M() {
2082
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;
2083
2082
  }
2084
2083
  function L(g, A) {
2085
- return g = g >>> 0, rC(g, A);
2084
+ return g = g >>> 0, nC(g, A);
2086
2085
  }
2087
2086
  let EA = null;
2088
2087
  function $() {
2089
2088
  return (EA === null || EA.byteLength === 0) && (EA = new Uint8Array(I.memory.buffer)), EA;
2090
2089
  }
2091
2090
  function c(g) {
2092
- return x[g];
2091
+ return Z[g];
2093
2092
  }
2094
- function GA(g, A) {
2093
+ function KA(g, A) {
2095
2094
  try {
2096
2095
  return g.apply(this, A);
2097
2096
  } catch (C) {
2098
2097
  I.__wbindgen_export3(s(C));
2099
2098
  }
2100
2099
  }
2101
- let x = new Array(128).fill(void 0);
2102
- x.push(void 0, null, !0, !1);
2103
- let AA = x.length;
2100
+ let Z = new Array(128).fill(void 0);
2101
+ Z.push(void 0, null, !0, !1);
2102
+ let AA = Z.length;
2104
2103
  function b(g) {
2105
2104
  return g == null;
2106
2105
  }
2107
- function FA(g, A) {
2106
+ function JA(g, A) {
2108
2107
  const C = A(g.length * 4, 4) >>> 0, Q = M();
2109
2108
  for (let B = 0; B < g.length; B++)
2110
2109
  Q.setUint32(C + 4 * B, s(g[B]), !0);
@@ -2130,16 +2129,16 @@ function o(g, A, C) {
2130
2129
  }
2131
2130
  return N = D, B;
2132
2131
  }
2133
- function F(g) {
2132
+ function J(g) {
2134
2133
  const A = c(g);
2135
- return WC(g), A;
2134
+ return eC(g), A;
2136
2135
  }
2137
2136
  let DA = new TextDecoder("utf-8", { ignoreBOM: !0, fatal: !0 });
2138
2137
  DA.decode();
2139
- const nC = 2146435072;
2138
+ const rC = 2146435072;
2140
2139
  let SA = 0;
2141
- function rC(g, A) {
2142
- return SA += A, SA >= nC && (DA = new TextDecoder("utf-8", { ignoreBOM: !0, fatal: !0 }), DA.decode(), SA = A), DA.decode($().subarray(g, g + A));
2140
+ function nC(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));
2143
2142
  }
2144
2143
  const gA = new TextEncoder();
2145
2144
  "encodeInto" in gA || (gA.encodeInto = function(g, A) {
@@ -2155,31 +2154,31 @@ function mC(g) {
2155
2154
  }
2156
2155
  URL = globalThis.URL;
2157
2156
  const w = await LI({ "./polyglot_sql_wasm_bg.js": {
2158
- __wbindgen_object_drop_ref: lC,
2157
+ __wbindgen_object_drop_ref: WC,
2159
2158
  __wbindgen_object_clone_ref: VC,
2160
2159
  __wbg_new_8a6f238a6ece86ea: RC,
2161
2160
  __wbg_stack_0ed75d68575b0f3c: dC,
2162
2161
  __wbg_error_7534b8e9a36f1ab4: iC,
2163
2162
  __wbg_get_with_ref_key_1dc361bd10053bfe: yC,
2164
- __wbg_set_3f1d0b984ed272ed: OC,
2165
- __wbg_String_8f0eb39a4a4c2f66: eI,
2163
+ __wbg_set_3f1d0b984ed272ed: PC,
2164
+ __wbg_String_8f0eb39a4a4c2f66: lI,
2166
2165
  __wbg_new_dd2b680c8bf6ae29: aC,
2167
2166
  __wbg_length_32ed9a279acd054c: cC,
2168
2167
  __wbg_prototypesetcall_bdcdcc5842e4d77d: TC,
2169
2168
  __wbg_done_57b39ecd9addfe81: wC,
2170
2169
  __wbg_value_0546255b415e96c1: jC,
2171
- __wbg_instanceof_Map_53af74335dec57f4: KC,
2170
+ __wbg_instanceof_Map_53af74335dec57f4: GC,
2172
2171
  __wbg_instanceof_Uint8Array_9b9075935c74707c: YC,
2173
- __wbg_instanceof_ArrayBuffer_c367199e2fa2aa04: GC,
2172
+ __wbg_instanceof_ArrayBuffer_c367199e2fa2aa04: KC,
2174
2173
  __wbg_new_dca287b076112a51: sC,
2175
- __wbg_set_1eb0999cf5d27fc8: PC,
2174
+ __wbg_set_1eb0999cf5d27fc8: OC,
2176
2175
  __wbg_get_9b94d73e6221f75c: oC,
2177
- __wbg_new_3eb36ae241fe6f44: JC,
2176
+ __wbg_new_3eb36ae241fe6f44: UC,
2178
2177
  __wbg_set_f43e577aea94465b: tC,
2179
2178
  __wbg_length_35a7bace40f36eac: LC,
2180
2179
  __wbg_isArray_d314bb98fcf08331: HC,
2181
2180
  __wbg_isSafeInteger_bfbc7332a9768d2a: hC,
2182
- __wbg_new_361308b2356cecd0: FC,
2181
+ __wbg_new_361308b2356cecd0: JC,
2183
2182
  __wbg_entries_58c7934c745daac7: MC,
2184
2183
  __wbg_iterator_6ff6560ca1568e55: SC,
2185
2184
  __wbg_get_b3ed3ad4be2bc8ac: kC,
@@ -2188,29 +2187,29 @@ const w = await LI({ "./polyglot_sql_wasm_bg.js": {
2188
2187
  __wbg_next_3482f54c49e8af19: qC,
2189
2188
  __wbg_codePointAt_bf59dbf74d8db275: DC,
2190
2189
  __wbg_fromCodePoint_22365db7b7d6ac39: NC,
2191
- __wbg_length_68dc7c5cf1b6d349: UC,
2190
+ __wbg_length_68dc7c5cf1b6d349: FC,
2192
2191
  __wbg___wbindgen_in_47fa6863be6f2f25: uI,
2193
2192
  __wbg___wbindgen_throw_be289d5034ed271b: BC,
2194
2193
  __wbg___wbindgen_is_null_ac34f5003991759a: XI,
2195
2194
  __wbg___wbindgen_jsval_eq_11888390b0186270: gC,
2196
- __wbg_Number_04624de7d0e8332d: WI,
2197
- __wbg_Error_8c4e43fe74559d73: lI,
2195
+ __wbg_Number_04624de7d0e8332d: eI,
2196
+ __wbg_Error_8c4e43fe74559d73: WI,
2198
2197
  __wbg___wbindgen_is_bigint_31b12575b56f32fc: bI,
2199
2198
  __wbg___wbindgen_is_object_5ae8e5880f2c1fbd: _I,
2200
2199
  __wbg___wbindgen_is_string_cd444516edc5b180: $I,
2201
2200
  __wbg___wbindgen_number_get_8ff4255516ccad3e: CC,
2202
2201
  __wbg___wbindgen_string_get_72fb696202c56729: QC,
2203
- __wbg___wbindgen_boolean_get_bbbb1c18aa2f5e25: rI,
2202
+ __wbg___wbindgen_boolean_get_bbbb1c18aa2f5e25: nI,
2204
2203
  __wbg___wbindgen_is_function_0095a73b8b156f76: vI,
2205
2204
  __wbg___wbindgen_is_undefined_9e4d92534c42d778: AC,
2206
2205
  __wbg___wbindgen_jsval_loose_eq_9dd77d8cd6671811: IC,
2207
- __wbg___wbindgen_bigint_get_as_i64_8fcf4ce7f1ca72a2: nI,
2206
+ __wbg___wbindgen_bigint_get_as_i64_8fcf4ce7f1ca72a2: rI,
2208
2207
  __wbg___wbindgen_debug_string_0bc8482c6e3508ae: mI,
2209
- __wbindgen_cast_0000000000000001: zC,
2210
- __wbindgen_cast_0000000000000002: fC,
2211
- __wbindgen_cast_0000000000000003: xC,
2212
- __wbindgen_cast_0000000000000004: ZC
2213
- } }, 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, AQ = w.__wbg_wasminsertbuilder_free, gQ = w.__wbg_wasmmergebuilder_free, IQ = w.__wbg_wasmselectbuilder_free, CQ = w.__wbg_wasmsetopbuilder_free, QQ = w.__wbg_wasmupdatebuilder_free, BQ = w.__wbg_wasmwindowdefbuilder_free, EQ = w.annotate_types, DQ = w.annotate_types_value, wQ = w.ast_add_where, MQ = w.ast_get_aggregate_functions, iQ = w.ast_get_column_names, NQ = w.ast_get_functions, oQ = w.ast_get_literals, kQ = w.ast_get_subqueries, yQ = w.ast_get_table_names, GQ = w.ast_get_window_functions, KQ = w.ast_node_count, YQ = w.ast_qualify_columns, HQ = w.ast_qualify_tables, hQ = w.ast_remove_where, SQ = w.ast_rename_columns, cQ = w.ast_rename_tables, LQ = w.ast_rename_tables_with_options, UQ = w.ast_set_distinct, FQ = w.ast_set_limit, JQ = w.diff_sql, RQ = w.format_sql, sQ = w.format_sql_value, aQ = w.format_sql_with_options, qQ = w.format_sql_with_options_value, pQ = w.generate, TQ = w.generate_value, PQ = w.get_dialects, OQ = w.get_dialects_value, tQ = w.lineage_sql, dQ = w.lineage_sql_with_schema, jQ = w.openlineage_column_lineage, zQ = w.openlineage_job_event, fQ = w.openlineage_run_event, xQ = w.parse, ZQ = w.parse_value, VQ = w.plan, lQ = w.source_tables, WQ = w.tokenize, eQ = w.tokenize_value, nQ = w.transpile, rQ = w.transpile_value, mQ = w.validate, uQ = w.validate_with_options, bQ = w.validate_with_schema, vQ = w.version, XQ = w.wasm_alias, _Q = w.wasm_and, $Q = w.wasm_boolean, AB = w.wasm_case_of, gB = w.wasm_cast, IB = w.wasm_col, CB = w.wasm_count_distinct, QB = w.wasm_extract, BB = w.wasm_func, EB = w.wasm_lit, DB = w.wasm_not, wB = w.wasm_null, MB = w.wasm_or, iB = w.wasm_sql_expr, NB = w.wasm_star, oB = w.wasm_subquery, kB = w.wasm_table, yB = w.wasmassignmentarray_len, GB = w.wasmassignmentarray_new, KB = w.wasmassignmentarray_push, YB = w.wasmcasebuilder_build_expr, HB = w.wasmcasebuilder_else_, hB = w.wasmcasebuilder_new, SB = w.wasmcasebuilder_to_sql, cB = w.wasmcasebuilder_when, LB = w.wasmdeletebuilder_build, UB = w.wasmdeletebuilder_new, FB = w.wasmdeletebuilder_to_sql, JB = w.wasmdeletebuilder_where_expr, RB = w.wasmexpr_add, sB = w.wasmexpr_alias, aB = w.wasmexpr_and, qB = w.wasmexpr_asc, pB = w.wasmexpr_between, TB = w.wasmexpr_cast, PB = w.wasmexpr_desc, OB = w.wasmexpr_div, tB = w.wasmexpr_eq, dB = w.wasmexpr_gt, jB = w.wasmexpr_gte, zB = w.wasmexpr_ilike, fB = w.wasmexpr_in_list, xB = w.wasmexpr_is_not_null, ZB = w.wasmexpr_is_null, VB = w.wasmexpr_like, lB = w.wasmexpr_lt, WB = w.wasmexpr_lte, eB = w.wasmexpr_mul, nB = w.wasmexpr_neq, rB = w.wasmexpr_not, mB = w.wasmexpr_not_in, uB = w.wasmexpr_or, bB = w.wasmexpr_rlike, vB = w.wasmexpr_sub, XB = w.wasmexpr_to_json, _B = w.wasmexpr_to_sql, $B = w.wasmexpr_xor, AE = w.wasmexprarray_len, gE = w.wasmexprarray_push, IE = w.wasmexprarray_push_col, CE = w.wasmexprarray_push_float, QE = w.wasmexprarray_push_int, BE = w.wasmexprarray_push_star, EE = w.wasmexprarray_push_str, DE = w.wasminsertbuilder_build, wE = w.wasminsertbuilder_columns, ME = w.wasminsertbuilder_new, iE = 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, SE = w.wasmselectbuilder_build, cE = w.wasmselectbuilder_cross_join, LE = w.wasmselectbuilder_ctas, UE = w.wasmselectbuilder_ctas_sql, FE = 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, TE = w.wasmselectbuilder_hint, PE = w.wasmselectbuilder_intersect, OE = w.wasmselectbuilder_join, tE = w.wasmselectbuilder_lateral_view, dE = w.wasmselectbuilder_left_join, jE = w.wasmselectbuilder_limit, zE = w.wasmselectbuilder_new, fE = w.wasmselectbuilder_offset, xE = w.wasmselectbuilder_order_by_exprs, ZE = w.wasmselectbuilder_qualify, VE = w.wasmselectbuilder_right_join, lE = w.wasmselectbuilder_select_col, WE = w.wasmselectbuilder_select_expr, eE = w.wasmselectbuilder_select_exprs, nE = w.wasmselectbuilder_select_star, rE = 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, QD = w.wasmupdatebuilder_build, BD = w.wasmupdatebuilder_from, ED = w.wasmupdatebuilder_new, DD = w.wasmupdatebuilder_set, wD = w.wasmupdatebuilder_to_sql, MD = w.wasmupdatebuilder_where_expr, iD = 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({
2208
+ __wbindgen_cast_0000000000000001: fC,
2209
+ __wbindgen_cast_0000000000000002: zC,
2210
+ __wbindgen_cast_0000000000000003: ZC,
2211
+ __wbindgen_cast_0000000000000004: xC
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, AQ = w.__wbg_wasminsertbuilder_free, gQ = w.__wbg_wasmmergebuilder_free, IQ = w.__wbg_wasmselectbuilder_free, CQ = w.__wbg_wasmsetopbuilder_free, QQ = w.__wbg_wasmupdatebuilder_free, BQ = w.__wbg_wasmwindowdefbuilder_free, EQ = w.annotate_types, DQ = w.annotate_types_value, wQ = w.ast_add_where, MQ = w.ast_get_aggregate_functions, iQ = w.ast_get_column_names, NQ = w.ast_get_functions, oQ = w.ast_get_literals, kQ = w.ast_get_subqueries, yQ = w.ast_get_table_names, KQ = w.ast_get_window_functions, GQ = w.ast_node_count, YQ = w.ast_qualify_columns, HQ = w.ast_qualify_tables, hQ = w.ast_remove_where, SQ = w.ast_rename_columns, cQ = w.ast_rename_tables, LQ = w.ast_rename_tables_with_options, FQ = w.ast_set_distinct, JQ = w.ast_set_limit, UQ = w.diff_sql, RQ = w.format_sql, sQ = w.format_sql_value, aQ = w.format_sql_with_options, qQ = w.format_sql_with_options_value, pQ = w.generate, TQ = w.generate_value, OQ = w.get_dialects, PQ = w.get_dialects_value, tQ = w.lineage_sql, dQ = w.lineage_sql_with_schema, jQ = w.openlineage_column_lineage, fQ = w.openlineage_job_event, zQ = w.openlineage_run_event, ZQ = w.parse, xQ = w.parse_value, VQ = w.plan, WQ = w.source_tables, eQ = w.tokenize, lQ = w.tokenize_value, rQ = w.transpile, nQ = w.transpile_value, mQ = w.validate, uQ = w.validate_with_options, bQ = w.validate_with_schema, vQ = w.version, XQ = w.wasm_alias, _Q = w.wasm_and, $Q = w.wasm_boolean, AB = w.wasm_case_of, gB = w.wasm_cast, IB = w.wasm_col, CB = w.wasm_count_distinct, QB = w.wasm_extract, BB = w.wasm_func, EB = w.wasm_lit, DB = w.wasm_not, wB = w.wasm_null, MB = w.wasm_or, iB = w.wasm_sql_expr, NB = w.wasm_star, oB = w.wasm_subquery, kB = w.wasm_table, yB = w.wasmassignmentarray_len, KB = w.wasmassignmentarray_new, GB = w.wasmassignmentarray_push, YB = w.wasmcasebuilder_build_expr, HB = w.wasmcasebuilder_else_, hB = w.wasmcasebuilder_new, SB = w.wasmcasebuilder_to_sql, cB = w.wasmcasebuilder_when, LB = w.wasmdeletebuilder_build, FB = w.wasmdeletebuilder_new, JB = w.wasmdeletebuilder_to_sql, UB = w.wasmdeletebuilder_where_expr, RB = w.wasmexpr_add, sB = w.wasmexpr_alias, aB = w.wasmexpr_and, qB = w.wasmexpr_asc, pB = w.wasmexpr_between, TB = w.wasmexpr_cast, OB = w.wasmexpr_desc, PB = w.wasmexpr_div, tB = w.wasmexpr_eq, dB = w.wasmexpr_gt, jB = w.wasmexpr_gte, fB = w.wasmexpr_ilike, zB = w.wasmexpr_in_list, ZB = w.wasmexpr_is_not_null, xB = w.wasmexpr_is_null, VB = w.wasmexpr_like, WB = w.wasmexpr_lt, eB = w.wasmexpr_lte, lB = w.wasmexpr_mul, rB = w.wasmexpr_neq, nB = w.wasmexpr_not, mB = w.wasmexpr_not_in, uB = w.wasmexpr_or, bB = w.wasmexpr_rlike, vB = w.wasmexpr_sub, XB = w.wasmexpr_to_json, _B = w.wasmexpr_to_sql, $B = w.wasmexpr_xor, AE = w.wasmexprarray_len, gE = w.wasmexprarray_push, IE = w.wasmexprarray_push_col, CE = w.wasmexprarray_push_float, QE = w.wasmexprarray_push_int, BE = w.wasmexprarray_push_star, EE = w.wasmexprarray_push_str, DE = w.wasminsertbuilder_build, wE = w.wasminsertbuilder_columns, ME = w.wasminsertbuilder_new, iE = w.wasminsertbuilder_query, NE = w.wasminsertbuilder_to_sql, oE = 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, LE = w.wasmselectbuilder_ctas, FE = w.wasmselectbuilder_ctas_sql, JE = w.wasmselectbuilder_distinct, UE = 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, TE = w.wasmselectbuilder_hint, OE = w.wasmselectbuilder_intersect, PE = w.wasmselectbuilder_join, tE = w.wasmselectbuilder_lateral_view, dE = w.wasmselectbuilder_left_join, jE = w.wasmselectbuilder_limit, fE = w.wasmselectbuilder_new, zE = w.wasmselectbuilder_offset, ZE = w.wasmselectbuilder_order_by_exprs, xE = w.wasmselectbuilder_qualify, VE = w.wasmselectbuilder_right_join, WE = w.wasmselectbuilder_select_col, eE = 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, QD = w.wasmupdatebuilder_build, BD = w.wasmupdatebuilder_from, ED = w.wasmupdatebuilder_new, DD = w.wasmupdatebuilder_set, wD = w.wasmupdatebuilder_to_sql, MD = w.wasmupdatebuilder_where_expr, iD = w.wasmwindowdefbuilder_new, ND = w.wasmwindowdefbuilder_order_by, oD = 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({
2214
2213
  __proto__: null,
2215
2214
  __wbg_wasmassignmentarray_free: bC,
2216
2215
  __wbg_wasmcasebuilder_free: vC,
@@ -2225,8 +2224,8 @@ const w = await LI({ "./polyglot_sql_wasm_bg.js": {
2225
2224
  __wbg_wasmwindowdefbuilder_free: BQ,
2226
2225
  __wbindgen_add_to_stack_pointer: HD,
2227
2226
  __wbindgen_export: yD,
2228
- __wbindgen_export2: GD,
2229
- __wbindgen_export3: KD,
2227
+ __wbindgen_export2: KD,
2228
+ __wbindgen_export3: GD,
2230
2229
  __wbindgen_export4: YD,
2231
2230
  annotate_types: EQ,
2232
2231
  annotate_types_value: DQ,
@@ -2237,39 +2236,39 @@ const w = await LI({ "./polyglot_sql_wasm_bg.js": {
2237
2236
  ast_get_literals: oQ,
2238
2237
  ast_get_subqueries: kQ,
2239
2238
  ast_get_table_names: yQ,
2240
- ast_get_window_functions: GQ,
2241
- ast_node_count: KQ,
2239
+ ast_get_window_functions: KQ,
2240
+ ast_node_count: GQ,
2242
2241
  ast_qualify_columns: YQ,
2243
2242
  ast_qualify_tables: HQ,
2244
2243
  ast_remove_where: hQ,
2245
2244
  ast_rename_columns: SQ,
2246
2245
  ast_rename_tables: cQ,
2247
2246
  ast_rename_tables_with_options: LQ,
2248
- ast_set_distinct: UQ,
2249
- ast_set_limit: FQ,
2250
- diff_sql: JQ,
2247
+ ast_set_distinct: FQ,
2248
+ ast_set_limit: JQ,
2249
+ diff_sql: UQ,
2251
2250
  format_sql: RQ,
2252
2251
  format_sql_value: sQ,
2253
2252
  format_sql_with_options: aQ,
2254
2253
  format_sql_with_options_value: qQ,
2255
2254
  generate: pQ,
2256
2255
  generate_value: TQ,
2257
- get_dialects: PQ,
2258
- get_dialects_value: OQ,
2256
+ get_dialects: OQ,
2257
+ get_dialects_value: PQ,
2259
2258
  lineage_sql: tQ,
2260
2259
  lineage_sql_with_schema: dQ,
2261
2260
  memory: uC,
2262
2261
  openlineage_column_lineage: jQ,
2263
- openlineage_job_event: zQ,
2264
- openlineage_run_event: fQ,
2265
- parse: xQ,
2266
- parse_value: ZQ,
2262
+ openlineage_job_event: fQ,
2263
+ openlineage_run_event: zQ,
2264
+ parse: ZQ,
2265
+ parse_value: xQ,
2267
2266
  plan: VQ,
2268
- source_tables: lQ,
2269
- tokenize: WQ,
2270
- tokenize_value: eQ,
2271
- transpile: nQ,
2272
- transpile_value: rQ,
2267
+ source_tables: WQ,
2268
+ tokenize: eQ,
2269
+ tokenize_value: lQ,
2270
+ transpile: rQ,
2271
+ transpile_value: nQ,
2273
2272
  validate: mQ,
2274
2273
  validate_with_options: uQ,
2275
2274
  validate_with_schema: bQ,
@@ -2292,38 +2291,38 @@ const w = await LI({ "./polyglot_sql_wasm_bg.js": {
2292
2291
  wasm_subquery: oB,
2293
2292
  wasm_table: kB,
2294
2293
  wasmassignmentarray_len: yB,
2295
- wasmassignmentarray_new: GB,
2296
- wasmassignmentarray_push: KB,
2294
+ wasmassignmentarray_new: KB,
2295
+ wasmassignmentarray_push: GB,
2297
2296
  wasmcasebuilder_build_expr: YB,
2298
2297
  wasmcasebuilder_else_: HB,
2299
2298
  wasmcasebuilder_new: hB,
2300
2299
  wasmcasebuilder_to_sql: SB,
2301
2300
  wasmcasebuilder_when: cB,
2302
2301
  wasmdeletebuilder_build: LB,
2303
- wasmdeletebuilder_new: UB,
2304
- wasmdeletebuilder_to_sql: FB,
2305
- wasmdeletebuilder_where_expr: JB,
2302
+ wasmdeletebuilder_new: FB,
2303
+ wasmdeletebuilder_to_sql: JB,
2304
+ wasmdeletebuilder_where_expr: UB,
2306
2305
  wasmexpr_add: RB,
2307
2306
  wasmexpr_alias: sB,
2308
2307
  wasmexpr_and: aB,
2309
2308
  wasmexpr_asc: qB,
2310
2309
  wasmexpr_between: pB,
2311
2310
  wasmexpr_cast: TB,
2312
- wasmexpr_desc: PB,
2313
- wasmexpr_div: OB,
2311
+ wasmexpr_desc: OB,
2312
+ wasmexpr_div: PB,
2314
2313
  wasmexpr_eq: tB,
2315
2314
  wasmexpr_gt: dB,
2316
2315
  wasmexpr_gte: jB,
2317
- wasmexpr_ilike: zB,
2318
- wasmexpr_in_list: fB,
2319
- wasmexpr_is_not_null: xB,
2320
- wasmexpr_is_null: ZB,
2316
+ wasmexpr_ilike: fB,
2317
+ wasmexpr_in_list: zB,
2318
+ wasmexpr_is_not_null: ZB,
2319
+ wasmexpr_is_null: xB,
2321
2320
  wasmexpr_like: VB,
2322
- wasmexpr_lt: lB,
2323
- wasmexpr_lte: WB,
2324
- wasmexpr_mul: eB,
2325
- wasmexpr_neq: nB,
2326
- wasmexpr_not: rB,
2321
+ wasmexpr_lt: WB,
2322
+ wasmexpr_lte: eB,
2323
+ wasmexpr_mul: lB,
2324
+ wasmexpr_neq: rB,
2325
+ wasmexpr_not: nB,
2327
2326
  wasmexpr_not_in: mB,
2328
2327
  wasmexpr_or: uB,
2329
2328
  wasmexpr_rlike: bB,
@@ -2347,38 +2346,38 @@ const w = await LI({ "./polyglot_sql_wasm_bg.js": {
2347
2346
  wasminsertbuilder_values: oE,
2348
2347
  wasmmergebuilder_build: kE,
2349
2348
  wasmmergebuilder_new: yE,
2350
- wasmmergebuilder_to_sql: GE,
2351
- wasmmergebuilder_using: KE,
2349
+ wasmmergebuilder_to_sql: KE,
2350
+ wasmmergebuilder_using: GE,
2352
2351
  wasmmergebuilder_when_matched_delete: YE,
2353
2352
  wasmmergebuilder_when_matched_update: HE,
2354
2353
  wasmmergebuilder_when_not_matched_insert: hE,
2355
2354
  wasmselectbuilder_build: SE,
2356
2355
  wasmselectbuilder_cross_join: cE,
2357
2356
  wasmselectbuilder_ctas: LE,
2358
- wasmselectbuilder_ctas_sql: UE,
2359
- wasmselectbuilder_distinct: FE,
2360
- wasmselectbuilder_except_: JE,
2357
+ wasmselectbuilder_ctas_sql: FE,
2358
+ wasmselectbuilder_distinct: JE,
2359
+ wasmselectbuilder_except_: UE,
2361
2360
  wasmselectbuilder_for_update: RE,
2362
2361
  wasmselectbuilder_from: sE,
2363
2362
  wasmselectbuilder_from_expr: aE,
2364
2363
  wasmselectbuilder_group_by_cols: qE,
2365
2364
  wasmselectbuilder_having: pE,
2366
2365
  wasmselectbuilder_hint: TE,
2367
- wasmselectbuilder_intersect: PE,
2368
- wasmselectbuilder_join: OE,
2366
+ wasmselectbuilder_intersect: OE,
2367
+ wasmselectbuilder_join: PE,
2369
2368
  wasmselectbuilder_lateral_view: tE,
2370
2369
  wasmselectbuilder_left_join: dE,
2371
2370
  wasmselectbuilder_limit: jE,
2372
- wasmselectbuilder_new: zE,
2373
- wasmselectbuilder_offset: fE,
2374
- wasmselectbuilder_order_by_exprs: xE,
2375
- wasmselectbuilder_qualify: ZE,
2371
+ wasmselectbuilder_new: fE,
2372
+ wasmselectbuilder_offset: zE,
2373
+ wasmselectbuilder_order_by_exprs: ZE,
2374
+ wasmselectbuilder_qualify: xE,
2376
2375
  wasmselectbuilder_right_join: VE,
2377
- wasmselectbuilder_select_col: lE,
2378
- wasmselectbuilder_select_expr: WE,
2379
- wasmselectbuilder_select_exprs: eE,
2380
- wasmselectbuilder_select_star: nE,
2381
- wasmselectbuilder_sort_by_exprs: rE,
2376
+ wasmselectbuilder_select_col: WE,
2377
+ wasmselectbuilder_select_expr: eE,
2378
+ wasmselectbuilder_select_exprs: lE,
2379
+ wasmselectbuilder_select_star: rE,
2380
+ wasmselectbuilder_sort_by_exprs: nE,
2382
2381
  wasmselectbuilder_to_sql: mE,
2383
2382
  wasmselectbuilder_union: uE,
2384
2383
  wasmselectbuilder_union_all: bE,
@@ -2406,16 +2405,16 @@ const jg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2406
2405
  WasmAssignmentArray: CA,
2407
2406
  WasmCaseBuilder: m,
2408
2407
  WasmDeleteBuilder: MA,
2409
- WasmExpr: K,
2408
+ WasmExpr: G,
2410
2409
  WasmExprArray: T,
2411
2410
  WasmInsertBuilder: iA,
2412
2411
  WasmMergeBuilder: NA,
2413
2412
  WasmSelectBuilder: t,
2414
- WasmSetOpBuilder: Z,
2413
+ WasmSetOpBuilder: x,
2415
2414
  WasmUpdateBuilder: oA,
2416
2415
  WasmWindowDefBuilder: QA,
2417
- annotate_types: UI,
2418
- annotate_types_value: FI,
2416
+ annotate_types: FI,
2417
+ annotate_types_value: JI,
2419
2418
  ast_add_where: vA,
2420
2419
  ast_get_aggregate_functions: XA,
2421
2420
  ast_get_column_names: _A,
@@ -2434,37 +2433,37 @@ const jg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2434
2433
  ast_set_distinct: Ng,
2435
2434
  ast_set_limit: og,
2436
2435
  diff_sql: kg,
2437
- format_sql: JI,
2436
+ format_sql: UI,
2438
2437
  format_sql_value: RI,
2439
2438
  format_sql_with_options: sI,
2440
2439
  format_sql_with_options_value: aI,
2441
2440
  generate: qI,
2442
2441
  generate_value: pI,
2443
2442
  get_dialects: TI,
2444
- get_dialects_value: PI,
2443
+ get_dialects_value: OI,
2445
2444
  lineage_sql: yg,
2446
- lineage_sql_with_schema: Gg,
2447
- openlineage_column_lineage: Kg,
2445
+ lineage_sql_with_schema: Kg,
2446
+ openlineage_column_lineage: Gg,
2448
2447
  openlineage_job_event: Yg,
2449
2448
  openlineage_run_event: Hg,
2450
- parse: OI,
2449
+ parse: PI,
2451
2450
  parse_value: tI,
2452
2451
  plan: hg,
2453
2452
  source_tables: Sg,
2454
2453
  tokenize: dI,
2455
2454
  tokenize_value: jI,
2456
- transpile: zI,
2457
- transpile_value: fI,
2458
- validate: xI,
2459
- validate_with_options: ZI,
2455
+ transpile: fI,
2456
+ transpile_value: zI,
2457
+ validate: ZI,
2458
+ validate_with_options: xI,
2460
2459
  validate_with_schema: cg,
2461
2460
  version: VI,
2462
2461
  wasm_alias: Lg,
2463
- wasm_and: Ug,
2464
- wasm_boolean: Fg,
2465
- wasm_case_of: Jg,
2462
+ wasm_and: Fg,
2463
+ wasm_boolean: Jg,
2464
+ wasm_case_of: Ug,
2466
2465
  wasm_cast: Rg,
2467
- wasm_col: UA,
2466
+ wasm_col: FA,
2468
2467
  wasm_count_distinct: sg,
2469
2468
  wasm_extract: ag,
2470
2469
  wasm_func: qg,
@@ -2472,15 +2471,15 @@ const jg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2472
2471
  wasm_not: pg,
2473
2472
  wasm_null: yA,
2474
2473
  wasm_or: Tg,
2475
- wasm_sql_expr: Pg,
2476
- wasm_star: Og,
2474
+ wasm_sql_expr: Og,
2475
+ wasm_star: Pg,
2477
2476
  wasm_subquery: tg,
2478
2477
  wasm_table: dg
2479
2478
  }, Symbol.toStringTag, { value: "Module" }));
2480
2479
  function p(g) {
2481
2480
  return Object.keys(g)[0];
2482
2481
  }
2483
- function P(g) {
2482
+ function O(g) {
2484
2483
  const A = Object.keys(g)[0];
2485
2484
  return g[A];
2486
2485
  }
@@ -2492,11 +2491,11 @@ function V(g) {
2492
2491
  const C = g[A[0]];
2493
2492
  return C === null || typeof C == "object" && !Array.isArray(C);
2494
2493
  }
2495
- function z(g, A) {
2494
+ function f(g, A) {
2496
2495
  return { [g]: A };
2497
2496
  }
2498
- function zg(g) {
2499
- const A = P(g);
2497
+ function fg(g) {
2498
+ const A = O(g);
2500
2499
  if (A && typeof A == "object" && "inferred_type" in A) {
2501
2500
  const C = A.inferred_type;
2502
2501
  if (C != null)
@@ -2506,12 +2505,12 @@ function zg(g) {
2506
2505
  function Y(g) {
2507
2506
  return (A) => g in A;
2508
2507
  }
2509
- const fg = Y("select"), SD = Y("insert"), cD = Y("update"), LD = Y("delete"), UD = Y("union"), FD = Y("intersect"), JD = Y("except"), RD = Y("subquery"), sD = Y("identifier"), xg = Y("column"), aD = Y("table"), qD = Y("star"), Zg = Y("literal"), pD = Y("boolean"), TD = Y("null"), PD = Y("and"), OD = Y("or"), tD = Y("not"), dD = Y("eq"), jD = Y("neq"), zD = Y("lt"), fD = Y("lte"), xD = Y("gt"), ZD = Y("gte"), VD = Y("like"), lD = Y("i_like"), WD = Y("add"), eD = Y("sub"), nD = Y("mul"), rD = Y("div"), mD = Y("mod"), uD = Y("concat"), bD = Y("in"), vD = Y("between"), XD = Y("is_null"), _D = Y("exists"), Vg = Y("function"), $D = Y("aggregate_function"), Aw = Y("window_function"), gw = Y("count"), Iw = Y("sum"), Cw = Y("avg"), Qw = Y("min"), Bw = Y("max"), Ew = Y("coalesce"), Dw = Y("null_if"), ww = Y("cast"), Mw = Y("try_cast"), iw = 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"), Sw = Y("with"), cw = Y("cte"), Lw = Y("alias"), Uw = Y("paren"), Fw = 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"), Tw = Y("drop_view");
2510
- function Pw(g) {
2508
+ const zg = Y("select"), SD = Y("insert"), cD = Y("update"), LD = Y("delete"), FD = Y("union"), JD = Y("intersect"), UD = Y("except"), RD = Y("subquery"), sD = Y("identifier"), Zg = Y("column"), aD = Y("table"), qD = Y("star"), xg = Y("literal"), pD = Y("boolean"), TD = Y("null"), OD = Y("and"), PD = Y("or"), tD = Y("not"), dD = Y("eq"), jD = Y("neq"), fD = Y("lt"), zD = Y("lte"), ZD = Y("gt"), xD = Y("gte"), VD = Y("like"), WD = Y("i_like"), eD = 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"), Vg = Y("function"), $D = Y("aggregate_function"), Aw = Y("window_function"), gw = Y("count"), Iw = Y("sum"), Cw = Y("avg"), Qw = Y("min"), Bw = Y("max"), Ew = Y("coalesce"), Dw = Y("null_if"), ww = Y("cast"), Mw = Y("try_cast"), iw = Y("safe_cast"), Nw = Y("case"), ow = 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"), Lw = Y("alias"), Fw = Y("paren"), Jw = Y("ordered"), Uw = Y("create_table"), Rw = Y("drop_table"), sw = Y("alter_table"), aw = Y("create_index"), qw = Y("drop_index"), pw = Y("create_view"), Tw = Y("drop_view");
2509
+ function Ow(g) {
2511
2510
  const A = p(g);
2512
2511
  return A === "select" || A === "insert" || A === "update" || A === "delete";
2513
2512
  }
2514
- function Ow(g) {
2513
+ function Pw(g) {
2515
2514
  const A = p(g);
2516
2515
  return A === "union" || A === "intersect" || A === "except";
2517
2516
  }
@@ -2527,18 +2526,18 @@ function jw(g) {
2527
2526
  const A = p(g);
2528
2527
  return A === "and" || A === "or" || A === "not";
2529
2528
  }
2530
- function zw(g) {
2529
+ function fw(g) {
2531
2530
  const A = p(g);
2532
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";
2533
2532
  }
2534
- function f(g) {
2533
+ function z(g) {
2535
2534
  return JSON.stringify(g);
2536
2535
  }
2537
- function W(g) {
2536
+ function e(g) {
2538
2537
  const A = JSON.parse(g);
2539
2538
  return A.success ? JSON.parse(A.ast) : null;
2540
2539
  }
2541
- function lg(g, A, C) {
2540
+ function Wg(g, A, C) {
2542
2541
  if (g == null) return g;
2543
2542
  if (Array.isArray(g))
2544
2543
  return g.length > 0 && V(g[0]) ? g.map(
@@ -2550,7 +2549,7 @@ function lg(g, A, C) {
2550
2549
  const B = { ...g };
2551
2550
  let E = !1;
2552
2551
  for (const [D, i] of Object.entries(B)) {
2553
- const k = lg(i, A, C);
2552
+ const k = Wg(i, A, C);
2554
2553
  k !== i && (B[D] = k, E = !0);
2555
2554
  }
2556
2555
  return E ? B : g;
@@ -2572,17 +2571,17 @@ function wA(g, A, C, Q, B) {
2572
2571
  return E;
2573
2572
  h !== void 0 && (E = h);
2574
2573
  }
2575
- const k = p(E), G = P(E);
2574
+ const k = p(E), K = O(E);
2576
2575
  let y;
2577
- if (G == null)
2578
- y = z(k, G);
2576
+ if (K == null)
2577
+ y = f(k, K);
2579
2578
  else {
2580
- const h = { ...G };
2579
+ const h = { ...K };
2581
2580
  for (const [R, q] of Object.entries(h)) {
2582
- const O = lg(q, A, E);
2583
- O !== q && (h[R] = O);
2581
+ const P = Wg(q, A, E);
2582
+ P !== q && (h[R] = P);
2584
2583
  }
2585
- y = z(k, h);
2584
+ y = f(k, h);
2586
2585
  }
2587
2586
  if (A.leave) {
2588
2587
  const h = A.leave(y, C, Q, B);
@@ -2591,81 +2590,81 @@ function wA(g, A, C, Q, B) {
2591
2590
  }
2592
2591
  return y;
2593
2592
  }
2594
- function KA(g, A) {
2593
+ function GA(g, A) {
2595
2594
  return wA(g, A, null, null, null);
2596
2595
  }
2597
- function Wg(g, A, C) {
2598
- return KA(g, {
2596
+ function eg(g, A, C) {
2597
+ return GA(g, {
2599
2598
  enter: (Q, B) => {
2600
2599
  if (A(Q, B))
2601
2600
  return typeof C == "function" ? C(Q) : C;
2602
2601
  }
2603
2602
  });
2604
2603
  }
2605
- function fw(g, A, C) {
2606
- return Wg(
2604
+ function zw(g, A, C) {
2605
+ return eg(
2607
2606
  g,
2608
2607
  (Q) => p(Q) === A,
2609
2608
  typeof C == "function" ? (Q) => C(Q) : C
2610
2609
  );
2611
2610
  }
2612
- function eg(g, A) {
2613
- return W(
2614
- wg(f(g), JSON.stringify(A))
2611
+ function lg(g, A) {
2612
+ return e(
2613
+ wg(z(g), JSON.stringify(A))
2615
2614
  ) ?? g;
2616
2615
  }
2617
- function xw(g, A, C) {
2618
- return W(
2616
+ function Zw(g, A, C) {
2617
+ return e(
2619
2618
  C ? ig(
2620
- f(g),
2619
+ z(g),
2621
2620
  JSON.stringify(A),
2622
2621
  JSON.stringify(C)
2623
- ) : Mg(f(g), JSON.stringify(A))
2622
+ ) : Mg(z(g), JSON.stringify(A))
2624
2623
  ) ?? g;
2625
2624
  }
2626
- function Zw(g, A) {
2627
- return W(
2628
- Bg(f(g), A)
2625
+ function xw(g, A) {
2626
+ return e(
2627
+ Bg(z(g), A)
2629
2628
  ) ?? g;
2630
2629
  }
2631
2630
  function Vw(g, A = {}) {
2632
- return W(
2633
- Eg(f(g), JSON.stringify(A))
2631
+ return e(
2632
+ Eg(z(g), JSON.stringify(A))
2634
2633
  ) ?? g;
2635
2634
  }
2636
- function lw(g, A, C = "and") {
2637
- return W(
2638
- vA(f(g), f(A), C === "or")
2635
+ function Ww(g, A, C = "and") {
2636
+ return e(
2637
+ vA(z(g), z(A), C === "or")
2639
2638
  ) ?? g;
2640
2639
  }
2641
- function Ww(g) {
2642
- return W(Dg(f(g))) ?? g;
2640
+ function ew(g) {
2641
+ return e(Dg(z(g))) ?? g;
2643
2642
  }
2644
- function ew(g, ...A) {
2643
+ function lw(g, ...A) {
2645
2644
  if (p(g) !== "select")
2646
2645
  return g;
2647
- const C = P(g);
2648
- return z("select", {
2646
+ const C = O(g);
2647
+ return f("select", {
2649
2648
  ...C,
2650
2649
  expressions: [...C.expressions, ...A]
2651
2650
  });
2652
2651
  }
2653
- function nw(g, A) {
2652
+ function rw(g, A) {
2654
2653
  if (p(g) !== "select")
2655
2654
  return g;
2656
- const C = P(g);
2657
- return z("select", {
2655
+ const C = O(g);
2656
+ return f("select", {
2658
2657
  ...C,
2659
2658
  expressions: C.expressions.filter((Q) => !A(Q))
2660
2659
  });
2661
2660
  }
2662
- function rw(g, A) {
2661
+ function nw(g, A) {
2663
2662
  if (typeof A == "number")
2664
- return W(og(f(g), A)) ?? g;
2663
+ return e(og(z(g), A)) ?? g;
2665
2664
  if (p(g) !== "select")
2666
2665
  return g;
2667
- const C = P(g);
2668
- return z("select", {
2666
+ const C = O(g);
2667
+ return f("select", {
2669
2668
  ...C,
2670
2669
  limit: { this: A }
2671
2670
  });
@@ -2673,8 +2672,8 @@ function rw(g, A) {
2673
2672
  function mw(g, A) {
2674
2673
  if (p(g) !== "select")
2675
2674
  return g;
2676
- const C = P(g), Q = typeof A == "number" ? z("literal", { literal_type: "number", value: String(A) }) : A;
2677
- return z("select", {
2675
+ const C = O(g), Q = typeof A == "number" ? f("literal", { literal_type: "number", value: String(A) }) : A;
2676
+ return f("select", {
2678
2677
  ...C,
2679
2678
  offset: { this: Q }
2680
2679
  });
@@ -2682,20 +2681,20 @@ function mw(g, A) {
2682
2681
  function uw(g) {
2683
2682
  if (p(g) !== "select")
2684
2683
  return g;
2685
- const A = P(g);
2686
- return z("select", {
2684
+ const A = O(g);
2685
+ return f("select", {
2687
2686
  ...A,
2688
2687
  limit: null,
2689
2688
  offset: null
2690
2689
  });
2691
2690
  }
2692
2691
  function bw(g, A = !0) {
2693
- return W(Ng(f(g), A)) ?? g;
2692
+ return e(Ng(z(g), A)) ?? g;
2694
2693
  }
2695
2694
  function vw(g) {
2696
- return KA(g, {});
2695
+ return GA(g, {});
2697
2696
  }
2698
- function ng(g, A, C) {
2697
+ function rg(g, A, C) {
2699
2698
  if (g == null) return g;
2700
2699
  if (Array.isArray(g))
2701
2700
  return g.length > 0 && V(g[0]) ? g.filter((Q) => !A(Q, C)).map((Q) => LA(Q, A)) : g;
@@ -2705,7 +2704,7 @@ function ng(g, A, C) {
2705
2704
  const B = { ...g };
2706
2705
  let E = !1;
2707
2706
  for (const [D, i] of Object.entries(B)) {
2708
- const k = ng(i, A, C);
2707
+ const k = rg(i, A, C);
2709
2708
  k !== i && (B[D] = k, E = !0);
2710
2709
  }
2711
2710
  return E ? B : g;
@@ -2713,17 +2712,17 @@ function ng(g, A, C) {
2713
2712
  return g;
2714
2713
  }
2715
2714
  function LA(g, A) {
2716
- const C = p(g), B = { ...P(g) };
2715
+ const C = p(g), B = { ...O(g) };
2717
2716
  for (const [E, D] of Object.entries(B)) {
2718
- const i = ng(D, A, g);
2717
+ const i = rg(D, A, g);
2719
2718
  i !== D && (B[E] = i);
2720
2719
  }
2721
- return z(C, B);
2720
+ return f(C, B);
2722
2721
  }
2723
- function e(g) {
2722
+ function l(g) {
2724
2723
  return JSON.stringify(g);
2725
2724
  }
2726
- function rg(g, A, C) {
2725
+ function ng(g, A, C) {
2727
2726
  if (g != null) {
2728
2727
  if (Array.isArray(g)) {
2729
2728
  if (g.length > 0 && V(g[0]))
@@ -2740,14 +2739,14 @@ function rg(g, A, C) {
2740
2739
  for (const [, Q] of Object.entries(
2741
2740
  g
2742
2741
  ))
2743
- rg(Q, A, C);
2742
+ ng(Q, A, C);
2744
2743
  }
2745
2744
  }
2746
2745
  function mg(g) {
2747
- const A = [], C = P(g);
2746
+ const A = [], C = O(g);
2748
2747
  if (!C || typeof C != "object") return A;
2749
2748
  for (const [Q, B] of Object.entries(C))
2750
- rg(B, Q, A);
2749
+ ng(B, Q, A);
2751
2750
  return A;
2752
2751
  }
2753
2752
  function j(g, A, C = null, Q = null, B = null) {
@@ -2756,8 +2755,8 @@ function j(g, A, C = null, Q = null, B = null) {
2756
2755
  D && D(g, C, Q, B);
2757
2756
  const i = mg(g);
2758
2757
  for (const k of i)
2759
- Array.isArray(k.value) ? k.value.forEach((G, y) => {
2760
- j(G, A, g, k.key, y);
2758
+ Array.isArray(k.value) ? k.value.forEach((K, y) => {
2759
+ j(K, A, g, k.key, y);
2761
2760
  }) : j(k.value, A, g, k.key, null);
2762
2761
  A.leave && A.leave(g, C, Q, B);
2763
2762
  }
@@ -2804,31 +2803,31 @@ function gM(g) {
2804
2803
  return BA(g, "identifier");
2805
2804
  }
2806
2805
  function IM(g) {
2807
- const A = JSON.parse($A(e(g)));
2806
+ const A = JSON.parse($A(l(g)));
2808
2807
  return A.success ? JSON.parse(A.ast) : [];
2809
2808
  }
2810
2809
  function IA(g) {
2811
- const A = JSON.parse(XA(e(g)));
2810
+ const A = JSON.parse(XA(l(g)));
2812
2811
  return A.success ? JSON.parse(A.ast) : [];
2813
2812
  }
2814
2813
  function vg(g) {
2815
- const A = JSON.parse(Cg(e(g)));
2814
+ const A = JSON.parse(Cg(l(g)));
2816
2815
  return A.success ? JSON.parse(A.ast) : [];
2817
2816
  }
2818
2817
  function Xg(g) {
2819
- const A = JSON.parse(gg(e(g)));
2818
+ const A = JSON.parse(gg(l(g)));
2820
2819
  return A.success ? JSON.parse(A.ast) : [];
2821
2820
  }
2822
2821
  function CM(g) {
2823
- const A = JSON.parse(Ag(e(g)));
2822
+ const A = JSON.parse(Ag(l(g)));
2824
2823
  return A.success ? JSON.parse(A.ast) : [];
2825
2824
  }
2826
2825
  function QM(g) {
2827
- const A = JSON.parse(_A(e(g)));
2826
+ const A = JSON.parse(_A(l(g)));
2828
2827
  return A.success ? A.result : [];
2829
2828
  }
2830
2829
  function BM(g) {
2831
- const A = JSON.parse(Ig(e(g)));
2830
+ const A = JSON.parse(Ig(l(g)));
2832
2831
  return A.success ? A.result : [];
2833
2832
  }
2834
2833
  function _g(g) {
@@ -2852,7 +2851,7 @@ function wM(g) {
2852
2851
  }), A;
2853
2852
  }
2854
2853
  function MM(g) {
2855
- const A = JSON.parse(Qg(e(g)));
2854
+ const A = JSON.parse(Qg(l(g)));
2856
2855
  return A.success ? A.result : 0;
2857
2856
  }
2858
2857
  function iM(g, A) {
@@ -2898,8 +2897,8 @@ function oM(g, A) {
2898
2897
  }
2899
2898
  const kM = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2900
2899
  __proto__: null,
2901
- addSelectColumns: ew,
2902
- addWhere: lw,
2900
+ addSelectColumns: lw,
2901
+ addWhere: Ww,
2903
2902
  clone: vw,
2904
2903
  countNodes: $w,
2905
2904
  every: _w,
@@ -2912,11 +2911,11 @@ const kM = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2912
2911
  getColumnNames: QM,
2913
2912
  getColumns: bg,
2914
2913
  getDepth: wM,
2915
- getExprData: P,
2914
+ getExprData: O,
2916
2915
  getExprType: p,
2917
2916
  getFunctions: IM,
2918
2917
  getIdentifiers: gM,
2919
- getInferredType: zg,
2918
+ getInferredType: fg,
2920
2919
  getLiterals: CM,
2921
2920
  getNodeDepth: oM,
2922
2921
  getParent: iM,
@@ -2927,11 +2926,11 @@ const kM = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2927
2926
  hasAggregates: _g,
2928
2927
  hasSubqueries: DM,
2929
2928
  hasWindowFunctions: EM,
2930
- isAdd: WD,
2929
+ isAdd: eD,
2931
2930
  isAggregateFunction: $D,
2932
2931
  isAlias: Lw,
2933
2932
  isAlterTable: sw,
2934
- isAnd: PD,
2933
+ isAnd: OD,
2935
2934
  isArithmetic: dw,
2936
2935
  isAvg: Cw,
2937
2936
  isBetween: vD,
@@ -2939,92 +2938,92 @@ const kM = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2939
2938
  isCase: Nw,
2940
2939
  isCast: ww,
2941
2940
  isCoalesce: Ew,
2942
- isColumn: xg,
2941
+ isColumn: Zg,
2943
2942
  isComparison: tw,
2944
2943
  isConcat: uD,
2945
2944
  isCount: gw,
2946
2945
  isCreateIndex: aw,
2947
- isCreateTable: Jw,
2946
+ isCreateTable: Uw,
2948
2947
  isCreateView: pw,
2949
2948
  isCte: cw,
2950
- isDDL: zw,
2949
+ isDDL: fw,
2951
2950
  isDelete: LD,
2952
- isDiv: rD,
2951
+ isDiv: nD,
2953
2952
  isDropIndex: qw,
2954
2953
  isDropTable: Rw,
2955
2954
  isDropView: Tw,
2956
2955
  isEq: dD,
2957
- isExcept: JD,
2956
+ isExcept: UD,
2958
2957
  isExists: _D,
2959
2958
  isExpressionValue: V,
2960
2959
  isFrom: ow,
2961
2960
  isFunction: Vg,
2962
- isGroupBy: Gw,
2963
- isGt: xD,
2964
- isGte: ZD,
2965
- isHaving: Kw,
2966
- isILike: lD,
2961
+ isGroupBy: Kw,
2962
+ isGt: ZD,
2963
+ isGte: xD,
2964
+ isHaving: Gw,
2965
+ isILike: WD,
2967
2966
  isIdentifier: sD,
2968
2967
  isIn: bD,
2969
2968
  isInsert: SD,
2970
- isIntersect: FD,
2969
+ isIntersect: JD,
2971
2970
  isIsNull: XD,
2972
2971
  isJoin: kw,
2973
2972
  isLike: VD,
2974
2973
  isLimit: Hw,
2975
- isLiteral: Zg,
2974
+ isLiteral: xg,
2976
2975
  isLogical: jw,
2977
- isLt: zD,
2978
- isLte: fD,
2976
+ isLt: fD,
2977
+ isLte: zD,
2979
2978
  isMax: Bw,
2980
2979
  isMin: Qw,
2981
2980
  isMod: mD,
2982
- isMul: nD,
2981
+ isMul: rD,
2983
2982
  isNeq: jD,
2984
2983
  isNot: tD,
2985
2984
  isNullIf: Dw,
2986
2985
  isNullLiteral: TD,
2987
2986
  isOffset: hw,
2988
- isOr: OD,
2987
+ isOr: PD,
2989
2988
  isOrderBy: Yw,
2990
- isOrdered: Fw,
2991
- isParen: Uw,
2992
- isQuery: Pw,
2989
+ isOrdered: Jw,
2990
+ isParen: Fw,
2991
+ isQuery: Ow,
2993
2992
  isSafeCast: iw,
2994
- isSelect: fg,
2995
- isSetOperation: Ow,
2993
+ isSelect: zg,
2994
+ isSetOperation: Pw,
2996
2995
  isStar: qD,
2997
- isSub: eD,
2996
+ isSub: lD,
2998
2997
  isSubquery: RD,
2999
2998
  isSum: Iw,
3000
2999
  isTable: aD,
3001
3000
  isTryCast: Mw,
3002
- isUnion: UD,
3001
+ isUnion: FD,
3003
3002
  isUpdate: cD,
3004
3003
  isWhere: yw,
3005
3004
  isWindowFunction: Aw,
3006
3005
  isWith: Sw,
3007
- makeExpr: z,
3006
+ makeExpr: f,
3008
3007
  nodeCount: MM,
3009
- qualifyColumns: Zw,
3008
+ qualifyColumns: xw,
3010
3009
  qualifyTables: Vw,
3011
3010
  remove: LA,
3012
3011
  removeLimitOffset: uw,
3013
- removeSelectColumns: nw,
3014
- removeWhere: Ww,
3015
- renameColumns: eg,
3016
- renameTables: xw,
3017
- replaceByType: fw,
3018
- replaceNodes: Wg,
3012
+ removeSelectColumns: rw,
3013
+ removeWhere: ew,
3014
+ renameColumns: lg,
3015
+ renameTables: Zw,
3016
+ replaceByType: zw,
3017
+ replaceNodes: eg,
3019
3018
  setDistinct: bw,
3020
- setLimit: rw,
3019
+ setLimit: nw,
3021
3020
  setOffset: mw,
3022
3021
  some: Xw,
3023
- transform: KA,
3022
+ transform: GA,
3024
3023
  walk: j
3025
3024
  }, Symbol.toStringTag, { value: "Module" }));
3026
- function U(g) {
3027
- return g instanceof S ? g._w : typeof g == "string" ? UA(g) : typeof g == "number" || typeof g == "boolean" || g === null ? kA(g) : yA();
3025
+ function F(g) {
3026
+ return g instanceof S ? g._w : typeof g == "string" ? FA(g) : typeof g == "number" || typeof g == "boolean" || g === null ? kA(g) : yA();
3028
3027
  }
3029
3028
  function d(g) {
3030
3029
  const A = new T();
@@ -3041,58 +3040,58 @@ class S {
3041
3040
  }
3042
3041
  // -- Comparison --
3043
3042
  eq(A) {
3044
- return new S(this._w.eq(U(A)));
3043
+ return new S(this._w.eq(F(A)));
3045
3044
  }
3046
3045
  neq(A) {
3047
- return new S(this._w.neq(U(A)));
3046
+ return new S(this._w.neq(F(A)));
3048
3047
  }
3049
3048
  lt(A) {
3050
- return new S(this._w.lt(U(A)));
3049
+ return new S(this._w.lt(F(A)));
3051
3050
  }
3052
3051
  lte(A) {
3053
- return new S(this._w.lte(U(A)));
3052
+ return new S(this._w.lte(F(A)));
3054
3053
  }
3055
3054
  gt(A) {
3056
- return new S(this._w.gt(U(A)));
3055
+ return new S(this._w.gt(F(A)));
3057
3056
  }
3058
3057
  gte(A) {
3059
- return new S(this._w.gte(U(A)));
3058
+ return new S(this._w.gte(F(A)));
3060
3059
  }
3061
3060
  // -- Logical --
3062
3061
  and(A) {
3063
- return new S(this._w.and(U(A)));
3062
+ return new S(this._w.and(F(A)));
3064
3063
  }
3065
3064
  or(A) {
3066
- return new S(this._w.or(U(A)));
3065
+ return new S(this._w.or(F(A)));
3067
3066
  }
3068
3067
  not() {
3069
3068
  return new S(this._w.not());
3070
3069
  }
3071
3070
  xor(A) {
3072
- return new S(this._w.xor(U(A)));
3071
+ return new S(this._w.xor(F(A)));
3073
3072
  }
3074
3073
  // -- Arithmetic --
3075
3074
  add(A) {
3076
- return new S(this._w.add(U(A)));
3075
+ return new S(this._w.add(F(A)));
3077
3076
  }
3078
3077
  sub(A) {
3079
- return new S(this._w.sub(U(A)));
3078
+ return new S(this._w.sub(F(A)));
3080
3079
  }
3081
3080
  mul(A) {
3082
- return new S(this._w.mul(U(A)));
3081
+ return new S(this._w.mul(F(A)));
3083
3082
  }
3084
3083
  div(A) {
3085
- return new S(this._w.div(U(A)));
3084
+ return new S(this._w.div(F(A)));
3086
3085
  }
3087
3086
  // -- Pattern matching --
3088
3087
  like(A) {
3089
- return new S(this._w.like(U(A)));
3088
+ return new S(this._w.like(F(A)));
3090
3089
  }
3091
3090
  ilike(A) {
3092
- return new S(this._w.ilike(U(A)));
3091
+ return new S(this._w.ilike(F(A)));
3093
3092
  }
3094
3093
  rlike(A) {
3095
- return new S(this._w.rlike(U(A)));
3094
+ return new S(this._w.rlike(F(A)));
3096
3095
  }
3097
3096
  // -- Predicates --
3098
3097
  isNull() {
@@ -3102,7 +3101,7 @@ class S {
3102
3101
  return new S(this._w.is_not_null());
3103
3102
  }
3104
3103
  between(A, C) {
3105
- return new S(this._w.between(U(A), U(C)));
3104
+ return new S(this._w.between(F(A), F(C)));
3106
3105
  }
3107
3106
  inList(...A) {
3108
3107
  return new S(this._w.in_list(d(A)));
@@ -3159,176 +3158,176 @@ class yM {
3159
3158
  this._w.free();
3160
3159
  }
3161
3160
  }
3162
- function GM(g) {
3163
- return new S(UA(g));
3164
- }
3165
3161
  function KM(g) {
3162
+ return new S(FA(g));
3163
+ }
3164
+ function GM(g) {
3166
3165
  return new S(kA(g));
3167
3166
  }
3168
3167
  function $g() {
3169
- return new S(Og());
3168
+ return new S(Pg());
3170
3169
  }
3171
3170
  function YM() {
3172
3171
  return new S(yA());
3173
3172
  }
3174
- function JA(g) {
3175
- return new S(Fg(g));
3173
+ function UA(g) {
3174
+ return new S(Jg(g));
3176
3175
  }
3177
3176
  function HM(g) {
3178
3177
  return new S(dg(g));
3179
3178
  }
3180
3179
  function AI(g) {
3181
- return new S(Pg(g));
3180
+ return new S(Og(g));
3182
3181
  }
3183
3182
  function hM(g) {
3184
3183
  return AI(g);
3185
3184
  }
3186
- function J(g, ...A) {
3185
+ function U(g, ...A) {
3187
3186
  return new S(qg(g, d(A)));
3188
3187
  }
3189
3188
  function SM(g) {
3190
- return new S(pg(U(g)));
3189
+ return new S(pg(F(g)));
3191
3190
  }
3192
3191
  function cM(g, A) {
3193
- return new S(Rg(U(g), A));
3192
+ return new S(Rg(F(g), A));
3194
3193
  }
3195
3194
  function LM(g, A) {
3196
- return new S(Lg(U(g), A));
3195
+ return new S(Lg(F(g), A));
3197
3196
  }
3198
- function UM(g, A) {
3197
+ function FM(g, A) {
3199
3198
  return new S(tg(g._w, A));
3200
3199
  }
3201
- function FM(...g) {
3202
- if (g.length === 0) return JA(!0);
3200
+ function JM(...g) {
3201
+ if (g.length === 0) return UA(!0);
3203
3202
  if (g.length === 1)
3204
- return g[0] instanceof S ? g[0] : new S(U(g[0]));
3205
- let A = U(g[0]);
3203
+ return g[0] instanceof S ? g[0] : new S(F(g[0]));
3204
+ let A = F(g[0]);
3206
3205
  for (let C = 1; C < g.length; C++)
3207
- A = Ug(A, U(g[C]));
3206
+ A = Fg(A, F(g[C]));
3208
3207
  return new S(A);
3209
3208
  }
3210
- function JM(...g) {
3211
- if (g.length === 0) return JA(!1);
3209
+ function UM(...g) {
3210
+ if (g.length === 0) return UA(!1);
3212
3211
  if (g.length === 1)
3213
- return g[0] instanceof S ? g[0] : new S(U(g[0]));
3214
- let A = U(g[0]);
3212
+ return g[0] instanceof S ? g[0] : new S(F(g[0]));
3213
+ let A = F(g[0]);
3215
3214
  for (let C = 1; C < g.length; C++)
3216
- A = Tg(A, U(g[C]));
3215
+ A = Tg(A, F(g[C]));
3217
3216
  return new S(A);
3218
3217
  }
3219
3218
  function RM(g) {
3220
- return g !== void 0 ? J("COUNT", g) : J("COUNT", $g());
3219
+ return g !== void 0 ? U("COUNT", g) : U("COUNT", $g());
3221
3220
  }
3222
3221
  function sM(g) {
3223
- return new S(sg(U(g)));
3222
+ return new S(sg(F(g)));
3224
3223
  }
3225
3224
  function aM(g) {
3226
- return J("SUM", g);
3225
+ return U("SUM", g);
3227
3226
  }
3228
3227
  function qM(g) {
3229
- return J("AVG", g);
3228
+ return U("AVG", g);
3230
3229
  }
3231
3230
  function pM(g) {
3232
- return J("MIN", g);
3231
+ return U("MIN", g);
3233
3232
  }
3234
3233
  function TM(g) {
3235
- return J("MAX", g);
3236
- }
3237
- function PM(g) {
3238
- return J("UPPER", g);
3234
+ return U("MAX", g);
3239
3235
  }
3240
3236
  function OM(g) {
3241
- return J("LOWER", g);
3237
+ return U("UPPER", g);
3238
+ }
3239
+ function PM(g) {
3240
+ return U("LOWER", g);
3242
3241
  }
3243
3242
  function tM(g) {
3244
- return J("LENGTH", g);
3243
+ return U("LENGTH", g);
3245
3244
  }
3246
3245
  function dM(g) {
3247
- return J("TRIM", g);
3246
+ return U("TRIM", g);
3248
3247
  }
3249
3248
  function jM(g) {
3250
- return J("LTRIM", g);
3251
- }
3252
- function zM(g) {
3253
- return J("RTRIM", g);
3249
+ return U("LTRIM", g);
3254
3250
  }
3255
3251
  function fM(g) {
3256
- return J("REVERSE", g);
3252
+ return U("RTRIM", g);
3253
+ }
3254
+ function zM(g) {
3255
+ return U("REVERSE", g);
3257
3256
  }
3258
- function xM(g) {
3259
- return J("INITCAP", g);
3257
+ function ZM(g) {
3258
+ return U("INITCAP", g);
3260
3259
  }
3261
- function ZM(g, A, C) {
3262
- return C !== void 0 ? J("SUBSTRING", g, A, C) : J("SUBSTRING", g, A);
3260
+ function xM(g, A, C) {
3261
+ return C !== void 0 ? U("SUBSTRING", g, A, C) : U("SUBSTRING", g, A);
3263
3262
  }
3264
3263
  function VM(g, A, C) {
3265
- return J("REPLACE", g, A, C);
3264
+ return U("REPLACE", g, A, C);
3266
3265
  }
3267
- function lM(g, ...A) {
3268
- return J("CONCAT_WS", g, ...A);
3266
+ function WM(g, ...A) {
3267
+ return U("CONCAT_WS", g, ...A);
3269
3268
  }
3270
- function WM(...g) {
3271
- return J("COALESCE", ...g);
3269
+ function eM(...g) {
3270
+ return U("COALESCE", ...g);
3272
3271
  }
3273
- function eM(g, A) {
3274
- return J("NULLIF", g, A);
3272
+ function lM(g, A) {
3273
+ return U("NULLIF", g, A);
3275
3274
  }
3276
- function nM(g, A) {
3277
- return J("IFNULL", g, A);
3275
+ function rM(g, A) {
3276
+ return U("IFNULL", g, A);
3278
3277
  }
3279
- function rM(g) {
3280
- return J("ABS", g);
3278
+ function nM(g) {
3279
+ return U("ABS", g);
3281
3280
  }
3282
3281
  function mM(g, A) {
3283
- return A !== void 0 ? J("ROUND", g, A) : J("ROUND", g);
3282
+ return A !== void 0 ? U("ROUND", g, A) : U("ROUND", g);
3284
3283
  }
3285
3284
  function uM(g) {
3286
- return J("FLOOR", g);
3285
+ return U("FLOOR", g);
3287
3286
  }
3288
3287
  function bM(g) {
3289
- return J("CEIL", g);
3288
+ return U("CEIL", g);
3290
3289
  }
3291
3290
  function vM(g, A) {
3292
- return J("POWER", g, A);
3291
+ return U("POWER", g, A);
3293
3292
  }
3294
3293
  function XM(g) {
3295
- return J("SQRT", g);
3294
+ return U("SQRT", g);
3296
3295
  }
3297
3296
  function _M(g) {
3298
- return J("LN", g);
3297
+ return U("LN", g);
3299
3298
  }
3300
3299
  function $M(g) {
3301
- return J("EXP", g);
3300
+ return U("EXP", g);
3302
3301
  }
3303
3302
  function Ai(g) {
3304
- return J("SIGN", g);
3303
+ return U("SIGN", g);
3305
3304
  }
3306
3305
  function gi(...g) {
3307
- return J("GREATEST", ...g);
3306
+ return U("GREATEST", ...g);
3308
3307
  }
3309
3308
  function Ii(...g) {
3310
- return J("LEAST", ...g);
3309
+ return U("LEAST", ...g);
3311
3310
  }
3312
3311
  function Ci() {
3313
- return J("CURRENT_DATE");
3312
+ return U("CURRENT_DATE");
3314
3313
  }
3315
3314
  function Qi() {
3316
- return J("CURRENT_TIME");
3315
+ return U("CURRENT_TIME");
3317
3316
  }
3318
3317
  function Bi() {
3319
- return J("CURRENT_TIMESTAMP");
3318
+ return U("CURRENT_TIMESTAMP");
3320
3319
  }
3321
3320
  function Ei(g, A) {
3322
- return new S(ag(g, U(A)));
3321
+ return new S(ag(g, F(A)));
3323
3322
  }
3324
3323
  function Di() {
3325
- return J("ROW_NUMBER");
3324
+ return U("ROW_NUMBER");
3326
3325
  }
3327
3326
  function wi() {
3328
- return J("RANK");
3327
+ return U("RANK");
3329
3328
  }
3330
3329
  function Mi() {
3331
- return J("DENSE_RANK");
3330
+ return U("DENSE_RANK");
3332
3331
  }
3333
3332
  class gI {
3334
3333
  /** @internal */
@@ -3339,7 +3338,7 @@ class gI {
3339
3338
  /** Add columns to the SELECT list. Accepts Expr, strings (→ col), or '*'. */
3340
3339
  select(...A) {
3341
3340
  for (const C of A)
3342
- 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));
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(F(C));
3343
3342
  return this;
3344
3343
  }
3345
3344
  /** Set the FROM clause. */
@@ -3348,15 +3347,15 @@ class gI {
3348
3347
  }
3349
3348
  /** Add an INNER JOIN. */
3350
3349
  join(A, C) {
3351
- return this._w.join(A, U(C)), this;
3350
+ return this._w.join(A, F(C)), this;
3352
3351
  }
3353
3352
  /** Add a LEFT JOIN. */
3354
3353
  leftJoin(A, C) {
3355
- return this._w.left_join(A, U(C)), this;
3354
+ return this._w.left_join(A, F(C)), this;
3356
3355
  }
3357
3356
  /** Add a RIGHT JOIN. */
3358
3357
  rightJoin(A, C) {
3359
- return this._w.right_join(A, U(C)), this;
3358
+ return this._w.right_join(A, F(C)), this;
3360
3359
  }
3361
3360
  /** Add a CROSS JOIN. */
3362
3361
  crossJoin(A) {
@@ -3364,7 +3363,7 @@ class gI {
3364
3363
  }
3365
3364
  /** Set the WHERE clause. Accepts an Expr or a raw SQL string. */
3366
3365
  where(A) {
3367
- 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;
3366
+ return typeof A == "string" ? this._w.where_sql(A) : A instanceof S ? this._w.where_expr(A._w) : this._w.where_expr(F(A)), this;
3368
3367
  }
3369
3368
  /** Set the GROUP BY clause. */
3370
3369
  groupBy(...A) {
@@ -3372,7 +3371,7 @@ class gI {
3372
3371
  }
3373
3372
  /** Set the HAVING clause. */
3374
3373
  having(A) {
3375
- return this._w.having(U(A)), this;
3374
+ return this._w.having(F(A)), this;
3376
3375
  }
3377
3376
  /** Set the ORDER BY clause. */
3378
3377
  orderBy(...A) {
@@ -3392,7 +3391,7 @@ class gI {
3392
3391
  }
3393
3392
  /** Set the QUALIFY clause (Snowflake/BigQuery/DuckDB). */
3394
3393
  qualify(A) {
3395
- return this._w.qualify(U(A)), this;
3394
+ return this._w.qualify(F(A)), this;
3396
3395
  }
3397
3396
  /** Set the SORT BY clause (Hive/Spark — sorts within each partition). */
3398
3397
  sortBy(...A) {
@@ -3506,11 +3505,11 @@ class QI {
3506
3505
  }
3507
3506
  /** Add a SET column = value assignment. */
3508
3507
  set(A, C) {
3509
- return this._w.set(A, U(C)), this;
3508
+ return this._w.set(A, F(C)), this;
3510
3509
  }
3511
3510
  /** Set the WHERE clause. */
3512
3511
  where(A) {
3513
- return this._w.where_expr(U(A)), this;
3512
+ return this._w.where_expr(F(A)), this;
3514
3513
  }
3515
3514
  /** Set the FROM clause (PostgreSQL/Snowflake UPDATE ... FROM). */
3516
3515
  from(A) {
@@ -3540,7 +3539,7 @@ class BI {
3540
3539
  }
3541
3540
  /** Set the WHERE clause. */
3542
3541
  where(A) {
3543
- return this._w.where_expr(U(A)), this;
3542
+ return this._w.where_expr(F(A)), this;
3544
3543
  }
3545
3544
  /** Generate SQL string. Defaults to generic dialect. */
3546
3545
  toSql(A = "generic") {
@@ -3569,13 +3568,13 @@ class DI {
3569
3568
  }
3570
3569
  /** Set the source table and ON condition. */
3571
3570
  using(A, C) {
3572
- return this._w.using(A, U(C)), this;
3571
+ return this._w.using(A, F(C)), this;
3573
3572
  }
3574
3573
  /** Add a WHEN MATCHED THEN UPDATE SET clause. */
3575
3574
  whenMatchedUpdate(A) {
3576
3575
  const C = new CA();
3577
3576
  for (const [Q, B] of Object.entries(A))
3578
- C.push(Q, U(B));
3577
+ C.push(Q, F(B));
3579
3578
  return this._w.when_matched_update(C), this;
3580
3579
  }
3581
3580
  /** Add a WHEN MATCHED THEN DELETE clause. */
@@ -3611,11 +3610,11 @@ class RA {
3611
3610
  }
3612
3611
  /** Add a WHEN condition THEN result branch. */
3613
3612
  when(A, C) {
3614
- return this._w.when(U(A), U(C)), this;
3613
+ return this._w.when(F(A), F(C)), this;
3615
3614
  }
3616
3615
  /** Set the ELSE result. */
3617
3616
  else_(A) {
3618
- return this._w.else_(U(A)), this;
3617
+ return this._w.else_(F(A)), this;
3619
3618
  }
3620
3619
  /** Build the CASE expression as an Expr. */
3621
3620
  build() {
@@ -3626,11 +3625,11 @@ class RA {
3626
3625
  return this._w.to_sql(A);
3627
3626
  }
3628
3627
  }
3629
- function Gi() {
3628
+ function Ki() {
3630
3629
  return new RA(new m());
3631
3630
  }
3632
- function Ki(g) {
3633
- return new RA(Jg(U(g)));
3631
+ function Gi(g) {
3632
+ return new RA(Ug(F(g)));
3634
3633
  }
3635
3634
  class _ {
3636
3635
  /** @internal */
@@ -3683,7 +3682,7 @@ function ci(g, A) {
3683
3682
  function Li(g, A) {
3684
3683
  const C = [], Q = BA(g, "star");
3685
3684
  if (Q.length > 0) {
3686
- const D = P(Q[0])?.span;
3685
+ const D = O(Q[0])?.span;
3687
3686
  C.push({
3688
3687
  message: "SELECT * is discouraged; specify columns explicitly for better performance and maintainability",
3689
3688
  severity: "warning",
@@ -3694,25 +3693,25 @@ function Li(g, A) {
3694
3693
  end: D?.end
3695
3694
  });
3696
3695
  }
3697
- const B = P(g);
3696
+ const B = O(g);
3698
3697
  if (_g(g) && !B.group_by) {
3699
3698
  const E = IA(g), D = B.expressions || [];
3700
3699
  if (D.some((k) => {
3701
- const G = p(k);
3702
- return G === "column" || G === "identifier" ? IA(k).length === 0 : !1;
3700
+ const K = p(k);
3701
+ return K === "column" || K === "identifier" ? IA(k).length === 0 : !1;
3703
3702
  }) && E.length > 0) {
3704
3703
  const k = D.find((y) => {
3705
3704
  const h = p(y);
3706
3705
  return h === "column" || h === "identifier" ? IA(y).length === 0 : !1;
3707
- }), G = k ? P(k)?.span : void 0;
3706
+ }), K = k ? O(k)?.span : void 0;
3708
3707
  C.push({
3709
3708
  message: "Mixing aggregate functions with non-aggregated columns without GROUP BY may cause errors in strict SQL mode",
3710
3709
  severity: "warning",
3711
3710
  code: "W002",
3712
- line: G?.line,
3713
- column: G?.column,
3714
- start: G?.start,
3715
- end: G?.end
3711
+ line: K?.line,
3712
+ column: K?.column,
3713
+ start: K?.start,
3714
+ end: K?.end
3716
3715
  });
3717
3716
  }
3718
3717
  }
@@ -3721,7 +3720,7 @@ function Li(g, A) {
3721
3720
  severity: "warning",
3722
3721
  code: "W003"
3723
3722
  }), B.limit && !B.order_by) {
3724
- const E = B.limit, D = E ? P(E)?.span : void 0;
3723
+ const E = B.limit, D = E ? O(E)?.span : void 0;
3725
3724
  C.push({
3726
3725
  message: "LIMIT without ORDER BY produces non-deterministic results",
3727
3726
  severity: "warning",
@@ -3734,7 +3733,7 @@ function Li(g, A) {
3734
3733
  }
3735
3734
  return C;
3736
3735
  }
3737
- function Ui(g) {
3736
+ function Fi(g) {
3738
3737
  try {
3739
3738
  return JSON.parse(g);
3740
3739
  } catch {
@@ -3750,7 +3749,7 @@ function Ui(g) {
3750
3749
  };
3751
3750
  }
3752
3751
  }
3753
- function Fi(g, A, C = "generic", Q = {}) {
3752
+ function Ji(g, A, C = "generic", Q = {}) {
3754
3753
  const B = Q.strict ?? A.strict ?? !0, E = {
3755
3754
  check_types: Q.checkTypes ?? !1,
3756
3755
  check_references: Q.checkReferences ?? !1,
@@ -3763,9 +3762,9 @@ function Fi(g, A, C = "generic", Q = {}) {
3763
3762
  C,
3764
3763
  JSON.stringify(E)
3765
3764
  );
3766
- return Ui(D);
3765
+ return Fi(D);
3767
3766
  }
3768
- const Ji = {
3767
+ const Ui = {
3769
3768
  Error: "error",
3770
3769
  Warning: "warning"
3771
3770
  }, X = jg;
@@ -3788,12 +3787,12 @@ function Ri(g, A = "generic", C = {}) {
3788
3787
  if (!E.success || !E.ast)
3789
3788
  return B;
3790
3789
  const D = typeof E.ast == "string" ? JSON.parse(E.ast) : E.ast, i = [...B.errors];
3791
- for (const G of D) {
3792
- const y = ci(G);
3790
+ for (const K of D) {
3791
+ const y = ci(K);
3793
3792
  i.push(...y);
3794
3793
  }
3795
3794
  return {
3796
- valid: !i.some((G) => G.severity === "error"),
3795
+ valid: !i.some((K) => K.severity === "error"),
3797
3796
  errors: i
3798
3797
  };
3799
3798
  }
@@ -3802,7 +3801,7 @@ function wI(g, A, C = "generic", Q = !1) {
3802
3801
  return JSON.parse(B);
3803
3802
  }
3804
3803
  function MI(g, A, C, Q = "generic", B = !1) {
3805
- const E = Gg(
3804
+ const E = Kg(
3806
3805
  A,
3807
3806
  g,
3808
3807
  JSON.stringify(C),
@@ -3823,7 +3822,7 @@ function sA(g) {
3823
3822
  };
3824
3823
  }
3825
3824
  function NI(g, A) {
3826
- const C = Kg(
3825
+ const C = Gg(
3827
3826
  g,
3828
3827
  JSON.stringify(sA(A))
3829
3828
  );
@@ -3847,10 +3846,10 @@ function yI(g, A, C = "generic", Q = {}) {
3847
3846
  const { deltaOnly: B = !1, f: E = 0.6, t: D = 0.6 } = Q, i = kg(g, A, C, B, E, D);
3848
3847
  return JSON.parse(i);
3849
3848
  }
3850
- function GI(g) {
3849
+ function KI(g) {
3851
3850
  return g.some((A) => A.type !== "keep");
3852
3851
  }
3853
- function KI(g) {
3852
+ function GI(g) {
3854
3853
  return g.filter((A) => A.type !== "keep");
3855
3854
  }
3856
3855
  function YI(g, A = "generic") {
@@ -3880,7 +3879,7 @@ function si(g, A) {
3880
3879
  errorColumn: void 0
3881
3880
  };
3882
3881
  }
3883
- function l(g) {
3882
+ function W(g) {
3884
3883
  return typeof g == "string" ? JSON.parse(g) : g;
3885
3884
  }
3886
3885
  async function HI() {
@@ -3891,7 +3890,7 @@ function hI() {
3891
3890
  }
3892
3891
  function pA(g, A, C) {
3893
3892
  try {
3894
- return typeof a.transpile_value == "function" ? l(
3893
+ return typeof a.transpile_value == "function" ? W(
3895
3894
  a.transpile_value(g, A, C)
3896
3895
  ) : JSON.parse(a.transpile(g, A, C));
3897
3896
  } catch (Q) {
@@ -3901,16 +3900,16 @@ function pA(g, A, C) {
3901
3900
  function TA(g, A = "generic") {
3902
3901
  try {
3903
3902
  if (typeof a.parse_value == "function")
3904
- return l(a.parse_value(g, A));
3903
+ return W(a.parse_value(g, A));
3905
3904
  const C = JSON.parse(a.parse(g, A));
3906
3905
  return C.success && typeof C.ast == "string" && (C.ast = JSON.parse(C.ast)), C;
3907
3906
  } catch (C) {
3908
3907
  return si("parse", C);
3909
3908
  }
3910
3909
  }
3911
- function PA(g, A = "generic") {
3910
+ function OA(g, A = "generic") {
3912
3911
  try {
3913
- return typeof a.tokenize_value == "function" ? l(
3912
+ return typeof a.tokenize_value == "function" ? W(
3914
3913
  a.tokenize_value(g, A)
3915
3914
  ) : JSON.parse(a.tokenize(g, A));
3916
3915
  } catch (C) {
@@ -3921,10 +3920,10 @@ function PA(g, A = "generic") {
3921
3920
  };
3922
3921
  }
3923
3922
  }
3924
- function OA(g, A = "generic") {
3923
+ function PA(g, A = "generic") {
3925
3924
  try {
3926
3925
  if (typeof a.generate_value == "function" && Array.isArray(g))
3927
- return l(
3926
+ return W(
3928
3927
  a.generate_value(g, A)
3929
3928
  );
3930
3929
  const C = JSON.stringify(g);
@@ -3938,11 +3937,11 @@ function tA(g, A = "generic") {
3938
3937
  }
3939
3938
  function dA(g, A = "generic", C = {}) {
3940
3939
  try {
3941
- return typeof a.format_sql_with_options_value == "function" ? l(
3940
+ return typeof a.format_sql_with_options_value == "function" ? W(
3942
3941
  a.format_sql_with_options_value(g, A, C)
3943
3942
  ) : typeof a.format_sql_with_options == "function" ? JSON.parse(
3944
3943
  a.format_sql_with_options(g, A, JSON.stringify(C))
3945
- ) : typeof a.format_sql_value == "function" ? l(
3944
+ ) : typeof a.format_sql_value == "function" ? W(
3946
3945
  a.format_sql_value(g, A)
3947
3946
  ) : JSON.parse(a.format_sql(g, A));
3948
3947
  } catch (Q) {
@@ -3950,15 +3949,15 @@ function dA(g, A = "generic", C = {}) {
3950
3949
  }
3951
3950
  }
3952
3951
  function jA() {
3953
- return typeof a.get_dialects_value == "function" ? l(a.get_dialects_value()) : JSON.parse(a.get_dialects());
3952
+ return typeof a.get_dialects_value == "function" ? W(a.get_dialects_value()) : JSON.parse(a.get_dialects());
3954
3953
  }
3955
- function zA() {
3954
+ function fA() {
3956
3955
  return a.version();
3957
3956
  }
3958
- function fA(g, A = "generic", C) {
3957
+ function zA(g, A = "generic", C) {
3959
3958
  try {
3960
3959
  const Q = C ? JSON.stringify(C) : "";
3961
- return typeof a.annotate_types_value == "function" ? l(
3960
+ return typeof a.annotate_types_value == "function" ? W(
3962
3961
  a.annotate_types_value(g, A, Q)
3963
3962
  ) : typeof a.annotate_types == "function" ? JSON.parse(
3964
3963
  a.annotate_types(g, A, Q)
@@ -3973,7 +3972,7 @@ function fA(g, A = "generic", C) {
3973
3972
  };
3974
3973
  }
3975
3974
  }
3976
- class r {
3975
+ class n {
3977
3976
  static instance = null;
3978
3977
  constructor() {
3979
3978
  }
@@ -3982,7 +3981,7 @@ class r {
3982
3981
  * The WASM module is automatically initialized on import.
3983
3982
  */
3984
3983
  static getInstance() {
3985
- return r.instance || (r.instance = new r()), r.instance;
3984
+ return n.instance || (n.instance = new n()), n.instance;
3986
3985
  }
3987
3986
  /**
3988
3987
  * Transpile SQL from one dialect to another.
@@ -4004,13 +4003,13 @@ class r {
4004
4003
  * Tokenize SQL into a token stream.
4005
4004
  */
4006
4005
  tokenize(A, C = "generic") {
4007
- return PA(A, C);
4006
+ return OA(A, C);
4008
4007
  }
4009
4008
  /**
4010
4009
  * Generate SQL from an AST.
4011
4010
  */
4012
4011
  generate(A, C = "generic") {
4013
- return OA(A, C);
4012
+ return PA(A, C);
4014
4013
  }
4015
4014
  /**
4016
4015
  * Format SQL.
@@ -4035,13 +4034,13 @@ class r {
4035
4034
  * Get library version.
4036
4035
  */
4037
4036
  getVersion() {
4038
- return zA();
4037
+ return fA();
4039
4038
  }
4040
4039
  /**
4041
4040
  * Parse SQL and annotate the AST with inferred type information.
4042
4041
  */
4043
4042
  annotateTypes(A, C = "generic", Q) {
4044
- return fA(A, C, Q);
4043
+ return zA(A, C, Q);
4045
4044
  }
4046
4045
  }
4047
4046
  const ai = {
@@ -4049,12 +4048,12 @@ const ai = {
4049
4048
  isInitialized: hI,
4050
4049
  transpile: pA,
4051
4050
  parse: TA,
4052
- tokenize: PA,
4053
- generate: OA,
4051
+ tokenize: OA,
4052
+ generate: PA,
4054
4053
  format: tA,
4055
- annotateTypes: fA,
4054
+ annotateTypes: zA,
4056
4055
  getDialects: jA,
4057
- getVersion: zA,
4056
+ getVersion: fA,
4058
4057
  lineage: wI,
4059
4058
  lineageWithSchema: MI,
4060
4059
  getSourceTables: iI,
@@ -4062,11 +4061,11 @@ const ai = {
4062
4061
  openLineageJobEvent: oI,
4063
4062
  openLineageRunEvent: kI,
4064
4063
  diff: yI,
4065
- hasChanges: GI,
4066
- changesOnly: KI,
4064
+ hasChanges: KI,
4065
+ changesOnly: GI,
4067
4066
  plan: YI,
4068
4067
  Dialect: aA,
4069
- Polyglot: r
4068
+ Polyglot: n
4070
4069
  }, qi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4071
4070
  __proto__: null,
4072
4071
  CaseBuilder: RA,
@@ -4075,27 +4074,27 @@ const ai = {
4075
4074
  Expr: S,
4076
4075
  InsertBuilder: II,
4077
4076
  MergeBuilder: DI,
4078
- Polyglot: r,
4077
+ Polyglot: n,
4079
4078
  SelectBuilder: gI,
4080
4079
  SetOpBuilder: _,
4081
4080
  UpdateBuilder: QI,
4082
- ValidationSeverity: Ji,
4081
+ ValidationSeverity: Ui,
4083
4082
  WindowDefBuilder: yM,
4084
- abs: rM,
4083
+ abs: nM,
4085
4084
  alias: LM,
4086
- and: FM,
4087
- annotateTypes: fA,
4085
+ and: JM,
4086
+ annotateTypes: zA,
4088
4087
  ast: kM,
4089
4088
  avg: qM,
4090
- boolean: JA,
4091
- caseOf: Ki,
4092
- caseWhen: Gi,
4089
+ boolean: UA,
4090
+ caseOf: Gi,
4091
+ caseWhen: Ki,
4093
4092
  cast: cM,
4094
4093
  ceil: bM,
4095
- changesOnly: KI,
4096
- coalesce: WM,
4097
- col: GM,
4098
- concatWs: lM,
4094
+ changesOnly: GI,
4095
+ coalesce: eM,
4096
+ col: KM,
4097
+ concatWs: WM,
4099
4098
  condition: hM,
4100
4099
  count: RM,
4101
4100
  countDistinct: sM,
@@ -4114,73 +4113,73 @@ const ai = {
4114
4113
  floor: uM,
4115
4114
  format: tA,
4116
4115
  formatWithOptions: dA,
4117
- func: J,
4118
- generate: OA,
4116
+ func: U,
4117
+ generate: PA,
4119
4118
  getColumns: bg,
4120
4119
  getDialects: jA,
4121
- getInferredType: zg,
4120
+ getInferredType: fg,
4122
4121
  getSourceTables: iI,
4123
- getVersion: zA,
4122
+ getVersion: fA,
4124
4123
  greatest: gi,
4125
- hasChanges: GI,
4126
- ifNull: nM,
4124
+ hasChanges: KI,
4125
+ ifNull: rM,
4127
4126
  init: HI,
4128
- initcap: xM,
4127
+ initcap: ZM,
4129
4128
  insert: Ni,
4130
4129
  insertInto: CI,
4131
4130
  intersect: hi,
4132
- isColumn: xg,
4131
+ isColumn: Zg,
4133
4132
  isFunction: Vg,
4134
4133
  isInitialized: hI,
4135
- isLiteral: Zg,
4136
- isSelect: fg,
4134
+ isLiteral: xg,
4135
+ isSelect: zg,
4137
4136
  least: Ii,
4138
4137
  length: tM,
4139
4138
  lineage: wI,
4140
4139
  lineageWithSchema: MI,
4141
- lit: KM,
4140
+ lit: GM,
4142
4141
  ln: _M,
4143
- lower: OM,
4142
+ lower: PM,
4144
4143
  ltrim: jM,
4145
4144
  max: TM,
4146
4145
  mergeInto: yi,
4147
4146
  min: pM,
4148
4147
  not: SM,
4149
- nullIf: eM,
4148
+ nullIf: lM,
4150
4149
  openLineageColumnLineage: NI,
4151
4150
  openLineageJobEvent: oI,
4152
4151
  openLineageRunEvent: kI,
4153
- or: JM,
4152
+ or: UM,
4154
4153
  parse: TA,
4155
4154
  plan: YI,
4156
4155
  power: vM,
4157
4156
  rank: wi,
4158
- renameColumns: eg,
4157
+ renameColumns: lg,
4159
4158
  replace: VM,
4160
- reverse: fM,
4159
+ reverse: zM,
4161
4160
  round: mM,
4162
4161
  rowNumber: Di,
4163
- rtrim: zM,
4162
+ rtrim: fM,
4164
4163
  select: ii,
4165
4164
  sign: Ai,
4166
4165
  sqlExpr: AI,
4167
4166
  sqlNull: YM,
4168
4167
  sqrt: XM,
4169
4168
  star: $g,
4170
- subquery: UM,
4171
- substring: ZM,
4169
+ subquery: FM,
4170
+ substring: xM,
4172
4171
  sum: aM,
4173
4172
  table: HM,
4174
- tokenize: PA,
4175
- transform: KA,
4173
+ tokenize: OA,
4174
+ transform: GA,
4176
4175
  transpile: pA,
4177
4176
  trim: dM,
4178
4177
  union: Yi,
4179
4178
  unionAll: Hi,
4180
4179
  update: oi,
4181
- upper: PM,
4180
+ upper: OM,
4182
4181
  validate: Ri,
4183
- validateWithSchema: Fi,
4182
+ validateWithSchema: Ji,
4184
4183
  walk: j
4185
4184
  }, Symbol.toStringTag, { value: "Module" }));
4186
4185
  export {
@@ -4190,25 +4189,25 @@ export {
4190
4189
  S as Expr,
4191
4190
  II as InsertBuilder,
4192
4191
  DI as MergeBuilder,
4193
- r as Polyglot,
4192
+ n as Polyglot,
4194
4193
  gI as SelectBuilder,
4195
4194
  _ as SetOpBuilder,
4196
4195
  QI as UpdateBuilder,
4197
- Ji as ValidationSeverity,
4198
- rM as abs,
4196
+ Ui as ValidationSeverity,
4197
+ nM as abs,
4199
4198
  LM as alias,
4200
- FM as and,
4201
- fA as annotateTypes,
4199
+ JM as and,
4200
+ zA as annotateTypes,
4202
4201
  kM as ast,
4203
4202
  qM as avg,
4204
- JA as boolean,
4205
- Ki as caseOf,
4206
- Gi as caseWhen,
4203
+ UA as boolean,
4204
+ Gi as caseOf,
4205
+ Ki as caseWhen,
4207
4206
  cM as cast,
4208
4207
  bM as ceil,
4209
- WM as coalesce,
4210
- GM as col,
4211
- lM as concatWs,
4208
+ eM as coalesce,
4209
+ KM as col,
4210
+ WM as concatWs,
4212
4211
  hM as condition,
4213
4212
  RM as count,
4214
4213
  sM as countDistinct,
@@ -4226,62 +4225,62 @@ export {
4226
4225
  uM as floor,
4227
4226
  tA as format,
4228
4227
  dA as formatWithOptions,
4229
- J as func,
4230
- OA as generate,
4228
+ U as func,
4229
+ PA as generate,
4231
4230
  bg as getColumns,
4232
4231
  jA as getDialects,
4233
- zg as getInferredType,
4234
- zA as getVersion,
4232
+ fg as getInferredType,
4233
+ fA as getVersion,
4235
4234
  gi as greatest,
4236
- nM as ifNull,
4235
+ rM as ifNull,
4237
4236
  HI as init,
4238
- xM as initcap,
4237
+ ZM as initcap,
4239
4238
  Ni as insert,
4240
4239
  CI as insertInto,
4241
4240
  hi as intersect,
4242
- xg as isColumn,
4241
+ Zg as isColumn,
4243
4242
  Vg as isFunction,
4244
4243
  hI as isInitialized,
4245
- Zg as isLiteral,
4246
- fg as isSelect,
4244
+ xg as isLiteral,
4245
+ zg as isSelect,
4247
4246
  Ii as least,
4248
4247
  tM as length,
4249
- KM as lit,
4248
+ GM as lit,
4250
4249
  _M as ln,
4251
- OM as lower,
4250
+ PM as lower,
4252
4251
  jM as ltrim,
4253
4252
  TM as max,
4254
4253
  yi as mergeInto,
4255
4254
  pM as min,
4256
4255
  SM as not,
4257
- eM as nullIf,
4258
- JM as or,
4256
+ lM as nullIf,
4257
+ UM as or,
4259
4258
  TA as parse,
4260
4259
  vM as power,
4261
4260
  wi as rank,
4262
- eg as renameColumns,
4261
+ lg as renameColumns,
4263
4262
  VM as replace,
4264
- fM as reverse,
4263
+ zM as reverse,
4265
4264
  mM as round,
4266
4265
  Di as rowNumber,
4267
- zM as rtrim,
4266
+ fM as rtrim,
4268
4267
  ii as select,
4269
4268
  Ai as sign,
4270
4269
  AI as sqlExpr,
4271
4270
  YM as sqlNull,
4272
4271
  XM as sqrt,
4273
4272
  $g as star,
4274
- ZM as substring,
4273
+ xM as substring,
4275
4274
  aM as sum,
4276
4275
  HM as table,
4277
- KA as transform,
4276
+ GA as transform,
4278
4277
  pA as transpile,
4279
4278
  dM as trim,
4280
4279
  Yi as union,
4281
4280
  Hi as unionAll,
4282
4281
  oi as update,
4283
- PM as upper,
4282
+ OM as upper,
4284
4283
  Ri as validate,
4285
- Fi as validateWithSchema,
4284
+ Ji as validateWithSchema,
4286
4285
  j as walk
4287
4286
  };