@polyglot-sql/sdk 0.5.5 → 0.5.7
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.
- package/dist/cdn/polyglot.esm.js +1032 -1032
- package/dist/polyglot_sql.wasm +0 -0
- package/package.json +1 -1
package/dist/cdn/polyglot.esm.js
CHANGED
|
@@ -27,7 +27,7 @@ const qI = new URL("../polyglot_sql.wasm",import.meta.url).href, pI = async (g =
|
|
|
27
27
|
class BA {
|
|
28
28
|
__destroy_into_raw() {
|
|
29
29
|
const A = this.__wbg_ptr;
|
|
30
|
-
return this.__wbg_ptr = 0,
|
|
30
|
+
return this.__wbg_ptr = 0, WA.unregister(this), A;
|
|
31
31
|
}
|
|
32
32
|
free() {
|
|
33
33
|
const A = this.__destroy_into_raw();
|
|
@@ -45,7 +45,7 @@ class BA {
|
|
|
45
45
|
*/
|
|
46
46
|
constructor() {
|
|
47
47
|
const A = I.wasmassignmentarray_new();
|
|
48
|
-
return this.__wbg_ptr = A >>> 0,
|
|
48
|
+
return this.__wbg_ptr = A >>> 0, WA.register(this, this.__wbg_ptr, this), this;
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
51
|
* Add a column = value assignment.
|
|
@@ -53,7 +53,7 @@ class BA {
|
|
|
53
53
|
* @param {WasmExpr} value
|
|
54
54
|
*/
|
|
55
55
|
push(A, C) {
|
|
56
|
-
const B =
|
|
56
|
+
const B = k(A, I.__wbindgen_export, I.__wbindgen_export2), Q = o;
|
|
57
57
|
H(C, G), I.wasmassignmentarray_push(this.__wbg_ptr, B, Q, C.__wbg_ptr);
|
|
58
58
|
}
|
|
59
59
|
}
|
|
@@ -62,11 +62,11 @@ class u {
|
|
|
62
62
|
static __wrap(A) {
|
|
63
63
|
A = A >>> 0;
|
|
64
64
|
const C = Object.create(u.prototype);
|
|
65
|
-
return C.__wbg_ptr = A,
|
|
65
|
+
return C.__wbg_ptr = A, cA.register(C, C.__wbg_ptr, C), C;
|
|
66
66
|
}
|
|
67
67
|
__destroy_into_raw() {
|
|
68
68
|
const A = this.__wbg_ptr;
|
|
69
|
-
return this.__wbg_ptr = 0,
|
|
69
|
+
return this.__wbg_ptr = 0, cA.unregister(this), A;
|
|
70
70
|
}
|
|
71
71
|
free() {
|
|
72
72
|
const A = this.__destroy_into_raw();
|
|
@@ -82,7 +82,7 @@ class u {
|
|
|
82
82
|
I.wasmcasebuilder_build_expr(Q, this.__wbg_ptr);
|
|
83
83
|
var A = M().getInt32(Q + 0, !0), C = M().getInt32(Q + 4, !0), B = M().getInt32(Q + 8, !0);
|
|
84
84
|
if (B)
|
|
85
|
-
throw
|
|
85
|
+
throw J(C);
|
|
86
86
|
return G.__wrap(A);
|
|
87
87
|
} finally {
|
|
88
88
|
I.__wbindgen_add_to_stack_pointer(16);
|
|
@@ -100,7 +100,7 @@ class u {
|
|
|
100
100
|
*/
|
|
101
101
|
constructor() {
|
|
102
102
|
const A = I.wasmcasebuilder_new();
|
|
103
|
-
return this.__wbg_ptr = A >>> 0,
|
|
103
|
+
return this.__wbg_ptr = A >>> 0, cA.register(this, this.__wbg_ptr, this), this;
|
|
104
104
|
}
|
|
105
105
|
/**
|
|
106
106
|
* Generate SQL string for the given dialect.
|
|
@@ -110,12 +110,12 @@ class u {
|
|
|
110
110
|
to_sql(A) {
|
|
111
111
|
let C, B;
|
|
112
112
|
try {
|
|
113
|
-
const y = I.__wbindgen_add_to_stack_pointer(-16),
|
|
114
|
-
I.wasmcasebuilder_to_sql(y, this.__wbg_ptr,
|
|
115
|
-
var Q = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0),
|
|
113
|
+
const y = I.__wbindgen_add_to_stack_pointer(-16), c = k(A, I.__wbindgen_export, I.__wbindgen_export2), R = o;
|
|
114
|
+
I.wasmcasebuilder_to_sql(y, this.__wbg_ptr, c, R);
|
|
115
|
+
var Q = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), N = Q, K = E;
|
|
116
116
|
if (i)
|
|
117
|
-
throw
|
|
118
|
-
return C =
|
|
117
|
+
throw N = 0, K = 0, J(D);
|
|
118
|
+
return C = N, B = K, S(N, K);
|
|
119
119
|
} finally {
|
|
120
120
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
121
121
|
}
|
|
@@ -149,8 +149,8 @@ class MA {
|
|
|
149
149
|
I.wasmdeletebuilder_build(Q, this.__wbg_ptr);
|
|
150
150
|
var A = M().getInt32(Q + 0, !0), C = M().getInt32(Q + 4, !0), B = M().getInt32(Q + 8, !0);
|
|
151
151
|
if (B)
|
|
152
|
-
throw
|
|
153
|
-
return
|
|
152
|
+
throw J(C);
|
|
153
|
+
return J(A);
|
|
154
154
|
} finally {
|
|
155
155
|
I.__wbindgen_add_to_stack_pointer(16);
|
|
156
156
|
}
|
|
@@ -160,7 +160,7 @@ class MA {
|
|
|
160
160
|
* @param {string} table_name
|
|
161
161
|
*/
|
|
162
162
|
constructor(A) {
|
|
163
|
-
const C =
|
|
163
|
+
const C = k(A, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.wasmdeletebuilder_new(C, B);
|
|
164
164
|
return this.__wbg_ptr = Q >>> 0, lA.register(this, this.__wbg_ptr, this), this;
|
|
165
165
|
}
|
|
166
166
|
/**
|
|
@@ -171,12 +171,12 @@ class MA {
|
|
|
171
171
|
to_sql(A) {
|
|
172
172
|
let C, B;
|
|
173
173
|
try {
|
|
174
|
-
const y = I.__wbindgen_add_to_stack_pointer(-16),
|
|
175
|
-
I.wasmdeletebuilder_to_sql(y, this.__wbg_ptr,
|
|
176
|
-
var Q = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0),
|
|
174
|
+
const y = I.__wbindgen_add_to_stack_pointer(-16), c = k(A, I.__wbindgen_export, I.__wbindgen_export2), R = o;
|
|
175
|
+
I.wasmdeletebuilder_to_sql(y, this.__wbg_ptr, c, R);
|
|
176
|
+
var Q = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), N = Q, K = E;
|
|
177
177
|
if (i)
|
|
178
|
-
throw
|
|
179
|
-
return C =
|
|
178
|
+
throw N = 0, K = 0, J(D);
|
|
179
|
+
return C = N, B = K, S(N, K);
|
|
180
180
|
} finally {
|
|
181
181
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
182
182
|
}
|
|
@@ -194,11 +194,11 @@ class G {
|
|
|
194
194
|
static __wrap(A) {
|
|
195
195
|
A = A >>> 0;
|
|
196
196
|
const C = Object.create(G.prototype);
|
|
197
|
-
return C.__wbg_ptr = A,
|
|
197
|
+
return C.__wbg_ptr = A, nA.register(C, C.__wbg_ptr, C), C;
|
|
198
198
|
}
|
|
199
199
|
__destroy_into_raw() {
|
|
200
200
|
const A = this.__wbg_ptr;
|
|
201
|
-
return this.__wbg_ptr = 0,
|
|
201
|
+
return this.__wbg_ptr = 0, nA.unregister(this), A;
|
|
202
202
|
}
|
|
203
203
|
free() {
|
|
204
204
|
const A = this.__destroy_into_raw();
|
|
@@ -220,7 +220,7 @@ class G {
|
|
|
220
220
|
* @returns {WasmExpr}
|
|
221
221
|
*/
|
|
222
222
|
alias(A) {
|
|
223
|
-
const C =
|
|
223
|
+
const C = k(A, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.wasmexpr_alias(this.__wbg_ptr, C, B);
|
|
224
224
|
return G.__wrap(Q);
|
|
225
225
|
}
|
|
226
226
|
/**
|
|
@@ -258,7 +258,7 @@ class G {
|
|
|
258
258
|
* @returns {WasmExpr}
|
|
259
259
|
*/
|
|
260
260
|
cast(A) {
|
|
261
|
-
const C =
|
|
261
|
+
const C = k(A, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.wasmexpr_cast(this.__wbg_ptr, C, B);
|
|
262
262
|
return G.__wrap(Q);
|
|
263
263
|
}
|
|
264
264
|
/**
|
|
@@ -453,8 +453,8 @@ class G {
|
|
|
453
453
|
I.wasmexpr_to_json(Q, this.__wbg_ptr);
|
|
454
454
|
var A = M().getInt32(Q + 0, !0), C = M().getInt32(Q + 4, !0), B = M().getInt32(Q + 8, !0);
|
|
455
455
|
if (B)
|
|
456
|
-
throw
|
|
457
|
-
return
|
|
456
|
+
throw J(C);
|
|
457
|
+
return J(A);
|
|
458
458
|
} finally {
|
|
459
459
|
I.__wbindgen_add_to_stack_pointer(16);
|
|
460
460
|
}
|
|
@@ -467,12 +467,12 @@ class G {
|
|
|
467
467
|
to_sql(A) {
|
|
468
468
|
let C, B;
|
|
469
469
|
try {
|
|
470
|
-
const y = I.__wbindgen_add_to_stack_pointer(-16),
|
|
471
|
-
I.wasmexpr_to_sql(y, this.__wbg_ptr,
|
|
472
|
-
var Q = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0),
|
|
470
|
+
const y = I.__wbindgen_add_to_stack_pointer(-16), c = k(A, I.__wbindgen_export, I.__wbindgen_export2), R = o;
|
|
471
|
+
I.wasmexpr_to_sql(y, this.__wbg_ptr, c, R);
|
|
472
|
+
var Q = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), N = Q, K = E;
|
|
473
473
|
if (i)
|
|
474
|
-
throw
|
|
475
|
-
return C =
|
|
474
|
+
throw N = 0, K = 0, J(D);
|
|
475
|
+
return C = N, B = K, S(N, K);
|
|
476
476
|
} finally {
|
|
477
477
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
478
478
|
}
|
|
@@ -492,7 +492,7 @@ Symbol.dispose && (G.prototype[Symbol.dispose] = G.prototype.free);
|
|
|
492
492
|
class O {
|
|
493
493
|
__destroy_into_raw() {
|
|
494
494
|
const A = this.__wbg_ptr;
|
|
495
|
-
return this.__wbg_ptr = 0,
|
|
495
|
+
return this.__wbg_ptr = 0, rA.unregister(this), A;
|
|
496
496
|
}
|
|
497
497
|
free() {
|
|
498
498
|
const A = this.__destroy_into_raw();
|
|
@@ -510,7 +510,7 @@ class O {
|
|
|
510
510
|
*/
|
|
511
511
|
constructor() {
|
|
512
512
|
const A = I.wasmassignmentarray_new();
|
|
513
|
-
return this.__wbg_ptr = A >>> 0,
|
|
513
|
+
return this.__wbg_ptr = A >>> 0, rA.register(this, this.__wbg_ptr, this), this;
|
|
514
514
|
}
|
|
515
515
|
/**
|
|
516
516
|
* Push an expression.
|
|
@@ -524,7 +524,7 @@ class O {
|
|
|
524
524
|
* @param {string} name
|
|
525
525
|
*/
|
|
526
526
|
push_col(A) {
|
|
527
|
-
const C =
|
|
527
|
+
const C = k(A, I.__wbindgen_export, I.__wbindgen_export2), B = o;
|
|
528
528
|
I.wasmexprarray_push_col(this.__wbg_ptr, C, B);
|
|
529
529
|
}
|
|
530
530
|
/**
|
|
@@ -552,7 +552,7 @@ class O {
|
|
|
552
552
|
* @param {string} value
|
|
553
553
|
*/
|
|
554
554
|
push_str(A) {
|
|
555
|
-
const C =
|
|
555
|
+
const C = k(A, I.__wbindgen_export, I.__wbindgen_export2), B = o;
|
|
556
556
|
I.wasmexprarray_push_str(this.__wbg_ptr, C, B);
|
|
557
557
|
}
|
|
558
558
|
}
|
|
@@ -576,8 +576,8 @@ class iA {
|
|
|
576
576
|
I.wasminsertbuilder_build(Q, this.__wbg_ptr);
|
|
577
577
|
var A = M().getInt32(Q + 0, !0), C = M().getInt32(Q + 4, !0), B = M().getInt32(Q + 8, !0);
|
|
578
578
|
if (B)
|
|
579
|
-
throw
|
|
580
|
-
return
|
|
579
|
+
throw J(C);
|
|
580
|
+
return J(A);
|
|
581
581
|
} finally {
|
|
582
582
|
I.__wbindgen_add_to_stack_pointer(16);
|
|
583
583
|
}
|
|
@@ -587,7 +587,7 @@ class iA {
|
|
|
587
587
|
* @param {string[]} cols
|
|
588
588
|
*/
|
|
589
589
|
columns(A) {
|
|
590
|
-
const C = FA(A, I.__wbindgen_export), B =
|
|
590
|
+
const C = FA(A, I.__wbindgen_export), B = o;
|
|
591
591
|
I.wasminsertbuilder_columns(this.__wbg_ptr, C, B);
|
|
592
592
|
}
|
|
593
593
|
/**
|
|
@@ -595,7 +595,7 @@ class iA {
|
|
|
595
595
|
* @param {string} table_name
|
|
596
596
|
*/
|
|
597
597
|
constructor(A) {
|
|
598
|
-
const C =
|
|
598
|
+
const C = k(A, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.wasminsertbuilder_new(C, B);
|
|
599
599
|
return this.__wbg_ptr = Q >>> 0, mA.register(this, this.__wbg_ptr, this), this;
|
|
600
600
|
}
|
|
601
601
|
/**
|
|
@@ -605,10 +605,10 @@ class iA {
|
|
|
605
605
|
query(A) {
|
|
606
606
|
try {
|
|
607
607
|
const Q = I.__wbindgen_add_to_stack_pointer(-16);
|
|
608
|
-
H(A,
|
|
608
|
+
H(A, d), I.wasminsertbuilder_query(Q, this.__wbg_ptr, A.__wbg_ptr);
|
|
609
609
|
var C = M().getInt32(Q + 0, !0), B = M().getInt32(Q + 4, !0);
|
|
610
610
|
if (B)
|
|
611
|
-
throw
|
|
611
|
+
throw J(C);
|
|
612
612
|
} finally {
|
|
613
613
|
I.__wbindgen_add_to_stack_pointer(16);
|
|
614
614
|
}
|
|
@@ -621,12 +621,12 @@ class iA {
|
|
|
621
621
|
to_sql(A) {
|
|
622
622
|
let C, B;
|
|
623
623
|
try {
|
|
624
|
-
const y = I.__wbindgen_add_to_stack_pointer(-16),
|
|
625
|
-
I.wasminsertbuilder_to_sql(y, this.__wbg_ptr,
|
|
626
|
-
var Q = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0),
|
|
624
|
+
const y = I.__wbindgen_add_to_stack_pointer(-16), c = k(A, I.__wbindgen_export, I.__wbindgen_export2), R = o;
|
|
625
|
+
I.wasminsertbuilder_to_sql(y, this.__wbg_ptr, c, R);
|
|
626
|
+
var Q = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), N = Q, K = E;
|
|
627
627
|
if (i)
|
|
628
|
-
throw
|
|
629
|
-
return C =
|
|
628
|
+
throw N = 0, K = 0, J(D);
|
|
629
|
+
return C = N, B = K, S(N, K);
|
|
630
630
|
} finally {
|
|
631
631
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
632
632
|
}
|
|
@@ -640,7 +640,7 @@ class iA {
|
|
|
640
640
|
}
|
|
641
641
|
}
|
|
642
642
|
Symbol.dispose && (iA.prototype[Symbol.dispose] = iA.prototype.free);
|
|
643
|
-
class
|
|
643
|
+
class oA {
|
|
644
644
|
__destroy_into_raw() {
|
|
645
645
|
const A = this.__wbg_ptr;
|
|
646
646
|
return this.__wbg_ptr = 0, uA.unregister(this), A;
|
|
@@ -659,8 +659,8 @@ class NA {
|
|
|
659
659
|
I.wasmmergebuilder_build(Q, this.__wbg_ptr);
|
|
660
660
|
var A = M().getInt32(Q + 0, !0), C = M().getInt32(Q + 4, !0), B = M().getInt32(Q + 8, !0);
|
|
661
661
|
if (B)
|
|
662
|
-
throw
|
|
663
|
-
return
|
|
662
|
+
throw J(C);
|
|
663
|
+
return J(A);
|
|
664
664
|
} finally {
|
|
665
665
|
I.__wbindgen_add_to_stack_pointer(16);
|
|
666
666
|
}
|
|
@@ -670,7 +670,7 @@ class NA {
|
|
|
670
670
|
* @param {string} target
|
|
671
671
|
*/
|
|
672
672
|
constructor(A) {
|
|
673
|
-
const C =
|
|
673
|
+
const C = k(A, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.wasmmergebuilder_new(C, B);
|
|
674
674
|
return this.__wbg_ptr = Q >>> 0, uA.register(this, this.__wbg_ptr, this), this;
|
|
675
675
|
}
|
|
676
676
|
/**
|
|
@@ -681,12 +681,12 @@ class NA {
|
|
|
681
681
|
to_sql(A) {
|
|
682
682
|
let C, B;
|
|
683
683
|
try {
|
|
684
|
-
const y = I.__wbindgen_add_to_stack_pointer(-16),
|
|
685
|
-
I.wasmmergebuilder_to_sql(y, this.__wbg_ptr,
|
|
686
|
-
var Q = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0),
|
|
684
|
+
const y = I.__wbindgen_add_to_stack_pointer(-16), c = k(A, I.__wbindgen_export, I.__wbindgen_export2), R = o;
|
|
685
|
+
I.wasmmergebuilder_to_sql(y, this.__wbg_ptr, c, R);
|
|
686
|
+
var Q = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), N = Q, K = E;
|
|
687
687
|
if (i)
|
|
688
|
-
throw
|
|
689
|
-
return C =
|
|
688
|
+
throw N = 0, K = 0, J(D);
|
|
689
|
+
return C = N, B = K, S(N, K);
|
|
690
690
|
} finally {
|
|
691
691
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
692
692
|
}
|
|
@@ -697,7 +697,7 @@ class NA {
|
|
|
697
697
|
* @param {WasmExpr} on
|
|
698
698
|
*/
|
|
699
699
|
using(A, C) {
|
|
700
|
-
const B =
|
|
700
|
+
const B = k(A, I.__wbindgen_export, I.__wbindgen_export2), Q = o;
|
|
701
701
|
H(C, G), I.wasmmergebuilder_using(this.__wbg_ptr, B, Q, C.__wbg_ptr);
|
|
702
702
|
}
|
|
703
703
|
/**
|
|
@@ -719,15 +719,15 @@ class NA {
|
|
|
719
719
|
* @param {WasmExprArray} values
|
|
720
720
|
*/
|
|
721
721
|
when_not_matched_insert(A, C) {
|
|
722
|
-
const B = FA(A, I.__wbindgen_export), Q =
|
|
722
|
+
const B = FA(A, I.__wbindgen_export), Q = o;
|
|
723
723
|
H(C, O), I.wasmmergebuilder_when_not_matched_insert(this.__wbg_ptr, B, Q, C.__wbg_ptr);
|
|
724
724
|
}
|
|
725
725
|
}
|
|
726
|
-
Symbol.dispose && (
|
|
727
|
-
class
|
|
726
|
+
Symbol.dispose && (oA.prototype[Symbol.dispose] = oA.prototype.free);
|
|
727
|
+
class d {
|
|
728
728
|
__destroy_into_raw() {
|
|
729
729
|
const A = this.__wbg_ptr;
|
|
730
|
-
return this.__wbg_ptr = 0,
|
|
730
|
+
return this.__wbg_ptr = 0, bA.unregister(this), A;
|
|
731
731
|
}
|
|
732
732
|
free() {
|
|
733
733
|
const A = this.__destroy_into_raw();
|
|
@@ -743,8 +743,8 @@ class Z {
|
|
|
743
743
|
I.wasmselectbuilder_build(Q, this.__wbg_ptr);
|
|
744
744
|
var A = M().getInt32(Q + 0, !0), C = M().getInt32(Q + 4, !0), B = M().getInt32(Q + 8, !0);
|
|
745
745
|
if (B)
|
|
746
|
-
throw
|
|
747
|
-
return
|
|
746
|
+
throw J(C);
|
|
747
|
+
return J(A);
|
|
748
748
|
} finally {
|
|
749
749
|
I.__wbindgen_add_to_stack_pointer(16);
|
|
750
750
|
}
|
|
@@ -754,7 +754,7 @@ class Z {
|
|
|
754
754
|
* @param {string} table
|
|
755
755
|
*/
|
|
756
756
|
cross_join(A) {
|
|
757
|
-
const C =
|
|
757
|
+
const C = k(A, I.__wbindgen_export, I.__wbindgen_export2), B = o;
|
|
758
758
|
I.wasmselectbuilder_cross_join(this.__wbg_ptr, C, B);
|
|
759
759
|
}
|
|
760
760
|
/**
|
|
@@ -764,12 +764,12 @@ class Z {
|
|
|
764
764
|
*/
|
|
765
765
|
ctas(A) {
|
|
766
766
|
try {
|
|
767
|
-
const E = I.__wbindgen_add_to_stack_pointer(-16), D =
|
|
767
|
+
const E = I.__wbindgen_add_to_stack_pointer(-16), D = k(A, I.__wbindgen_export, I.__wbindgen_export2), i = o;
|
|
768
768
|
I.wasmselectbuilder_ctas(E, this.__wbg_ptr, D, i);
|
|
769
769
|
var C = M().getInt32(E + 0, !0), B = M().getInt32(E + 4, !0), Q = M().getInt32(E + 8, !0);
|
|
770
770
|
if (Q)
|
|
771
|
-
throw
|
|
772
|
-
return
|
|
771
|
+
throw J(B);
|
|
772
|
+
return J(C);
|
|
773
773
|
} finally {
|
|
774
774
|
I.__wbindgen_add_to_stack_pointer(16);
|
|
775
775
|
}
|
|
@@ -783,12 +783,12 @@ class Z {
|
|
|
783
783
|
ctas_sql(A, C) {
|
|
784
784
|
let B, Q;
|
|
785
785
|
try {
|
|
786
|
-
const
|
|
787
|
-
I.wasmselectbuilder_ctas_sql(
|
|
788
|
-
var E = M().getInt32(
|
|
789
|
-
if (
|
|
790
|
-
throw K = 0, y = 0,
|
|
791
|
-
return B = K, Q = y,
|
|
786
|
+
const c = I.__wbindgen_add_to_stack_pointer(-16), R = k(A, I.__wbindgen_export, I.__wbindgen_export2), q = o, T = k(C, I.__wbindgen_export, I.__wbindgen_export2), V = o;
|
|
787
|
+
I.wasmselectbuilder_ctas_sql(c, this.__wbg_ptr, R, q, T, V);
|
|
788
|
+
var E = M().getInt32(c + 0, !0), D = M().getInt32(c + 4, !0), i = M().getInt32(c + 8, !0), N = M().getInt32(c + 12, !0), K = E, y = D;
|
|
789
|
+
if (N)
|
|
790
|
+
throw K = 0, y = 0, J(i);
|
|
791
|
+
return B = K, Q = y, S(K, y);
|
|
792
792
|
} finally {
|
|
793
793
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(B, Q, 1);
|
|
794
794
|
}
|
|
@@ -807,11 +807,11 @@ class Z {
|
|
|
807
807
|
except_(A) {
|
|
808
808
|
try {
|
|
809
809
|
const E = I.__wbindgen_add_to_stack_pointer(-16);
|
|
810
|
-
H(A,
|
|
810
|
+
H(A, d), I.wasmselectbuilder_except_(E, this.__wbg_ptr, A.__wbg_ptr);
|
|
811
811
|
var C = M().getInt32(E + 0, !0), B = M().getInt32(E + 4, !0), Q = M().getInt32(E + 8, !0);
|
|
812
812
|
if (Q)
|
|
813
|
-
throw
|
|
814
|
-
return
|
|
813
|
+
throw J(B);
|
|
814
|
+
return W.__wrap(C);
|
|
815
815
|
} finally {
|
|
816
816
|
I.__wbindgen_add_to_stack_pointer(16);
|
|
817
817
|
}
|
|
@@ -827,7 +827,7 @@ class Z {
|
|
|
827
827
|
* @param {string} table
|
|
828
828
|
*/
|
|
829
829
|
from(A) {
|
|
830
|
-
const C =
|
|
830
|
+
const C = k(A, I.__wbindgen_export, I.__wbindgen_export2), B = o;
|
|
831
831
|
I.wasmselectbuilder_from(this.__wbg_ptr, C, B);
|
|
832
832
|
}
|
|
833
833
|
/**
|
|
@@ -856,7 +856,7 @@ class Z {
|
|
|
856
856
|
* @param {string} hint_text
|
|
857
857
|
*/
|
|
858
858
|
hint(A) {
|
|
859
|
-
const C =
|
|
859
|
+
const C = k(A, I.__wbindgen_export, I.__wbindgen_export2), B = o;
|
|
860
860
|
I.wasmselectbuilder_hint(this.__wbg_ptr, C, B);
|
|
861
861
|
}
|
|
862
862
|
/**
|
|
@@ -867,11 +867,11 @@ class Z {
|
|
|
867
867
|
intersect(A) {
|
|
868
868
|
try {
|
|
869
869
|
const E = I.__wbindgen_add_to_stack_pointer(-16);
|
|
870
|
-
H(A,
|
|
870
|
+
H(A, d), I.wasmselectbuilder_intersect(E, this.__wbg_ptr, A.__wbg_ptr);
|
|
871
871
|
var C = M().getInt32(E + 0, !0), B = M().getInt32(E + 4, !0), Q = M().getInt32(E + 8, !0);
|
|
872
872
|
if (Q)
|
|
873
|
-
throw
|
|
874
|
-
return
|
|
873
|
+
throw J(B);
|
|
874
|
+
return W.__wrap(C);
|
|
875
875
|
} finally {
|
|
876
876
|
I.__wbindgen_add_to_stack_pointer(16);
|
|
877
877
|
}
|
|
@@ -882,7 +882,7 @@ class Z {
|
|
|
882
882
|
* @param {WasmExpr} on
|
|
883
883
|
*/
|
|
884
884
|
join(A, C) {
|
|
885
|
-
const B =
|
|
885
|
+
const B = k(A, I.__wbindgen_export, I.__wbindgen_export2), Q = o;
|
|
886
886
|
H(C, G), I.wasmselectbuilder_join(this.__wbg_ptr, B, Q, C.__wbg_ptr);
|
|
887
887
|
}
|
|
888
888
|
/**
|
|
@@ -893,7 +893,7 @@ class Z {
|
|
|
893
893
|
*/
|
|
894
894
|
lateral_view(A, C, B) {
|
|
895
895
|
H(A, G);
|
|
896
|
-
const Q =
|
|
896
|
+
const Q = k(C, I.__wbindgen_export, I.__wbindgen_export2), E = o, D = FA(B, I.__wbindgen_export), i = o;
|
|
897
897
|
I.wasmselectbuilder_lateral_view(this.__wbg_ptr, A.__wbg_ptr, Q, E, D, i);
|
|
898
898
|
}
|
|
899
899
|
/**
|
|
@@ -902,7 +902,7 @@ class Z {
|
|
|
902
902
|
* @param {WasmExpr} on
|
|
903
903
|
*/
|
|
904
904
|
left_join(A, C) {
|
|
905
|
-
const B =
|
|
905
|
+
const B = k(A, I.__wbindgen_export, I.__wbindgen_export2), Q = o;
|
|
906
906
|
H(C, G), I.wasmselectbuilder_left_join(this.__wbg_ptr, B, Q, C.__wbg_ptr);
|
|
907
907
|
}
|
|
908
908
|
/**
|
|
@@ -917,7 +917,7 @@ class Z {
|
|
|
917
917
|
*/
|
|
918
918
|
constructor() {
|
|
919
919
|
const A = I.wasmselectbuilder_new();
|
|
920
|
-
return this.__wbg_ptr = A >>> 0,
|
|
920
|
+
return this.__wbg_ptr = A >>> 0, bA.register(this, this.__wbg_ptr, this), this;
|
|
921
921
|
}
|
|
922
922
|
/**
|
|
923
923
|
* Set the OFFSET clause.
|
|
@@ -946,7 +946,7 @@ class Z {
|
|
|
946
946
|
* @param {WasmExpr} on
|
|
947
947
|
*/
|
|
948
948
|
right_join(A, C) {
|
|
949
|
-
const B =
|
|
949
|
+
const B = k(A, I.__wbindgen_export, I.__wbindgen_export2), Q = o;
|
|
950
950
|
H(C, G), I.wasmselectbuilder_right_join(this.__wbg_ptr, B, Q, C.__wbg_ptr);
|
|
951
951
|
}
|
|
952
952
|
/**
|
|
@@ -954,7 +954,7 @@ class Z {
|
|
|
954
954
|
* @param {string} name
|
|
955
955
|
*/
|
|
956
956
|
select_col(A) {
|
|
957
|
-
const C =
|
|
957
|
+
const C = k(A, I.__wbindgen_export, I.__wbindgen_export2), B = o;
|
|
958
958
|
I.wasmselectbuilder_select_col(this.__wbg_ptr, C, B);
|
|
959
959
|
}
|
|
960
960
|
/**
|
|
@@ -992,12 +992,12 @@ class Z {
|
|
|
992
992
|
to_sql(A) {
|
|
993
993
|
let C, B;
|
|
994
994
|
try {
|
|
995
|
-
const y = I.__wbindgen_add_to_stack_pointer(-16),
|
|
996
|
-
I.wasmselectbuilder_to_sql(y, this.__wbg_ptr,
|
|
997
|
-
var Q = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0),
|
|
995
|
+
const y = I.__wbindgen_add_to_stack_pointer(-16), c = k(A, I.__wbindgen_export, I.__wbindgen_export2), R = o;
|
|
996
|
+
I.wasmselectbuilder_to_sql(y, this.__wbg_ptr, c, R);
|
|
997
|
+
var Q = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), N = Q, K = E;
|
|
998
998
|
if (i)
|
|
999
|
-
throw
|
|
1000
|
-
return C =
|
|
999
|
+
throw N = 0, K = 0, J(D);
|
|
1000
|
+
return C = N, B = K, S(N, K);
|
|
1001
1001
|
} finally {
|
|
1002
1002
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1003
1003
|
}
|
|
@@ -1010,11 +1010,11 @@ class Z {
|
|
|
1010
1010
|
union(A) {
|
|
1011
1011
|
try {
|
|
1012
1012
|
const E = I.__wbindgen_add_to_stack_pointer(-16);
|
|
1013
|
-
H(A,
|
|
1013
|
+
H(A, d), I.wasmselectbuilder_union(E, this.__wbg_ptr, A.__wbg_ptr);
|
|
1014
1014
|
var C = M().getInt32(E + 0, !0), B = M().getInt32(E + 4, !0), Q = M().getInt32(E + 8, !0);
|
|
1015
1015
|
if (Q)
|
|
1016
|
-
throw
|
|
1017
|
-
return
|
|
1016
|
+
throw J(B);
|
|
1017
|
+
return W.__wrap(C);
|
|
1018
1018
|
} finally {
|
|
1019
1019
|
I.__wbindgen_add_to_stack_pointer(16);
|
|
1020
1020
|
}
|
|
@@ -1027,11 +1027,11 @@ class Z {
|
|
|
1027
1027
|
union_all(A) {
|
|
1028
1028
|
try {
|
|
1029
1029
|
const E = I.__wbindgen_add_to_stack_pointer(-16);
|
|
1030
|
-
H(A,
|
|
1030
|
+
H(A, d), I.wasmselectbuilder_union_all(E, this.__wbg_ptr, A.__wbg_ptr);
|
|
1031
1031
|
var C = M().getInt32(E + 0, !0), B = M().getInt32(E + 4, !0), Q = M().getInt32(E + 8, !0);
|
|
1032
1032
|
if (Q)
|
|
1033
|
-
throw
|
|
1034
|
-
return
|
|
1033
|
+
throw J(B);
|
|
1034
|
+
return W.__wrap(C);
|
|
1035
1035
|
} finally {
|
|
1036
1036
|
I.__wbindgen_add_to_stack_pointer(16);
|
|
1037
1037
|
}
|
|
@@ -1048,7 +1048,7 @@ class Z {
|
|
|
1048
1048
|
* @param {string} sql
|
|
1049
1049
|
*/
|
|
1050
1050
|
where_sql(A) {
|
|
1051
|
-
const C =
|
|
1051
|
+
const C = k(A, I.__wbindgen_export, I.__wbindgen_export2), B = o;
|
|
1052
1052
|
I.wasmselectbuilder_where_sql(this.__wbg_ptr, C, B);
|
|
1053
1053
|
}
|
|
1054
1054
|
/**
|
|
@@ -1058,26 +1058,26 @@ class Z {
|
|
|
1058
1058
|
*/
|
|
1059
1059
|
window(A, C) {
|
|
1060
1060
|
try {
|
|
1061
|
-
const E = I.__wbindgen_add_to_stack_pointer(-16), D =
|
|
1061
|
+
const E = I.__wbindgen_add_to_stack_pointer(-16), D = k(A, I.__wbindgen_export, I.__wbindgen_export2), i = o;
|
|
1062
1062
|
H(C, QA), I.wasmselectbuilder_window(E, this.__wbg_ptr, D, i, C.__wbg_ptr);
|
|
1063
1063
|
var B = M().getInt32(E + 0, !0), Q = M().getInt32(E + 4, !0);
|
|
1064
1064
|
if (Q)
|
|
1065
|
-
throw
|
|
1065
|
+
throw J(B);
|
|
1066
1066
|
} finally {
|
|
1067
1067
|
I.__wbindgen_add_to_stack_pointer(16);
|
|
1068
1068
|
}
|
|
1069
1069
|
}
|
|
1070
1070
|
}
|
|
1071
|
-
Symbol.dispose && (
|
|
1072
|
-
class
|
|
1071
|
+
Symbol.dispose && (d.prototype[Symbol.dispose] = d.prototype.free);
|
|
1072
|
+
class W {
|
|
1073
1073
|
static __wrap(A) {
|
|
1074
1074
|
A = A >>> 0;
|
|
1075
|
-
const C = Object.create(
|
|
1076
|
-
return C.__wbg_ptr = A,
|
|
1075
|
+
const C = Object.create(W.prototype);
|
|
1076
|
+
return C.__wbg_ptr = A, vA.register(C, C.__wbg_ptr, C), C;
|
|
1077
1077
|
}
|
|
1078
1078
|
__destroy_into_raw() {
|
|
1079
1079
|
const A = this.__wbg_ptr;
|
|
1080
|
-
return this.__wbg_ptr = 0,
|
|
1080
|
+
return this.__wbg_ptr = 0, vA.unregister(this), A;
|
|
1081
1081
|
}
|
|
1082
1082
|
free() {
|
|
1083
1083
|
const A = this.__destroy_into_raw();
|
|
@@ -1093,8 +1093,8 @@ class V {
|
|
|
1093
1093
|
I.wasmsetopbuilder_build(Q, this.__wbg_ptr);
|
|
1094
1094
|
var A = M().getInt32(Q + 0, !0), C = M().getInt32(Q + 4, !0), B = M().getInt32(Q + 8, !0);
|
|
1095
1095
|
if (B)
|
|
1096
|
-
throw
|
|
1097
|
-
return
|
|
1096
|
+
throw J(C);
|
|
1097
|
+
return J(A);
|
|
1098
1098
|
} finally {
|
|
1099
1099
|
I.__wbindgen_add_to_stack_pointer(16);
|
|
1100
1100
|
}
|
|
@@ -1128,19 +1128,19 @@ class V {
|
|
|
1128
1128
|
to_sql(A) {
|
|
1129
1129
|
let C, B;
|
|
1130
1130
|
try {
|
|
1131
|
-
const y = I.__wbindgen_add_to_stack_pointer(-16),
|
|
1132
|
-
I.wasmsetopbuilder_to_sql(y, this.__wbg_ptr,
|
|
1133
|
-
var Q = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0),
|
|
1131
|
+
const y = I.__wbindgen_add_to_stack_pointer(-16), c = k(A, I.__wbindgen_export, I.__wbindgen_export2), R = o;
|
|
1132
|
+
I.wasmsetopbuilder_to_sql(y, this.__wbg_ptr, c, R);
|
|
1133
|
+
var Q = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), N = Q, K = E;
|
|
1134
1134
|
if (i)
|
|
1135
|
-
throw
|
|
1136
|
-
return C =
|
|
1135
|
+
throw N = 0, K = 0, J(D);
|
|
1136
|
+
return C = N, B = K, S(N, K);
|
|
1137
1137
|
} finally {
|
|
1138
1138
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1139
1139
|
}
|
|
1140
1140
|
}
|
|
1141
1141
|
}
|
|
1142
|
-
Symbol.dispose && (
|
|
1143
|
-
class
|
|
1142
|
+
Symbol.dispose && (W.prototype[Symbol.dispose] = W.prototype.free);
|
|
1143
|
+
class kA {
|
|
1144
1144
|
__destroy_into_raw() {
|
|
1145
1145
|
const A = this.__wbg_ptr;
|
|
1146
1146
|
return this.__wbg_ptr = 0, XA.unregister(this), A;
|
|
@@ -1159,8 +1159,8 @@ class oA {
|
|
|
1159
1159
|
I.wasmupdatebuilder_build(Q, this.__wbg_ptr);
|
|
1160
1160
|
var A = M().getInt32(Q + 0, !0), C = M().getInt32(Q + 4, !0), B = M().getInt32(Q + 8, !0);
|
|
1161
1161
|
if (B)
|
|
1162
|
-
throw
|
|
1163
|
-
return
|
|
1162
|
+
throw J(C);
|
|
1163
|
+
return J(A);
|
|
1164
1164
|
} finally {
|
|
1165
1165
|
I.__wbindgen_add_to_stack_pointer(16);
|
|
1166
1166
|
}
|
|
@@ -1170,7 +1170,7 @@ class oA {
|
|
|
1170
1170
|
* @param {string} table
|
|
1171
1171
|
*/
|
|
1172
1172
|
from(A) {
|
|
1173
|
-
const C =
|
|
1173
|
+
const C = k(A, I.__wbindgen_export, I.__wbindgen_export2), B = o;
|
|
1174
1174
|
I.wasmupdatebuilder_from(this.__wbg_ptr, C, B);
|
|
1175
1175
|
}
|
|
1176
1176
|
/**
|
|
@@ -1178,7 +1178,7 @@ class oA {
|
|
|
1178
1178
|
* @param {string} table_name
|
|
1179
1179
|
*/
|
|
1180
1180
|
constructor(A) {
|
|
1181
|
-
const C =
|
|
1181
|
+
const C = k(A, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.wasmupdatebuilder_new(C, B);
|
|
1182
1182
|
return this.__wbg_ptr = Q >>> 0, XA.register(this, this.__wbg_ptr, this), this;
|
|
1183
1183
|
}
|
|
1184
1184
|
/**
|
|
@@ -1187,7 +1187,7 @@ class oA {
|
|
|
1187
1187
|
* @param {WasmExpr} value
|
|
1188
1188
|
*/
|
|
1189
1189
|
set(A, C) {
|
|
1190
|
-
const B =
|
|
1190
|
+
const B = k(A, I.__wbindgen_export, I.__wbindgen_export2), Q = o;
|
|
1191
1191
|
H(C, G), I.wasmupdatebuilder_set(this.__wbg_ptr, B, Q, C.__wbg_ptr);
|
|
1192
1192
|
}
|
|
1193
1193
|
/**
|
|
@@ -1198,12 +1198,12 @@ class oA {
|
|
|
1198
1198
|
to_sql(A) {
|
|
1199
1199
|
let C, B;
|
|
1200
1200
|
try {
|
|
1201
|
-
const y = I.__wbindgen_add_to_stack_pointer(-16),
|
|
1202
|
-
I.wasmupdatebuilder_to_sql(y, this.__wbg_ptr,
|
|
1203
|
-
var Q = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0),
|
|
1201
|
+
const y = I.__wbindgen_add_to_stack_pointer(-16), c = k(A, I.__wbindgen_export, I.__wbindgen_export2), R = o;
|
|
1202
|
+
I.wasmupdatebuilder_to_sql(y, this.__wbg_ptr, c, R);
|
|
1203
|
+
var Q = M().getInt32(y + 0, !0), E = M().getInt32(y + 4, !0), D = M().getInt32(y + 8, !0), i = M().getInt32(y + 12, !0), N = Q, K = E;
|
|
1204
1204
|
if (i)
|
|
1205
|
-
throw
|
|
1206
|
-
return C =
|
|
1205
|
+
throw N = 0, K = 0, J(D);
|
|
1206
|
+
return C = N, B = K, S(N, K);
|
|
1207
1207
|
} finally {
|
|
1208
1208
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1209
1209
|
}
|
|
@@ -1216,7 +1216,7 @@ class oA {
|
|
|
1216
1216
|
H(A, G), I.wasmupdatebuilder_where_expr(this.__wbg_ptr, A.__wbg_ptr);
|
|
1217
1217
|
}
|
|
1218
1218
|
}
|
|
1219
|
-
Symbol.dispose && (
|
|
1219
|
+
Symbol.dispose && (kA.prototype[Symbol.dispose] = kA.prototype.free);
|
|
1220
1220
|
class QA {
|
|
1221
1221
|
__destroy_into_raw() {
|
|
1222
1222
|
const A = this.__wbg_ptr;
|
|
@@ -1252,40 +1252,40 @@ Symbol.dispose && (QA.prototype[Symbol.dispose] = QA.prototype.free);
|
|
|
1252
1252
|
function OI(g, A) {
|
|
1253
1253
|
let C, B;
|
|
1254
1254
|
try {
|
|
1255
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1256
|
-
I.analyze_query(D, i,
|
|
1255
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o, K = k(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
|
|
1256
|
+
I.analyze_query(D, i, N, K, y);
|
|
1257
1257
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1258
|
-
return C = Q, B = E,
|
|
1258
|
+
return C = Q, B = E, S(Q, E);
|
|
1259
1259
|
} finally {
|
|
1260
1260
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1261
1261
|
}
|
|
1262
1262
|
}
|
|
1263
1263
|
function PI(g, A) {
|
|
1264
|
-
const C =
|
|
1265
|
-
return
|
|
1264
|
+
const C = k(g, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.analyze_query_value(C, B, s(A));
|
|
1265
|
+
return J(Q);
|
|
1266
1266
|
}
|
|
1267
|
-
function
|
|
1267
|
+
function TI(g, A, C) {
|
|
1268
1268
|
let B, Q;
|
|
1269
1269
|
try {
|
|
1270
|
-
const i = I.__wbindgen_add_to_stack_pointer(-16),
|
|
1271
|
-
I.annotate_types(i,
|
|
1270
|
+
const i = I.__wbindgen_add_to_stack_pointer(-16), N = k(g, I.__wbindgen_export, I.__wbindgen_export2), K = o, y = k(A, I.__wbindgen_export, I.__wbindgen_export2), c = o, R = k(C, I.__wbindgen_export, I.__wbindgen_export2), q = o;
|
|
1271
|
+
I.annotate_types(i, N, K, y, c, R, q);
|
|
1272
1272
|
var E = M().getInt32(i + 0, !0), D = M().getInt32(i + 4, !0);
|
|
1273
|
-
return B = E, Q = D,
|
|
1273
|
+
return B = E, Q = D, S(E, D);
|
|
1274
1274
|
} finally {
|
|
1275
1275
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(B, Q, 1);
|
|
1276
1276
|
}
|
|
1277
1277
|
}
|
|
1278
|
-
function
|
|
1279
|
-
const B =
|
|
1280
|
-
return
|
|
1278
|
+
function jI(g, A, C) {
|
|
1279
|
+
const B = k(g, I.__wbindgen_export, I.__wbindgen_export2), Q = o, E = k(A, I.__wbindgen_export, I.__wbindgen_export2), D = o, i = k(C, I.__wbindgen_export, I.__wbindgen_export2), N = o, K = I.annotate_types_value(B, Q, E, D, i, N);
|
|
1280
|
+
return J(K);
|
|
1281
1281
|
}
|
|
1282
1282
|
function Ag(g, A, C) {
|
|
1283
1283
|
let B, Q;
|
|
1284
1284
|
try {
|
|
1285
|
-
const i = I.__wbindgen_add_to_stack_pointer(-16),
|
|
1286
|
-
I.ast_add_where(i,
|
|
1285
|
+
const i = I.__wbindgen_add_to_stack_pointer(-16), N = k(g, I.__wbindgen_export, I.__wbindgen_export2), K = o, y = k(A, I.__wbindgen_export, I.__wbindgen_export2), c = o;
|
|
1286
|
+
I.ast_add_where(i, N, K, y, c, C);
|
|
1287
1287
|
var E = M().getInt32(i + 0, !0), D = M().getInt32(i + 4, !0);
|
|
1288
|
-
return B = E, Q = D,
|
|
1288
|
+
return B = E, Q = D, S(E, D);
|
|
1289
1289
|
} finally {
|
|
1290
1290
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(B, Q, 1);
|
|
1291
1291
|
}
|
|
@@ -1293,10 +1293,10 @@ function Ag(g, A, C) {
|
|
|
1293
1293
|
function gg(g) {
|
|
1294
1294
|
let A, C;
|
|
1295
1295
|
try {
|
|
1296
|
-
const E = I.__wbindgen_add_to_stack_pointer(-16), D =
|
|
1296
|
+
const E = I.__wbindgen_add_to_stack_pointer(-16), D = k(g, I.__wbindgen_export, I.__wbindgen_export2), i = o;
|
|
1297
1297
|
I.ast_get_aggregate_functions(E, D, i);
|
|
1298
1298
|
var B = M().getInt32(E + 0, !0), Q = M().getInt32(E + 4, !0);
|
|
1299
|
-
return A = B, C = Q,
|
|
1299
|
+
return A = B, C = Q, S(B, Q);
|
|
1300
1300
|
} finally {
|
|
1301
1301
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(A, C, 1);
|
|
1302
1302
|
}
|
|
@@ -1304,10 +1304,10 @@ function gg(g) {
|
|
|
1304
1304
|
function Ig(g) {
|
|
1305
1305
|
let A, C;
|
|
1306
1306
|
try {
|
|
1307
|
-
const E = I.__wbindgen_add_to_stack_pointer(-16), D =
|
|
1307
|
+
const E = I.__wbindgen_add_to_stack_pointer(-16), D = k(g, I.__wbindgen_export, I.__wbindgen_export2), i = o;
|
|
1308
1308
|
I.ast_get_column_names(E, D, i);
|
|
1309
1309
|
var B = M().getInt32(E + 0, !0), Q = M().getInt32(E + 4, !0);
|
|
1310
|
-
return A = B, C = Q,
|
|
1310
|
+
return A = B, C = Q, S(B, Q);
|
|
1311
1311
|
} finally {
|
|
1312
1312
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(A, C, 1);
|
|
1313
1313
|
}
|
|
@@ -1315,10 +1315,10 @@ function Ig(g) {
|
|
|
1315
1315
|
function Cg(g) {
|
|
1316
1316
|
let A, C;
|
|
1317
1317
|
try {
|
|
1318
|
-
const E = I.__wbindgen_add_to_stack_pointer(-16), D =
|
|
1318
|
+
const E = I.__wbindgen_add_to_stack_pointer(-16), D = k(g, I.__wbindgen_export, I.__wbindgen_export2), i = o;
|
|
1319
1319
|
I.ast_get_functions(E, D, i);
|
|
1320
1320
|
var B = M().getInt32(E + 0, !0), Q = M().getInt32(E + 4, !0);
|
|
1321
|
-
return A = B, C = Q,
|
|
1321
|
+
return A = B, C = Q, S(B, Q);
|
|
1322
1322
|
} finally {
|
|
1323
1323
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(A, C, 1);
|
|
1324
1324
|
}
|
|
@@ -1326,10 +1326,10 @@ function Cg(g) {
|
|
|
1326
1326
|
function Bg(g) {
|
|
1327
1327
|
let A, C;
|
|
1328
1328
|
try {
|
|
1329
|
-
const E = I.__wbindgen_add_to_stack_pointer(-16), D =
|
|
1329
|
+
const E = I.__wbindgen_add_to_stack_pointer(-16), D = k(g, I.__wbindgen_export, I.__wbindgen_export2), i = o;
|
|
1330
1330
|
I.ast_get_literals(E, D, i);
|
|
1331
1331
|
var B = M().getInt32(E + 0, !0), Q = M().getInt32(E + 4, !0);
|
|
1332
|
-
return A = B, C = Q,
|
|
1332
|
+
return A = B, C = Q, S(B, Q);
|
|
1333
1333
|
} finally {
|
|
1334
1334
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(A, C, 1);
|
|
1335
1335
|
}
|
|
@@ -1337,10 +1337,10 @@ function Bg(g) {
|
|
|
1337
1337
|
function Qg(g) {
|
|
1338
1338
|
let A, C;
|
|
1339
1339
|
try {
|
|
1340
|
-
const E = I.__wbindgen_add_to_stack_pointer(-16), D =
|
|
1340
|
+
const E = I.__wbindgen_add_to_stack_pointer(-16), D = k(g, I.__wbindgen_export, I.__wbindgen_export2), i = o;
|
|
1341
1341
|
I.ast_get_subqueries(E, D, i);
|
|
1342
1342
|
var B = M().getInt32(E + 0, !0), Q = M().getInt32(E + 4, !0);
|
|
1343
|
-
return A = B, C = Q,
|
|
1343
|
+
return A = B, C = Q, S(B, Q);
|
|
1344
1344
|
} finally {
|
|
1345
1345
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(A, C, 1);
|
|
1346
1346
|
}
|
|
@@ -1348,10 +1348,10 @@ function Qg(g) {
|
|
|
1348
1348
|
function Eg(g) {
|
|
1349
1349
|
let A, C;
|
|
1350
1350
|
try {
|
|
1351
|
-
const E = I.__wbindgen_add_to_stack_pointer(-16), D =
|
|
1351
|
+
const E = I.__wbindgen_add_to_stack_pointer(-16), D = k(g, I.__wbindgen_export, I.__wbindgen_export2), i = o;
|
|
1352
1352
|
I.ast_get_table_names(E, D, i);
|
|
1353
1353
|
var B = M().getInt32(E + 0, !0), Q = M().getInt32(E + 4, !0);
|
|
1354
|
-
return A = B, C = Q,
|
|
1354
|
+
return A = B, C = Q, S(B, Q);
|
|
1355
1355
|
} finally {
|
|
1356
1356
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(A, C, 1);
|
|
1357
1357
|
}
|
|
@@ -1359,10 +1359,10 @@ function Eg(g) {
|
|
|
1359
1359
|
function Dg(g) {
|
|
1360
1360
|
let A, C;
|
|
1361
1361
|
try {
|
|
1362
|
-
const E = I.__wbindgen_add_to_stack_pointer(-16), D =
|
|
1362
|
+
const E = I.__wbindgen_add_to_stack_pointer(-16), D = k(g, I.__wbindgen_export, I.__wbindgen_export2), i = o;
|
|
1363
1363
|
I.ast_get_tables(E, D, i);
|
|
1364
1364
|
var B = M().getInt32(E + 0, !0), Q = M().getInt32(E + 4, !0);
|
|
1365
|
-
return A = B, C = Q,
|
|
1365
|
+
return A = B, C = Q, S(B, Q);
|
|
1366
1366
|
} finally {
|
|
1367
1367
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(A, C, 1);
|
|
1368
1368
|
}
|
|
@@ -1370,10 +1370,10 @@ function Dg(g) {
|
|
|
1370
1370
|
function wg(g) {
|
|
1371
1371
|
let A, C;
|
|
1372
1372
|
try {
|
|
1373
|
-
const E = I.__wbindgen_add_to_stack_pointer(-16), D =
|
|
1373
|
+
const E = I.__wbindgen_add_to_stack_pointer(-16), D = k(g, I.__wbindgen_export, I.__wbindgen_export2), i = o;
|
|
1374
1374
|
I.ast_get_window_functions(E, D, i);
|
|
1375
1375
|
var B = M().getInt32(E + 0, !0), Q = M().getInt32(E + 4, !0);
|
|
1376
|
-
return A = B, C = Q,
|
|
1376
|
+
return A = B, C = Q, S(B, Q);
|
|
1377
1377
|
} finally {
|
|
1378
1378
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(A, C, 1);
|
|
1379
1379
|
}
|
|
@@ -1381,10 +1381,10 @@ function wg(g) {
|
|
|
1381
1381
|
function Mg(g) {
|
|
1382
1382
|
let A, C;
|
|
1383
1383
|
try {
|
|
1384
|
-
const E = I.__wbindgen_add_to_stack_pointer(-16), D =
|
|
1384
|
+
const E = I.__wbindgen_add_to_stack_pointer(-16), D = k(g, I.__wbindgen_export, I.__wbindgen_export2), i = o;
|
|
1385
1385
|
I.ast_node_count(E, D, i);
|
|
1386
1386
|
var B = M().getInt32(E + 0, !0), Q = M().getInt32(E + 4, !0);
|
|
1387
|
-
return A = B, C = Q,
|
|
1387
|
+
return A = B, C = Q, S(B, Q);
|
|
1388
1388
|
} finally {
|
|
1389
1389
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(A, C, 1);
|
|
1390
1390
|
}
|
|
@@ -1392,43 +1392,43 @@ function Mg(g) {
|
|
|
1392
1392
|
function ig(g, A) {
|
|
1393
1393
|
let C, B;
|
|
1394
1394
|
try {
|
|
1395
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1396
|
-
I.ast_qualify_columns(D, i,
|
|
1395
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o, K = k(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
|
|
1396
|
+
I.ast_qualify_columns(D, i, N, K, y);
|
|
1397
1397
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1398
|
-
return C = Q, B = E,
|
|
1398
|
+
return C = Q, B = E, S(Q, E);
|
|
1399
1399
|
} finally {
|
|
1400
1400
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1401
1401
|
}
|
|
1402
1402
|
}
|
|
1403
|
-
function
|
|
1403
|
+
function og(g, A) {
|
|
1404
1404
|
let C, B;
|
|
1405
1405
|
try {
|
|
1406
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1407
|
-
I.ast_qualify_tables(D, i,
|
|
1406
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o, K = k(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
|
|
1407
|
+
I.ast_qualify_tables(D, i, N, K, y);
|
|
1408
1408
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1409
|
-
return C = Q, B = E,
|
|
1409
|
+
return C = Q, B = E, S(Q, E);
|
|
1410
1410
|
} finally {
|
|
1411
1411
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1412
1412
|
}
|
|
1413
1413
|
}
|
|
1414
|
-
function
|
|
1414
|
+
function kg(g) {
|
|
1415
1415
|
let A, C;
|
|
1416
1416
|
try {
|
|
1417
|
-
const E = I.__wbindgen_add_to_stack_pointer(-16), D =
|
|
1417
|
+
const E = I.__wbindgen_add_to_stack_pointer(-16), D = k(g, I.__wbindgen_export, I.__wbindgen_export2), i = o;
|
|
1418
1418
|
I.ast_remove_where(E, D, i);
|
|
1419
1419
|
var B = M().getInt32(E + 0, !0), Q = M().getInt32(E + 4, !0);
|
|
1420
|
-
return A = B, C = Q,
|
|
1420
|
+
return A = B, C = Q, S(B, Q);
|
|
1421
1421
|
} finally {
|
|
1422
1422
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(A, C, 1);
|
|
1423
1423
|
}
|
|
1424
1424
|
}
|
|
1425
|
-
function
|
|
1425
|
+
function Ng(g, A) {
|
|
1426
1426
|
let C, B;
|
|
1427
1427
|
try {
|
|
1428
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1429
|
-
I.ast_rename_columns(D, i,
|
|
1428
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o, K = k(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
|
|
1429
|
+
I.ast_rename_columns(D, i, N, K, y);
|
|
1430
1430
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1431
|
-
return C = Q, B = E,
|
|
1431
|
+
return C = Q, B = E, S(Q, E);
|
|
1432
1432
|
} finally {
|
|
1433
1433
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1434
1434
|
}
|
|
@@ -1436,10 +1436,10 @@ function kg(g, A) {
|
|
|
1436
1436
|
function yg(g, A) {
|
|
1437
1437
|
let C, B;
|
|
1438
1438
|
try {
|
|
1439
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1440
|
-
I.ast_rename_tables(D, i,
|
|
1439
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o, K = k(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
|
|
1440
|
+
I.ast_rename_tables(D, i, N, K, y);
|
|
1441
1441
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1442
|
-
return C = Q, B = E,
|
|
1442
|
+
return C = Q, B = E, S(Q, E);
|
|
1443
1443
|
} finally {
|
|
1444
1444
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1445
1445
|
}
|
|
@@ -1447,10 +1447,10 @@ function yg(g, A) {
|
|
|
1447
1447
|
function Kg(g, A, C) {
|
|
1448
1448
|
let B, Q;
|
|
1449
1449
|
try {
|
|
1450
|
-
const i = I.__wbindgen_add_to_stack_pointer(-16),
|
|
1451
|
-
I.ast_rename_tables_with_options(i,
|
|
1450
|
+
const i = I.__wbindgen_add_to_stack_pointer(-16), N = k(g, I.__wbindgen_export, I.__wbindgen_export2), K = o, y = k(A, I.__wbindgen_export, I.__wbindgen_export2), c = o, R = k(C, I.__wbindgen_export, I.__wbindgen_export2), q = o;
|
|
1451
|
+
I.ast_rename_tables_with_options(i, N, K, y, c, R, q);
|
|
1452
1452
|
var E = M().getInt32(i + 0, !0), D = M().getInt32(i + 4, !0);
|
|
1453
|
-
return B = E, Q = D,
|
|
1453
|
+
return B = E, Q = D, S(E, D);
|
|
1454
1454
|
} finally {
|
|
1455
1455
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(B, Q, 1);
|
|
1456
1456
|
}
|
|
@@ -1458,10 +1458,10 @@ function Kg(g, A, C) {
|
|
|
1458
1458
|
function Gg(g, A) {
|
|
1459
1459
|
let C, B;
|
|
1460
1460
|
try {
|
|
1461
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1462
|
-
I.ast_set_distinct(D, i,
|
|
1461
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o;
|
|
1462
|
+
I.ast_set_distinct(D, i, N, A);
|
|
1463
1463
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1464
|
-
return C = Q, B = E,
|
|
1464
|
+
return C = Q, B = E, S(Q, E);
|
|
1465
1465
|
} finally {
|
|
1466
1466
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1467
1467
|
}
|
|
@@ -1469,10 +1469,10 @@ function Gg(g, A) {
|
|
|
1469
1469
|
function Yg(g, A) {
|
|
1470
1470
|
let C, B;
|
|
1471
1471
|
try {
|
|
1472
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1473
|
-
I.ast_set_limit(D, i,
|
|
1472
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o;
|
|
1473
|
+
I.ast_set_limit(D, i, N, A);
|
|
1474
1474
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1475
|
-
return C = Q, B = E,
|
|
1475
|
+
return C = Q, B = E, S(Q, E);
|
|
1476
1476
|
} finally {
|
|
1477
1477
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1478
1478
|
}
|
|
@@ -1480,32 +1480,32 @@ function Yg(g, A) {
|
|
|
1480
1480
|
function Hg(g, A) {
|
|
1481
1481
|
let C, B;
|
|
1482
1482
|
try {
|
|
1483
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1484
|
-
I.ast_set_offset(D, i,
|
|
1483
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o;
|
|
1484
|
+
I.ast_set_offset(D, i, N, A);
|
|
1485
1485
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1486
|
-
return C = Q, B = E,
|
|
1486
|
+
return C = Q, B = E, S(Q, E);
|
|
1487
1487
|
} finally {
|
|
1488
1488
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1489
1489
|
}
|
|
1490
1490
|
}
|
|
1491
|
-
function
|
|
1491
|
+
function cg(g, A) {
|
|
1492
1492
|
let C, B;
|
|
1493
1493
|
try {
|
|
1494
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1495
|
-
I.ast_set_order_by(D, i,
|
|
1494
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o, K = k(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
|
|
1495
|
+
I.ast_set_order_by(D, i, N, K, y);
|
|
1496
1496
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1497
|
-
return C = Q, B = E,
|
|
1497
|
+
return C = Q, B = E, S(Q, E);
|
|
1498
1498
|
} finally {
|
|
1499
1499
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1500
1500
|
}
|
|
1501
1501
|
}
|
|
1502
|
-
function
|
|
1502
|
+
function Sg(g, A, C, B, Q, E) {
|
|
1503
1503
|
let D, i;
|
|
1504
1504
|
try {
|
|
1505
|
-
const y = I.__wbindgen_add_to_stack_pointer(-16),
|
|
1506
|
-
I.diff_sql(y,
|
|
1507
|
-
var
|
|
1508
|
-
return D =
|
|
1505
|
+
const y = I.__wbindgen_add_to_stack_pointer(-16), c = k(g, I.__wbindgen_export, I.__wbindgen_export2), R = o, q = k(A, I.__wbindgen_export, I.__wbindgen_export2), T = o, V = k(C, I.__wbindgen_export, I.__wbindgen_export2), r = o;
|
|
1506
|
+
I.diff_sql(y, c, R, q, T, V, r, B, Q, E);
|
|
1507
|
+
var N = M().getInt32(y + 0, !0), K = M().getInt32(y + 4, !0);
|
|
1508
|
+
return D = N, i = K, S(N, K);
|
|
1509
1509
|
} finally {
|
|
1510
1510
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(D, i, 1);
|
|
1511
1511
|
}
|
|
@@ -1513,107 +1513,107 @@ function cg(g, A, C, B, Q, E) {
|
|
|
1513
1513
|
function tI(g, A) {
|
|
1514
1514
|
let C, B;
|
|
1515
1515
|
try {
|
|
1516
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1517
|
-
I.format_sql(D, i,
|
|
1516
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o, K = k(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
|
|
1517
|
+
I.format_sql(D, i, N, K, y);
|
|
1518
1518
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1519
|
-
return C = Q, B = E,
|
|
1519
|
+
return C = Q, B = E, S(Q, E);
|
|
1520
1520
|
} finally {
|
|
1521
1521
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1522
1522
|
}
|
|
1523
1523
|
}
|
|
1524
1524
|
function fI(g, A) {
|
|
1525
|
-
const C =
|
|
1526
|
-
return
|
|
1525
|
+
const C = k(g, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = k(A, I.__wbindgen_export, I.__wbindgen_export2), E = o, D = I.format_sql_value(C, B, Q, E);
|
|
1526
|
+
return J(D);
|
|
1527
1527
|
}
|
|
1528
|
-
function
|
|
1528
|
+
function dI(g, A, C) {
|
|
1529
1529
|
let B, Q;
|
|
1530
1530
|
try {
|
|
1531
|
-
const i = I.__wbindgen_add_to_stack_pointer(-16),
|
|
1532
|
-
I.format_sql_with_options(i,
|
|
1531
|
+
const i = I.__wbindgen_add_to_stack_pointer(-16), N = k(g, I.__wbindgen_export, I.__wbindgen_export2), K = o, y = k(A, I.__wbindgen_export, I.__wbindgen_export2), c = o, R = k(C, I.__wbindgen_export, I.__wbindgen_export2), q = o;
|
|
1532
|
+
I.format_sql_with_options(i, N, K, y, c, R, q);
|
|
1533
1533
|
var E = M().getInt32(i + 0, !0), D = M().getInt32(i + 4, !0);
|
|
1534
|
-
return B = E, Q = D,
|
|
1534
|
+
return B = E, Q = D, S(E, D);
|
|
1535
1535
|
} finally {
|
|
1536
1536
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(B, Q, 1);
|
|
1537
1537
|
}
|
|
1538
1538
|
}
|
|
1539
1539
|
function zI(g, A, C) {
|
|
1540
|
-
const B =
|
|
1541
|
-
return
|
|
1540
|
+
const B = k(g, I.__wbindgen_export, I.__wbindgen_export2), Q = o, E = k(A, I.__wbindgen_export, I.__wbindgen_export2), D = o, i = I.format_sql_with_options_value(B, Q, E, D, s(C));
|
|
1541
|
+
return J(i);
|
|
1542
1542
|
}
|
|
1543
|
-
function
|
|
1543
|
+
function ZI(g, A) {
|
|
1544
1544
|
let C, B;
|
|
1545
1545
|
try {
|
|
1546
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1547
|
-
I.generate(D, i,
|
|
1546
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o, K = k(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
|
|
1547
|
+
I.generate(D, i, N, K, y);
|
|
1548
1548
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1549
|
-
return C = Q, B = E,
|
|
1549
|
+
return C = Q, B = E, S(Q, E);
|
|
1550
1550
|
} finally {
|
|
1551
1551
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1552
1552
|
}
|
|
1553
1553
|
}
|
|
1554
|
-
function
|
|
1554
|
+
function eI(g, A) {
|
|
1555
1555
|
let C, B;
|
|
1556
1556
|
try {
|
|
1557
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1558
|
-
I.generate_data_type(D, i,
|
|
1557
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o, K = k(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
|
|
1558
|
+
I.generate_data_type(D, i, N, K, y);
|
|
1559
1559
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1560
|
-
return C = Q, B = E,
|
|
1560
|
+
return C = Q, B = E, S(Q, E);
|
|
1561
1561
|
} finally {
|
|
1562
1562
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1563
1563
|
}
|
|
1564
1564
|
}
|
|
1565
|
-
function
|
|
1566
|
-
const C =
|
|
1567
|
-
return
|
|
1565
|
+
function VI(g, A) {
|
|
1566
|
+
const C = k(A, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.generate_data_type_value(s(g), C, B);
|
|
1567
|
+
return J(Q);
|
|
1568
1568
|
}
|
|
1569
|
-
function
|
|
1570
|
-
const C =
|
|
1571
|
-
return
|
|
1569
|
+
function xI(g, A) {
|
|
1570
|
+
const C = k(A, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.generate_value(s(g), C, B);
|
|
1571
|
+
return J(Q);
|
|
1572
1572
|
}
|
|
1573
|
-
function
|
|
1573
|
+
function WI() {
|
|
1574
1574
|
let g, A;
|
|
1575
1575
|
try {
|
|
1576
1576
|
const Q = I.__wbindgen_add_to_stack_pointer(-16);
|
|
1577
1577
|
I.get_dialects(Q);
|
|
1578
1578
|
var C = M().getInt32(Q + 0, !0), B = M().getInt32(Q + 4, !0);
|
|
1579
|
-
return g = C, A = B,
|
|
1579
|
+
return g = C, A = B, S(C, B);
|
|
1580
1580
|
} finally {
|
|
1581
1581
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(g, A, 1);
|
|
1582
1582
|
}
|
|
1583
1583
|
}
|
|
1584
1584
|
function lI() {
|
|
1585
1585
|
const g = I.get_dialects_value();
|
|
1586
|
-
return
|
|
1586
|
+
return J(g);
|
|
1587
1587
|
}
|
|
1588
1588
|
function hg(g, A, C, B) {
|
|
1589
1589
|
let Q, E;
|
|
1590
1590
|
try {
|
|
1591
|
-
const
|
|
1592
|
-
I.lineage_sql(
|
|
1593
|
-
var D = M().getInt32(
|
|
1594
|
-
return Q = D, E = i,
|
|
1591
|
+
const N = I.__wbindgen_add_to_stack_pointer(-16), K = k(g, I.__wbindgen_export, I.__wbindgen_export2), y = o, c = k(A, I.__wbindgen_export, I.__wbindgen_export2), R = o, q = k(C, I.__wbindgen_export, I.__wbindgen_export2), T = o;
|
|
1592
|
+
I.lineage_sql(N, K, y, c, R, q, T, B);
|
|
1593
|
+
var D = M().getInt32(N + 0, !0), i = M().getInt32(N + 4, !0);
|
|
1594
|
+
return Q = D, E = i, S(D, i);
|
|
1595
1595
|
} finally {
|
|
1596
1596
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(Q, E, 1);
|
|
1597
1597
|
}
|
|
1598
1598
|
}
|
|
1599
|
-
function
|
|
1599
|
+
function Jg(g, A, C, B, Q) {
|
|
1600
1600
|
let E, D;
|
|
1601
1601
|
try {
|
|
1602
|
-
const K = I.__wbindgen_add_to_stack_pointer(-16), y =
|
|
1603
|
-
I.lineage_sql_with_schema(K, y,
|
|
1604
|
-
var i = M().getInt32(K + 0, !0),
|
|
1605
|
-
return E = i, D =
|
|
1602
|
+
const K = I.__wbindgen_add_to_stack_pointer(-16), y = k(g, I.__wbindgen_export, I.__wbindgen_export2), c = o, R = k(A, I.__wbindgen_export, I.__wbindgen_export2), q = o, T = k(C, I.__wbindgen_export, I.__wbindgen_export2), V = o, r = k(B, I.__wbindgen_export, I.__wbindgen_export2), sI = o;
|
|
1603
|
+
I.lineage_sql_with_schema(K, y, c, R, q, T, V, r, sI, Q);
|
|
1604
|
+
var i = M().getInt32(K + 0, !0), N = M().getInt32(K + 4, !0);
|
|
1605
|
+
return E = i, D = N, S(i, N);
|
|
1606
1606
|
} finally {
|
|
1607
1607
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(E, D, 1);
|
|
1608
1608
|
}
|
|
1609
1609
|
}
|
|
1610
|
-
function
|
|
1610
|
+
function Ug(g, A) {
|
|
1611
1611
|
let C, B;
|
|
1612
1612
|
try {
|
|
1613
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1614
|
-
I.openlineage_column_lineage(D, i,
|
|
1613
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o, K = k(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
|
|
1614
|
+
I.openlineage_column_lineage(D, i, N, K, y);
|
|
1615
1615
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1616
|
-
return C = Q, B = E,
|
|
1616
|
+
return C = Q, B = E, S(Q, E);
|
|
1617
1617
|
} finally {
|
|
1618
1618
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1619
1619
|
}
|
|
@@ -1621,129 +1621,129 @@ function Jg(g, A) {
|
|
|
1621
1621
|
function Fg(g, A) {
|
|
1622
1622
|
let C, B;
|
|
1623
1623
|
try {
|
|
1624
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1625
|
-
I.openlineage_job_event(D, i,
|
|
1624
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o, K = k(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
|
|
1625
|
+
I.openlineage_job_event(D, i, N, K, y);
|
|
1626
1626
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1627
|
-
return C = Q, B = E,
|
|
1627
|
+
return C = Q, B = E, S(Q, E);
|
|
1628
1628
|
} finally {
|
|
1629
1629
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1630
1630
|
}
|
|
1631
1631
|
}
|
|
1632
|
-
function
|
|
1632
|
+
function Rg(g, A) {
|
|
1633
1633
|
let C, B;
|
|
1634
1634
|
try {
|
|
1635
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1636
|
-
I.openlineage_run_event(D, i,
|
|
1635
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o, K = k(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
|
|
1636
|
+
I.openlineage_run_event(D, i, N, K, y);
|
|
1637
1637
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1638
|
-
return C = Q, B = E,
|
|
1638
|
+
return C = Q, B = E, S(Q, E);
|
|
1639
1639
|
} finally {
|
|
1640
1640
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1641
1641
|
}
|
|
1642
1642
|
}
|
|
1643
|
-
function
|
|
1643
|
+
function nI(g, A) {
|
|
1644
1644
|
let C, B;
|
|
1645
1645
|
try {
|
|
1646
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1647
|
-
I.parse(D, i,
|
|
1646
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o, K = k(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
|
|
1647
|
+
I.parse(D, i, N, K, y);
|
|
1648
1648
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1649
|
-
return C = Q, B = E,
|
|
1649
|
+
return C = Q, B = E, S(Q, E);
|
|
1650
1650
|
} finally {
|
|
1651
1651
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1652
1652
|
}
|
|
1653
1653
|
}
|
|
1654
|
-
function
|
|
1654
|
+
function rI(g, A) {
|
|
1655
1655
|
let C, B;
|
|
1656
1656
|
try {
|
|
1657
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1658
|
-
I.parse_data_type(D, i,
|
|
1657
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o, K = k(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
|
|
1658
|
+
I.parse_data_type(D, i, N, K, y);
|
|
1659
1659
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1660
|
-
return C = Q, B = E,
|
|
1660
|
+
return C = Q, B = E, S(Q, E);
|
|
1661
1661
|
} finally {
|
|
1662
1662
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1663
1663
|
}
|
|
1664
1664
|
}
|
|
1665
1665
|
function mI(g, A) {
|
|
1666
|
-
const C =
|
|
1667
|
-
return
|
|
1666
|
+
const C = k(g, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = k(A, I.__wbindgen_export, I.__wbindgen_export2), E = o, D = I.parse_data_type_value(C, B, Q, E);
|
|
1667
|
+
return J(D);
|
|
1668
1668
|
}
|
|
1669
1669
|
function uI(g, A) {
|
|
1670
|
-
const C =
|
|
1671
|
-
return
|
|
1670
|
+
const C = k(g, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = k(A, I.__wbindgen_export, I.__wbindgen_export2), E = o, D = I.parse_value(C, B, Q, E);
|
|
1671
|
+
return J(D);
|
|
1672
1672
|
}
|
|
1673
|
-
function
|
|
1673
|
+
function Lg(g, A) {
|
|
1674
1674
|
let C, B;
|
|
1675
1675
|
try {
|
|
1676
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1677
|
-
I.plan(D, i,
|
|
1676
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o, K = k(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
|
|
1677
|
+
I.plan(D, i, N, K, y);
|
|
1678
1678
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1679
|
-
return C = Q, B = E,
|
|
1679
|
+
return C = Q, B = E, S(Q, E);
|
|
1680
1680
|
} finally {
|
|
1681
1681
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1682
1682
|
}
|
|
1683
1683
|
}
|
|
1684
|
-
function
|
|
1684
|
+
function ag(g, A, C) {
|
|
1685
1685
|
let B, Q;
|
|
1686
1686
|
try {
|
|
1687
|
-
const i = I.__wbindgen_add_to_stack_pointer(-16),
|
|
1688
|
-
I.source_tables(i,
|
|
1687
|
+
const i = I.__wbindgen_add_to_stack_pointer(-16), N = k(g, I.__wbindgen_export, I.__wbindgen_export2), K = o, y = k(A, I.__wbindgen_export, I.__wbindgen_export2), c = o, R = k(C, I.__wbindgen_export, I.__wbindgen_export2), q = o;
|
|
1688
|
+
I.source_tables(i, N, K, y, c, R, q);
|
|
1689
1689
|
var E = M().getInt32(i + 0, !0), D = M().getInt32(i + 4, !0);
|
|
1690
|
-
return B = E, Q = D,
|
|
1690
|
+
return B = E, Q = D, S(E, D);
|
|
1691
1691
|
} finally {
|
|
1692
1692
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(B, Q, 1);
|
|
1693
1693
|
}
|
|
1694
1694
|
}
|
|
1695
|
-
function
|
|
1695
|
+
function bI(g, A) {
|
|
1696
1696
|
let C, B;
|
|
1697
1697
|
try {
|
|
1698
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1699
|
-
I.tokenize(D, i,
|
|
1698
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o, K = k(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
|
|
1699
|
+
I.tokenize(D, i, N, K, y);
|
|
1700
1700
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1701
|
-
return C = Q, B = E,
|
|
1701
|
+
return C = Q, B = E, S(Q, E);
|
|
1702
1702
|
} finally {
|
|
1703
1703
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1704
1704
|
}
|
|
1705
1705
|
}
|
|
1706
|
-
function
|
|
1707
|
-
const C =
|
|
1708
|
-
return
|
|
1706
|
+
function vI(g, A) {
|
|
1707
|
+
const C = k(g, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = k(A, I.__wbindgen_export, I.__wbindgen_export2), E = o, D = I.tokenize_value(C, B, Q, E);
|
|
1708
|
+
return J(D);
|
|
1709
1709
|
}
|
|
1710
1710
|
function XI(g, A, C) {
|
|
1711
1711
|
let B, Q;
|
|
1712
1712
|
try {
|
|
1713
|
-
const i = I.__wbindgen_add_to_stack_pointer(-16),
|
|
1714
|
-
I.transpile(i,
|
|
1713
|
+
const i = I.__wbindgen_add_to_stack_pointer(-16), N = k(g, I.__wbindgen_export, I.__wbindgen_export2), K = o, y = k(A, I.__wbindgen_export, I.__wbindgen_export2), c = o, R = k(C, I.__wbindgen_export, I.__wbindgen_export2), q = o;
|
|
1714
|
+
I.transpile(i, N, K, y, c, R, q);
|
|
1715
1715
|
var E = M().getInt32(i + 0, !0), D = M().getInt32(i + 4, !0);
|
|
1716
|
-
return B = E, Q = D,
|
|
1716
|
+
return B = E, Q = D, S(E, D);
|
|
1717
1717
|
} finally {
|
|
1718
1718
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(B, Q, 1);
|
|
1719
1719
|
}
|
|
1720
1720
|
}
|
|
1721
1721
|
function _I(g, A, C) {
|
|
1722
|
-
const B =
|
|
1723
|
-
return
|
|
1722
|
+
const B = k(g, I.__wbindgen_export, I.__wbindgen_export2), Q = o, E = k(A, I.__wbindgen_export, I.__wbindgen_export2), D = o, i = k(C, I.__wbindgen_export, I.__wbindgen_export2), N = o, K = I.transpile_value(B, Q, E, D, i, N);
|
|
1723
|
+
return J(K);
|
|
1724
1724
|
}
|
|
1725
1725
|
function $I(g, A, C, B) {
|
|
1726
1726
|
let Q, E;
|
|
1727
1727
|
try {
|
|
1728
|
-
const
|
|
1729
|
-
I.transpile_with_options(
|
|
1730
|
-
var D = M().getInt32(
|
|
1731
|
-
return Q = D, E = i,
|
|
1728
|
+
const N = I.__wbindgen_add_to_stack_pointer(-16), K = k(g, I.__wbindgen_export, I.__wbindgen_export2), y = o, c = k(A, I.__wbindgen_export, I.__wbindgen_export2), R = o, q = k(C, I.__wbindgen_export, I.__wbindgen_export2), T = o, V = k(B, I.__wbindgen_export, I.__wbindgen_export2), r = o;
|
|
1729
|
+
I.transpile_with_options(N, K, y, c, R, q, T, V, r);
|
|
1730
|
+
var D = M().getInt32(N + 0, !0), i = M().getInt32(N + 4, !0);
|
|
1731
|
+
return Q = D, E = i, S(D, i);
|
|
1732
1732
|
} finally {
|
|
1733
1733
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(Q, E, 1);
|
|
1734
1734
|
}
|
|
1735
1735
|
}
|
|
1736
1736
|
function AC(g, A, C, B) {
|
|
1737
|
-
const Q =
|
|
1738
|
-
return
|
|
1737
|
+
const Q = k(g, I.__wbindgen_export, I.__wbindgen_export2), E = o, D = k(A, I.__wbindgen_export, I.__wbindgen_export2), i = o, N = k(C, I.__wbindgen_export, I.__wbindgen_export2), K = o, y = I.transpile_with_options_value(Q, E, D, i, N, K, s(B));
|
|
1738
|
+
return J(y);
|
|
1739
1739
|
}
|
|
1740
1740
|
function gC(g, A) {
|
|
1741
1741
|
let C, B;
|
|
1742
1742
|
try {
|
|
1743
|
-
const D = I.__wbindgen_add_to_stack_pointer(-16), i =
|
|
1744
|
-
I.validate(D, i,
|
|
1743
|
+
const D = I.__wbindgen_add_to_stack_pointer(-16), i = k(g, I.__wbindgen_export, I.__wbindgen_export2), N = o, K = k(A, I.__wbindgen_export, I.__wbindgen_export2), y = o;
|
|
1744
|
+
I.validate(D, i, N, K, y);
|
|
1745
1745
|
var Q = M().getInt32(D + 0, !0), E = M().getInt32(D + 4, !0);
|
|
1746
|
-
return C = Q, B = E,
|
|
1746
|
+
return C = Q, B = E, S(Q, E);
|
|
1747
1747
|
} finally {
|
|
1748
1748
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(C, B, 1);
|
|
1749
1749
|
}
|
|
@@ -1751,21 +1751,21 @@ function gC(g, A) {
|
|
|
1751
1751
|
function IC(g, A, C) {
|
|
1752
1752
|
let B, Q;
|
|
1753
1753
|
try {
|
|
1754
|
-
const i = I.__wbindgen_add_to_stack_pointer(-16),
|
|
1755
|
-
I.validate_with_options(i,
|
|
1754
|
+
const i = I.__wbindgen_add_to_stack_pointer(-16), N = k(g, I.__wbindgen_export, I.__wbindgen_export2), K = o, y = k(A, I.__wbindgen_export, I.__wbindgen_export2), c = o, R = k(C, I.__wbindgen_export, I.__wbindgen_export2), q = o;
|
|
1755
|
+
I.validate_with_options(i, N, K, y, c, R, q);
|
|
1756
1756
|
var E = M().getInt32(i + 0, !0), D = M().getInt32(i + 4, !0);
|
|
1757
|
-
return B = E, Q = D,
|
|
1757
|
+
return B = E, Q = D, S(E, D);
|
|
1758
1758
|
} finally {
|
|
1759
1759
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(B, Q, 1);
|
|
1760
1760
|
}
|
|
1761
1761
|
}
|
|
1762
|
-
function
|
|
1762
|
+
function sg(g, A, C, B) {
|
|
1763
1763
|
let Q, E;
|
|
1764
1764
|
try {
|
|
1765
|
-
const
|
|
1766
|
-
I.validate_with_schema(
|
|
1767
|
-
var D = M().getInt32(
|
|
1768
|
-
return Q = D, E = i,
|
|
1765
|
+
const N = I.__wbindgen_add_to_stack_pointer(-16), K = k(g, I.__wbindgen_export, I.__wbindgen_export2), y = o, c = k(A, I.__wbindgen_export, I.__wbindgen_export2), R = o, q = k(C, I.__wbindgen_export, I.__wbindgen_export2), T = o, V = k(B, I.__wbindgen_export, I.__wbindgen_export2), r = o;
|
|
1766
|
+
I.validate_with_schema(N, K, y, c, R, q, T, V, r);
|
|
1767
|
+
var D = M().getInt32(N + 0, !0), i = M().getInt32(N + 4, !0);
|
|
1768
|
+
return Q = D, E = i, S(D, i);
|
|
1769
1769
|
} finally {
|
|
1770
1770
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(Q, E, 1);
|
|
1771
1771
|
}
|
|
@@ -1776,14 +1776,14 @@ function CC() {
|
|
|
1776
1776
|
const Q = I.__wbindgen_add_to_stack_pointer(-16);
|
|
1777
1777
|
I.version(Q);
|
|
1778
1778
|
var C = M().getInt32(Q + 0, !0), B = M().getInt32(Q + 4, !0);
|
|
1779
|
-
return g = C, A = B,
|
|
1779
|
+
return g = C, A = B, S(C, B);
|
|
1780
1780
|
} finally {
|
|
1781
1781
|
I.__wbindgen_add_to_stack_pointer(16), I.__wbindgen_export4(g, A, 1);
|
|
1782
1782
|
}
|
|
1783
1783
|
}
|
|
1784
1784
|
function qg(g, A) {
|
|
1785
1785
|
H(g, G);
|
|
1786
|
-
const C =
|
|
1786
|
+
const C = k(A, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.wasm_alias(g.__wbg_ptr, C, B);
|
|
1787
1787
|
return G.__wrap(Q);
|
|
1788
1788
|
}
|
|
1789
1789
|
function pg(g, A) {
|
|
@@ -1800,37 +1800,37 @@ function Pg(g) {
|
|
|
1800
1800
|
const A = I.wasm_case_of(g.__wbg_ptr);
|
|
1801
1801
|
return u.__wrap(A);
|
|
1802
1802
|
}
|
|
1803
|
-
function
|
|
1803
|
+
function Tg(g, A) {
|
|
1804
1804
|
H(g, G);
|
|
1805
|
-
const C =
|
|
1805
|
+
const C = k(A, I.__wbindgen_export, I.__wbindgen_export2), B = o, Q = I.wasm_cast(g.__wbg_ptr, C, B);
|
|
1806
1806
|
return G.__wrap(Q);
|
|
1807
1807
|
}
|
|
1808
|
-
function
|
|
1809
|
-
const A =
|
|
1808
|
+
function UA(g) {
|
|
1809
|
+
const A = k(g, I.__wbindgen_export, I.__wbindgen_export2), C = o, B = I.wasm_col(A, C);
|
|
1810
1810
|
return G.__wrap(B);
|
|
1811
1811
|
}
|
|
1812
|
-
function
|
|
1812
|
+
function jg(g) {
|
|
1813
1813
|
H(g, G);
|
|
1814
1814
|
const A = I.wasm_count_distinct(g.__wbg_ptr);
|
|
1815
1815
|
return G.__wrap(A);
|
|
1816
1816
|
}
|
|
1817
1817
|
function tg(g, A) {
|
|
1818
|
-
const C =
|
|
1818
|
+
const C = k(g, I.__wbindgen_export, I.__wbindgen_export2), B = o;
|
|
1819
1819
|
H(A, G);
|
|
1820
1820
|
const Q = I.wasm_extract(C, B, A.__wbg_ptr);
|
|
1821
1821
|
return G.__wrap(Q);
|
|
1822
1822
|
}
|
|
1823
1823
|
function fg(g, A) {
|
|
1824
|
-
const C =
|
|
1824
|
+
const C = k(g, I.__wbindgen_export, I.__wbindgen_export2), B = o;
|
|
1825
1825
|
H(A, O);
|
|
1826
1826
|
const Q = I.wasm_func(C, B, A.__wbg_ptr);
|
|
1827
1827
|
return G.__wrap(Q);
|
|
1828
1828
|
}
|
|
1829
|
-
function
|
|
1830
|
-
const A = I.wasm_lit(
|
|
1829
|
+
function NA(g) {
|
|
1830
|
+
const A = I.wasm_lit(s(g));
|
|
1831
1831
|
return G.__wrap(A);
|
|
1832
1832
|
}
|
|
1833
|
-
function
|
|
1833
|
+
function dg(g) {
|
|
1834
1834
|
H(g, G);
|
|
1835
1835
|
const A = I.wasm_not(g.__wbg_ptr);
|
|
1836
1836
|
return G.__wrap(A);
|
|
@@ -1844,140 +1844,140 @@ function zg(g, A) {
|
|
|
1844
1844
|
const C = I.wasm_or(g.__wbg_ptr, A.__wbg_ptr);
|
|
1845
1845
|
return G.__wrap(C);
|
|
1846
1846
|
}
|
|
1847
|
-
function
|
|
1848
|
-
const A =
|
|
1847
|
+
function Zg(g) {
|
|
1848
|
+
const A = k(g, I.__wbindgen_export, I.__wbindgen_export2), C = o, B = I.wasm_sql_expr(A, C);
|
|
1849
1849
|
return G.__wrap(B);
|
|
1850
1850
|
}
|
|
1851
|
-
function
|
|
1851
|
+
function eg() {
|
|
1852
1852
|
const g = I.wasm_star();
|
|
1853
1853
|
return G.__wrap(g);
|
|
1854
1854
|
}
|
|
1855
|
-
function
|
|
1855
|
+
function Vg(g, A) {
|
|
1856
1856
|
try {
|
|
1857
1857
|
const E = I.__wbindgen_add_to_stack_pointer(-16);
|
|
1858
|
-
H(g,
|
|
1859
|
-
const D =
|
|
1858
|
+
H(g, d);
|
|
1859
|
+
const D = k(A, I.__wbindgen_export, I.__wbindgen_export2), i = o;
|
|
1860
1860
|
I.wasm_subquery(E, g.__wbg_ptr, D, i);
|
|
1861
1861
|
var C = M().getInt32(E + 0, !0), B = M().getInt32(E + 4, !0), Q = M().getInt32(E + 8, !0);
|
|
1862
1862
|
if (Q)
|
|
1863
|
-
throw
|
|
1863
|
+
throw J(B);
|
|
1864
1864
|
return G.__wrap(C);
|
|
1865
1865
|
} finally {
|
|
1866
1866
|
I.__wbindgen_add_to_stack_pointer(16);
|
|
1867
1867
|
}
|
|
1868
1868
|
}
|
|
1869
|
-
function
|
|
1870
|
-
const A =
|
|
1869
|
+
function xg(g) {
|
|
1870
|
+
const A = k(g, I.__wbindgen_export, I.__wbindgen_export2), C = o, B = I.wasm_table(A, C);
|
|
1871
1871
|
return G.__wrap(B);
|
|
1872
1872
|
}
|
|
1873
1873
|
function BC(g, A) {
|
|
1874
|
-
const C = Error(
|
|
1875
|
-
return
|
|
1874
|
+
const C = Error(S(g, A));
|
|
1875
|
+
return s(C);
|
|
1876
1876
|
}
|
|
1877
1877
|
function QC(g) {
|
|
1878
|
-
return Number(
|
|
1878
|
+
return Number(U(g));
|
|
1879
1879
|
}
|
|
1880
1880
|
function EC(g, A) {
|
|
1881
|
-
const C = String(
|
|
1881
|
+
const C = String(U(A)), B = k(C, I.__wbindgen_export, I.__wbindgen_export2), Q = o;
|
|
1882
1882
|
M().setInt32(g + 4, Q, !0), M().setInt32(g + 0, B, !0);
|
|
1883
1883
|
}
|
|
1884
1884
|
function DC(g, A) {
|
|
1885
|
-
const C =
|
|
1885
|
+
const C = U(A), B = typeof C == "bigint" ? C : void 0;
|
|
1886
1886
|
M().setBigInt64(g + 8, X(B) ? BigInt(0) : B, !0), M().setInt32(g + 0, !X(B), !0);
|
|
1887
1887
|
}
|
|
1888
1888
|
function wC(g) {
|
|
1889
|
-
const A =
|
|
1889
|
+
const A = U(g), C = typeof A == "boolean" ? A : void 0;
|
|
1890
1890
|
return X(C) ? 16777215 : C ? 1 : 0;
|
|
1891
1891
|
}
|
|
1892
1892
|
function MC(g, A) {
|
|
1893
|
-
const C = hA(
|
|
1893
|
+
const C = hA(U(A)), B = k(C, I.__wbindgen_export, I.__wbindgen_export2), Q = o;
|
|
1894
1894
|
M().setInt32(g + 4, Q, !0), M().setInt32(g + 0, B, !0);
|
|
1895
1895
|
}
|
|
1896
1896
|
function iC(g, A) {
|
|
1897
|
-
return
|
|
1898
|
-
}
|
|
1899
|
-
function NC(g) {
|
|
1900
|
-
return typeof J(g) == "bigint";
|
|
1897
|
+
return U(g) in U(A);
|
|
1901
1898
|
}
|
|
1902
1899
|
function oC(g) {
|
|
1903
|
-
return typeof
|
|
1900
|
+
return typeof U(g) == "bigint";
|
|
1904
1901
|
}
|
|
1905
1902
|
function kC(g) {
|
|
1906
|
-
return
|
|
1903
|
+
return typeof U(g) == "function";
|
|
1904
|
+
}
|
|
1905
|
+
function NC(g) {
|
|
1906
|
+
return U(g) === null;
|
|
1907
1907
|
}
|
|
1908
1908
|
function yC(g) {
|
|
1909
|
-
const A =
|
|
1909
|
+
const A = U(g);
|
|
1910
1910
|
return typeof A == "object" && A !== null;
|
|
1911
1911
|
}
|
|
1912
1912
|
function KC(g) {
|
|
1913
|
-
return typeof
|
|
1913
|
+
return typeof U(g) == "string";
|
|
1914
1914
|
}
|
|
1915
1915
|
function GC(g) {
|
|
1916
|
-
return
|
|
1916
|
+
return U(g) === void 0;
|
|
1917
1917
|
}
|
|
1918
1918
|
function YC(g, A) {
|
|
1919
|
-
return
|
|
1919
|
+
return U(g) === U(A);
|
|
1920
1920
|
}
|
|
1921
1921
|
function HC(g, A) {
|
|
1922
|
-
return
|
|
1922
|
+
return U(g) == U(A);
|
|
1923
1923
|
}
|
|
1924
|
-
function
|
|
1925
|
-
const C =
|
|
1924
|
+
function cC(g, A) {
|
|
1925
|
+
const C = U(A), B = typeof C == "number" ? C : void 0;
|
|
1926
1926
|
M().setFloat64(g + 8, X(B) ? 0 : B, !0), M().setInt32(g + 0, !X(B), !0);
|
|
1927
1927
|
}
|
|
1928
|
-
function
|
|
1929
|
-
const C =
|
|
1930
|
-
var Q = X(B) ? 0 :
|
|
1928
|
+
function SC(g, A) {
|
|
1929
|
+
const C = U(A), B = typeof C == "string" ? C : void 0;
|
|
1930
|
+
var Q = X(B) ? 0 : k(B, I.__wbindgen_export, I.__wbindgen_export2), E = o;
|
|
1931
1931
|
M().setInt32(g + 4, E, !0), M().setInt32(g + 0, Q, !0);
|
|
1932
1932
|
}
|
|
1933
1933
|
function hC(g, A) {
|
|
1934
|
-
throw new Error(
|
|
1934
|
+
throw new Error(S(g, A));
|
|
1935
1935
|
}
|
|
1936
|
-
function
|
|
1936
|
+
function JC() {
|
|
1937
1937
|
return KA(function(g, A) {
|
|
1938
|
-
const C =
|
|
1939
|
-
return
|
|
1938
|
+
const C = U(g).call(U(A));
|
|
1939
|
+
return s(C);
|
|
1940
1940
|
}, arguments);
|
|
1941
1941
|
}
|
|
1942
|
-
function
|
|
1943
|
-
return
|
|
1942
|
+
function UC(g) {
|
|
1943
|
+
return U(g).done;
|
|
1944
1944
|
}
|
|
1945
1945
|
function FC(g) {
|
|
1946
|
-
const A = Object.entries(
|
|
1947
|
-
return
|
|
1946
|
+
const A = Object.entries(U(g));
|
|
1947
|
+
return s(A);
|
|
1948
1948
|
}
|
|
1949
|
-
function
|
|
1949
|
+
function RC(g, A) {
|
|
1950
1950
|
let C, B;
|
|
1951
1951
|
try {
|
|
1952
|
-
C = g, B = A, console.error(
|
|
1952
|
+
C = g, B = A, console.error(S(g, A));
|
|
1953
1953
|
} finally {
|
|
1954
1954
|
I.__wbindgen_export4(C, B, 1);
|
|
1955
1955
|
}
|
|
1956
1956
|
}
|
|
1957
|
-
function
|
|
1957
|
+
function LC() {
|
|
1958
1958
|
return KA(function(g) {
|
|
1959
1959
|
const A = String.fromCodePoint(g >>> 0);
|
|
1960
|
-
return
|
|
1960
|
+
return s(A);
|
|
1961
1961
|
}, arguments);
|
|
1962
1962
|
}
|
|
1963
|
-
function
|
|
1964
|
-
const C =
|
|
1965
|
-
return
|
|
1963
|
+
function aC(g, A) {
|
|
1964
|
+
const C = U(g)[A >>> 0];
|
|
1965
|
+
return s(C);
|
|
1966
1966
|
}
|
|
1967
|
-
function
|
|
1967
|
+
function sC() {
|
|
1968
1968
|
return KA(function(g, A) {
|
|
1969
|
-
const C = Reflect.get(
|
|
1970
|
-
return
|
|
1969
|
+
const C = Reflect.get(U(g), U(A));
|
|
1970
|
+
return s(C);
|
|
1971
1971
|
}, arguments);
|
|
1972
1972
|
}
|
|
1973
1973
|
function qC(g, A) {
|
|
1974
|
-
const C =
|
|
1975
|
-
return
|
|
1974
|
+
const C = U(g)[U(A)];
|
|
1975
|
+
return s(C);
|
|
1976
1976
|
}
|
|
1977
1977
|
function pC(g) {
|
|
1978
1978
|
let A;
|
|
1979
1979
|
try {
|
|
1980
|
-
A =
|
|
1980
|
+
A = U(g) instanceof ArrayBuffer;
|
|
1981
1981
|
} catch {
|
|
1982
1982
|
A = !1;
|
|
1983
1983
|
}
|
|
@@ -1986,7 +1986,7 @@ function pC(g) {
|
|
|
1986
1986
|
function OC(g) {
|
|
1987
1987
|
let A;
|
|
1988
1988
|
try {
|
|
1989
|
-
A =
|
|
1989
|
+
A = U(g) instanceof Map;
|
|
1990
1990
|
} catch {
|
|
1991
1991
|
A = !1;
|
|
1992
1992
|
}
|
|
@@ -1995,125 +1995,125 @@ function OC(g) {
|
|
|
1995
1995
|
function PC(g) {
|
|
1996
1996
|
let A;
|
|
1997
1997
|
try {
|
|
1998
|
-
A =
|
|
1998
|
+
A = U(g) instanceof Uint8Array;
|
|
1999
1999
|
} catch {
|
|
2000
2000
|
A = !1;
|
|
2001
2001
|
}
|
|
2002
2002
|
return A;
|
|
2003
2003
|
}
|
|
2004
|
-
function jC(g) {
|
|
2005
|
-
return Array.isArray(J(g));
|
|
2006
|
-
}
|
|
2007
2004
|
function TC(g) {
|
|
2008
|
-
return
|
|
2005
|
+
return Array.isArray(U(g));
|
|
2006
|
+
}
|
|
2007
|
+
function jC(g) {
|
|
2008
|
+
return Number.isSafeInteger(U(g));
|
|
2009
2009
|
}
|
|
2010
2010
|
function tC() {
|
|
2011
|
-
return
|
|
2011
|
+
return s(Symbol.iterator);
|
|
2012
2012
|
}
|
|
2013
2013
|
function fC(g) {
|
|
2014
|
-
return
|
|
2014
|
+
return U(g).length;
|
|
2015
2015
|
}
|
|
2016
|
-
function
|
|
2017
|
-
return
|
|
2016
|
+
function dC(g) {
|
|
2017
|
+
return U(g).length;
|
|
2018
2018
|
}
|
|
2019
2019
|
function zC() {
|
|
2020
2020
|
const g = new Object();
|
|
2021
|
-
return
|
|
2021
|
+
return s(g);
|
|
2022
2022
|
}
|
|
2023
|
-
function
|
|
2023
|
+
function ZC() {
|
|
2024
2024
|
const g = new Array();
|
|
2025
|
-
return
|
|
2025
|
+
return s(g);
|
|
2026
2026
|
}
|
|
2027
|
-
function
|
|
2027
|
+
function eC() {
|
|
2028
2028
|
const g = new Error();
|
|
2029
|
-
return
|
|
2029
|
+
return s(g);
|
|
2030
2030
|
}
|
|
2031
|
-
function
|
|
2032
|
-
return
|
|
2031
|
+
function VC() {
|
|
2032
|
+
return s(/* @__PURE__ */ new Map());
|
|
2033
2033
|
}
|
|
2034
|
-
function
|
|
2035
|
-
const A = new Uint8Array(
|
|
2036
|
-
return
|
|
2034
|
+
function xC(g) {
|
|
2035
|
+
const A = new Uint8Array(U(g));
|
|
2036
|
+
return s(A);
|
|
2037
2037
|
}
|
|
2038
|
-
function
|
|
2038
|
+
function WC() {
|
|
2039
2039
|
return KA(function(g) {
|
|
2040
|
-
const A =
|
|
2041
|
-
return
|
|
2040
|
+
const A = U(g).next();
|
|
2041
|
+
return s(A);
|
|
2042
2042
|
}, arguments);
|
|
2043
2043
|
}
|
|
2044
2044
|
function lC(g) {
|
|
2045
|
-
const A =
|
|
2046
|
-
return
|
|
2047
|
-
}
|
|
2048
|
-
function rC(g, A, C) {
|
|
2049
|
-
Uint8Array.prototype.set.call(BB(g, A), J(C));
|
|
2045
|
+
const A = U(g).next;
|
|
2046
|
+
return s(A);
|
|
2050
2047
|
}
|
|
2051
2048
|
function nC(g, A, C) {
|
|
2052
|
-
|
|
2053
|
-
|
|
2049
|
+
Uint8Array.prototype.set.call(BB(g, A), U(C));
|
|
2050
|
+
}
|
|
2051
|
+
function rC(g, A, C) {
|
|
2052
|
+
const B = U(g).set(U(A), U(C));
|
|
2053
|
+
return s(B);
|
|
2054
2054
|
}
|
|
2055
2055
|
function mC(g, A, C) {
|
|
2056
|
-
|
|
2056
|
+
U(g)[J(A)] = J(C);
|
|
2057
2057
|
}
|
|
2058
2058
|
function uC(g, A, C) {
|
|
2059
|
-
|
|
2059
|
+
U(g)[A >>> 0] = J(C);
|
|
2060
2060
|
}
|
|
2061
|
-
function
|
|
2062
|
-
const C =
|
|
2061
|
+
function bC(g, A) {
|
|
2062
|
+
const C = U(A).stack, B = k(C, I.__wbindgen_export, I.__wbindgen_export2), Q = o;
|
|
2063
2063
|
M().setInt32(g + 4, Q, !0), M().setInt32(g + 0, B, !0);
|
|
2064
2064
|
}
|
|
2065
|
-
function
|
|
2066
|
-
const A =
|
|
2067
|
-
return
|
|
2065
|
+
function vC(g) {
|
|
2066
|
+
const A = U(g).value;
|
|
2067
|
+
return s(A);
|
|
2068
2068
|
}
|
|
2069
2069
|
function XC(g) {
|
|
2070
|
-
return
|
|
2070
|
+
return s(g);
|
|
2071
2071
|
}
|
|
2072
2072
|
function _C(g) {
|
|
2073
|
-
return
|
|
2073
|
+
return s(g);
|
|
2074
2074
|
}
|
|
2075
2075
|
function $C(g, A) {
|
|
2076
|
-
const C =
|
|
2077
|
-
return
|
|
2076
|
+
const C = S(g, A);
|
|
2077
|
+
return s(C);
|
|
2078
2078
|
}
|
|
2079
2079
|
function AB(g) {
|
|
2080
2080
|
const A = BigInt.asUintN(64, g);
|
|
2081
|
-
return
|
|
2081
|
+
return s(A);
|
|
2082
2082
|
}
|
|
2083
2083
|
function gB(g) {
|
|
2084
|
-
const A =
|
|
2085
|
-
return
|
|
2084
|
+
const A = U(g);
|
|
2085
|
+
return s(A);
|
|
2086
2086
|
}
|
|
2087
2087
|
function IB(g) {
|
|
2088
|
-
|
|
2088
|
+
J(g);
|
|
2089
2089
|
}
|
|
2090
|
-
const
|
|
2090
|
+
const WA = typeof FinalizationRegistry > "u" ? { register: () => {
|
|
2091
2091
|
}, unregister: () => {
|
|
2092
|
-
} } : new FinalizationRegistry((g) => I.__wbg_wasmassignmentarray_free(g >>> 0, 1)),
|
|
2092
|
+
} } : new FinalizationRegistry((g) => I.__wbg_wasmassignmentarray_free(g >>> 0, 1)), cA = typeof FinalizationRegistry > "u" ? { register: () => {
|
|
2093
2093
|
}, unregister: () => {
|
|
2094
2094
|
} } : new FinalizationRegistry((g) => I.__wbg_wasmcasebuilder_free(g >>> 0, 1)), lA = typeof FinalizationRegistry > "u" ? { register: () => {
|
|
2095
2095
|
}, unregister: () => {
|
|
2096
|
-
} } : new FinalizationRegistry((g) => I.__wbg_wasmdeletebuilder_free(g >>> 0, 1)),
|
|
2096
|
+
} } : new FinalizationRegistry((g) => I.__wbg_wasmdeletebuilder_free(g >>> 0, 1)), nA = typeof FinalizationRegistry > "u" ? { register: () => {
|
|
2097
2097
|
}, unregister: () => {
|
|
2098
|
-
} } : new FinalizationRegistry((g) => I.__wbg_wasmexpr_free(g >>> 0, 1)),
|
|
2098
|
+
} } : new FinalizationRegistry((g) => I.__wbg_wasmexpr_free(g >>> 0, 1)), rA = typeof FinalizationRegistry > "u" ? { register: () => {
|
|
2099
2099
|
}, unregister: () => {
|
|
2100
2100
|
} } : new FinalizationRegistry((g) => I.__wbg_wasmexprarray_free(g >>> 0, 1)), mA = typeof FinalizationRegistry > "u" ? { register: () => {
|
|
2101
2101
|
}, unregister: () => {
|
|
2102
2102
|
} } : new FinalizationRegistry((g) => I.__wbg_wasminsertbuilder_free(g >>> 0, 1)), uA = typeof FinalizationRegistry > "u" ? { register: () => {
|
|
2103
2103
|
}, unregister: () => {
|
|
2104
|
-
} } : new FinalizationRegistry((g) => I.__wbg_wasmmergebuilder_free(g >>> 0, 1)),
|
|
2104
|
+
} } : new FinalizationRegistry((g) => I.__wbg_wasmmergebuilder_free(g >>> 0, 1)), bA = typeof FinalizationRegistry > "u" ? { register: () => {
|
|
2105
2105
|
}, unregister: () => {
|
|
2106
|
-
} } : new FinalizationRegistry((g) => I.__wbg_wasmselectbuilder_free(g >>> 0, 1)),
|
|
2106
|
+
} } : new FinalizationRegistry((g) => I.__wbg_wasmselectbuilder_free(g >>> 0, 1)), vA = typeof FinalizationRegistry > "u" ? { register: () => {
|
|
2107
2107
|
}, unregister: () => {
|
|
2108
2108
|
} } : new FinalizationRegistry((g) => I.__wbg_wasmsetopbuilder_free(g >>> 0, 1)), XA = typeof FinalizationRegistry > "u" ? { register: () => {
|
|
2109
2109
|
}, unregister: () => {
|
|
2110
2110
|
} } : new FinalizationRegistry((g) => I.__wbg_wasmupdatebuilder_free(g >>> 0, 1)), _A = typeof FinalizationRegistry > "u" ? { register: () => {
|
|
2111
2111
|
}, unregister: () => {
|
|
2112
2112
|
} } : new FinalizationRegistry((g) => I.__wbg_wasmwindowdefbuilder_free(g >>> 0, 1));
|
|
2113
|
-
function
|
|
2114
|
-
gA ===
|
|
2113
|
+
function s(g) {
|
|
2114
|
+
gA === x.length && x.push(x.length + 1);
|
|
2115
2115
|
const A = gA;
|
|
2116
|
-
return gA =
|
|
2116
|
+
return gA = x[A], x[A] = g, A;
|
|
2117
2117
|
}
|
|
2118
2118
|
function H(g, A) {
|
|
2119
2119
|
if (!(g instanceof A))
|
|
@@ -2157,48 +2157,48 @@ function hA(g) {
|
|
|
2157
2157
|
${g.stack}` : B;
|
|
2158
2158
|
}
|
|
2159
2159
|
function CB(g) {
|
|
2160
|
-
g < 132 || (
|
|
2160
|
+
g < 132 || (x[g] = gA, gA = g);
|
|
2161
2161
|
}
|
|
2162
2162
|
function BB(g, A) {
|
|
2163
2163
|
return g = g >>> 0, AA().subarray(g / 1, g / 1 + A);
|
|
2164
2164
|
}
|
|
2165
|
-
let
|
|
2165
|
+
let v = null;
|
|
2166
2166
|
function M() {
|
|
2167
|
-
return (
|
|
2167
|
+
return (v === null || v.buffer.detached === !0 || v.buffer.detached === void 0 && v.buffer !== I.memory.buffer) && (v = new DataView(I.memory.buffer)), v;
|
|
2168
2168
|
}
|
|
2169
|
-
function
|
|
2169
|
+
function S(g, A) {
|
|
2170
2170
|
return g = g >>> 0, EB(g, A);
|
|
2171
2171
|
}
|
|
2172
2172
|
let EA = null;
|
|
2173
2173
|
function AA() {
|
|
2174
2174
|
return (EA === null || EA.byteLength === 0) && (EA = new Uint8Array(I.memory.buffer)), EA;
|
|
2175
2175
|
}
|
|
2176
|
-
function
|
|
2177
|
-
return
|
|
2176
|
+
function U(g) {
|
|
2177
|
+
return x[g];
|
|
2178
2178
|
}
|
|
2179
2179
|
function KA(g, A) {
|
|
2180
2180
|
try {
|
|
2181
2181
|
return g.apply(this, A);
|
|
2182
2182
|
} catch (C) {
|
|
2183
|
-
I.__wbindgen_export3(
|
|
2183
|
+
I.__wbindgen_export3(s(C));
|
|
2184
2184
|
}
|
|
2185
2185
|
}
|
|
2186
|
-
let
|
|
2187
|
-
|
|
2188
|
-
let gA =
|
|
2186
|
+
let x = new Array(128).fill(void 0);
|
|
2187
|
+
x.push(void 0, null, !0, !1);
|
|
2188
|
+
let gA = x.length;
|
|
2189
2189
|
function X(g) {
|
|
2190
2190
|
return g == null;
|
|
2191
2191
|
}
|
|
2192
2192
|
function FA(g, A) {
|
|
2193
2193
|
const C = A(g.length * 4, 4) >>> 0, B = M();
|
|
2194
2194
|
for (let Q = 0; Q < g.length; Q++)
|
|
2195
|
-
B.setUint32(C + 4 * Q,
|
|
2196
|
-
return
|
|
2195
|
+
B.setUint32(C + 4 * Q, s(g[Q]), !0);
|
|
2196
|
+
return o = g.length, C;
|
|
2197
2197
|
}
|
|
2198
|
-
function
|
|
2198
|
+
function k(g, A, C) {
|
|
2199
2199
|
if (C === void 0) {
|
|
2200
|
-
const i = IA.encode(g),
|
|
2201
|
-
return AA().subarray(
|
|
2200
|
+
const i = IA.encode(g), N = A(i.length, 1) >>> 0;
|
|
2201
|
+
return AA().subarray(N, N + i.length).set(i), o = i.length, N;
|
|
2202
2202
|
}
|
|
2203
2203
|
let B = g.length, Q = A(B, 1) >>> 0;
|
|
2204
2204
|
const E = AA();
|
|
@@ -2210,21 +2210,21 @@ function o(g, A, C) {
|
|
|
2210
2210
|
}
|
|
2211
2211
|
if (D !== B) {
|
|
2212
2212
|
D !== 0 && (g = g.slice(D)), Q = C(Q, B, B = D + g.length * 3, 1) >>> 0;
|
|
2213
|
-
const i = AA().subarray(Q + D, Q + B),
|
|
2214
|
-
D +=
|
|
2213
|
+
const i = AA().subarray(Q + D, Q + B), N = IA.encodeInto(g, i);
|
|
2214
|
+
D += N.written, Q = C(Q, B, D, 1) >>> 0;
|
|
2215
2215
|
}
|
|
2216
|
-
return
|
|
2216
|
+
return o = D, Q;
|
|
2217
2217
|
}
|
|
2218
|
-
function
|
|
2219
|
-
const A =
|
|
2218
|
+
function J(g) {
|
|
2219
|
+
const A = U(g);
|
|
2220
2220
|
return CB(g), A;
|
|
2221
2221
|
}
|
|
2222
2222
|
let DA = new TextDecoder("utf-8", { ignoreBOM: !0, fatal: !0 });
|
|
2223
2223
|
DA.decode();
|
|
2224
2224
|
const QB = 2146435072;
|
|
2225
|
-
let
|
|
2225
|
+
let SA = 0;
|
|
2226
2226
|
function EB(g, A) {
|
|
2227
|
-
return
|
|
2227
|
+
return SA += A, SA >= QB && (DA = new TextDecoder("utf-8", { ignoreBOM: !0, fatal: !0 }), DA.decode(), SA = A), DA.decode(AA().subarray(g, g + A));
|
|
2228
2228
|
}
|
|
2229
2229
|
const IA = new TextEncoder();
|
|
2230
2230
|
"encodeInto" in IA || (IA.encodeInto = function(g, A) {
|
|
@@ -2234,7 +2234,7 @@ const IA = new TextEncoder();
|
|
|
2234
2234
|
written: C.length
|
|
2235
2235
|
};
|
|
2236
2236
|
});
|
|
2237
|
-
let
|
|
2237
|
+
let o = 0, I;
|
|
2238
2238
|
function DB(g) {
|
|
2239
2239
|
I = g;
|
|
2240
2240
|
}
|
|
@@ -2242,49 +2242,49 @@ URL = globalThis.URL;
|
|
|
2242
2242
|
const w = await pI({ "./polyglot_sql_wasm_bg.js": {
|
|
2243
2243
|
__wbindgen_object_drop_ref: IB,
|
|
2244
2244
|
__wbindgen_object_clone_ref: gB,
|
|
2245
|
-
__wbg_new_8a6f238a6ece86ea:
|
|
2246
|
-
__wbg_stack_0ed75d68575b0f3c:
|
|
2247
|
-
__wbg_error_7534b8e9a36f1ab4:
|
|
2245
|
+
__wbg_new_8a6f238a6ece86ea: eC,
|
|
2246
|
+
__wbg_stack_0ed75d68575b0f3c: bC,
|
|
2247
|
+
__wbg_error_7534b8e9a36f1ab4: RC,
|
|
2248
2248
|
__wbg_get_with_ref_key_1dc361bd10053bfe: qC,
|
|
2249
2249
|
__wbg_set_3f1d0b984ed272ed: mC,
|
|
2250
2250
|
__wbg_String_8f0eb39a4a4c2f66: EC,
|
|
2251
|
-
__wbg_new_dd2b680c8bf6ae29:
|
|
2251
|
+
__wbg_new_dd2b680c8bf6ae29: xC,
|
|
2252
2252
|
__wbg_length_32ed9a279acd054c: fC,
|
|
2253
|
-
__wbg_prototypesetcall_bdcdcc5842e4d77d:
|
|
2254
|
-
__wbg_done_57b39ecd9addfe81:
|
|
2255
|
-
__wbg_value_0546255b415e96c1:
|
|
2253
|
+
__wbg_prototypesetcall_bdcdcc5842e4d77d: nC,
|
|
2254
|
+
__wbg_done_57b39ecd9addfe81: UC,
|
|
2255
|
+
__wbg_value_0546255b415e96c1: vC,
|
|
2256
2256
|
__wbg_instanceof_Map_53af74335dec57f4: OC,
|
|
2257
2257
|
__wbg_instanceof_Uint8Array_9b9075935c74707c: PC,
|
|
2258
2258
|
__wbg_instanceof_ArrayBuffer_c367199e2fa2aa04: pC,
|
|
2259
|
-
__wbg_new_dca287b076112a51:
|
|
2260
|
-
__wbg_set_1eb0999cf5d27fc8:
|
|
2261
|
-
__wbg_get_9b94d73e6221f75c:
|
|
2262
|
-
__wbg_new_3eb36ae241fe6f44:
|
|
2259
|
+
__wbg_new_dca287b076112a51: VC,
|
|
2260
|
+
__wbg_set_1eb0999cf5d27fc8: rC,
|
|
2261
|
+
__wbg_get_9b94d73e6221f75c: aC,
|
|
2262
|
+
__wbg_new_3eb36ae241fe6f44: ZC,
|
|
2263
2263
|
__wbg_set_f43e577aea94465b: uC,
|
|
2264
|
-
__wbg_length_35a7bace40f36eac:
|
|
2265
|
-
__wbg_isArray_d314bb98fcf08331:
|
|
2266
|
-
__wbg_isSafeInteger_bfbc7332a9768d2a:
|
|
2264
|
+
__wbg_length_35a7bace40f36eac: dC,
|
|
2265
|
+
__wbg_isArray_d314bb98fcf08331: TC,
|
|
2266
|
+
__wbg_isSafeInteger_bfbc7332a9768d2a: jC,
|
|
2267
2267
|
__wbg_new_361308b2356cecd0: zC,
|
|
2268
2268
|
__wbg_entries_58c7934c745daac7: FC,
|
|
2269
2269
|
__wbg_iterator_6ff6560ca1568e55: tC,
|
|
2270
|
-
__wbg_get_b3ed3ad4be2bc8ac:
|
|
2271
|
-
__wbg_call_389efe28435a9388:
|
|
2270
|
+
__wbg_get_b3ed3ad4be2bc8ac: sC,
|
|
2271
|
+
__wbg_call_389efe28435a9388: JC,
|
|
2272
2272
|
__wbg_next_418f80d8f5303233: lC,
|
|
2273
|
-
__wbg_next_3482f54c49e8af19:
|
|
2274
|
-
__wbg_fromCodePoint_22365db7b7d6ac39:
|
|
2273
|
+
__wbg_next_3482f54c49e8af19: WC,
|
|
2274
|
+
__wbg_fromCodePoint_22365db7b7d6ac39: LC,
|
|
2275
2275
|
__wbg___wbindgen_in_47fa6863be6f2f25: iC,
|
|
2276
2276
|
__wbg___wbindgen_throw_be289d5034ed271b: hC,
|
|
2277
|
-
__wbg___wbindgen_is_null_ac34f5003991759a:
|
|
2277
|
+
__wbg___wbindgen_is_null_ac34f5003991759a: NC,
|
|
2278
2278
|
__wbg___wbindgen_jsval_eq_11888390b0186270: YC,
|
|
2279
2279
|
__wbg_Number_04624de7d0e8332d: QC,
|
|
2280
2280
|
__wbg_Error_8c4e43fe74559d73: BC,
|
|
2281
|
-
__wbg___wbindgen_is_bigint_31b12575b56f32fc:
|
|
2281
|
+
__wbg___wbindgen_is_bigint_31b12575b56f32fc: oC,
|
|
2282
2282
|
__wbg___wbindgen_is_object_5ae8e5880f2c1fbd: yC,
|
|
2283
2283
|
__wbg___wbindgen_is_string_cd444516edc5b180: KC,
|
|
2284
|
-
__wbg___wbindgen_number_get_8ff4255516ccad3e:
|
|
2285
|
-
__wbg___wbindgen_string_get_72fb696202c56729:
|
|
2284
|
+
__wbg___wbindgen_number_get_8ff4255516ccad3e: cC,
|
|
2285
|
+
__wbg___wbindgen_string_get_72fb696202c56729: SC,
|
|
2286
2286
|
__wbg___wbindgen_boolean_get_bbbb1c18aa2f5e25: wC,
|
|
2287
|
-
__wbg___wbindgen_is_function_0095a73b8b156f76:
|
|
2287
|
+
__wbg___wbindgen_is_function_0095a73b8b156f76: kC,
|
|
2288
2288
|
__wbg___wbindgen_is_undefined_9e4d92534c42d778: GC,
|
|
2289
2289
|
__wbg___wbindgen_jsval_loose_eq_9dd77d8cd6671811: HC,
|
|
2290
2290
|
__wbg___wbindgen_bigint_get_as_i64_8fcf4ce7f1ca72a2: DC,
|
|
@@ -2293,55 +2293,55 @@ const w = await pI({ "./polyglot_sql_wasm_bg.js": {
|
|
|
2293
2293
|
__wbindgen_cast_0000000000000002: _C,
|
|
2294
2294
|
__wbindgen_cast_0000000000000003: $C,
|
|
2295
2295
|
__wbindgen_cast_0000000000000004: AB
|
|
2296
|
-
} }, qI), wB = w.memory, MB = w.__wbg_wasmassignmentarray_free, iB = w.__wbg_wasmcasebuilder_free,
|
|
2296
|
+
} }, qI), wB = w.memory, MB = w.__wbg_wasmassignmentarray_free, iB = w.__wbg_wasmcasebuilder_free, oB = w.__wbg_wasmdeletebuilder_free, kB = w.__wbg_wasmexpr_free, NB = w.__wbg_wasmexprarray_free, yB = w.__wbg_wasminsertbuilder_free, KB = w.__wbg_wasmmergebuilder_free, GB = w.__wbg_wasmselectbuilder_free, YB = w.__wbg_wasmsetopbuilder_free, HB = w.__wbg_wasmupdatebuilder_free, cB = w.__wbg_wasmwindowdefbuilder_free, SB = w.analyze_query, hB = w.analyze_query_value, JB = w.annotate_types, UB = w.annotate_types_value, FB = w.ast_add_where, RB = w.ast_get_aggregate_functions, LB = w.ast_get_column_names, aB = w.ast_get_functions, sB = w.ast_get_literals, qB = w.ast_get_subqueries, pB = w.ast_get_table_names, OB = w.ast_get_tables, PB = w.ast_get_window_functions, TB = w.ast_node_count, jB = w.ast_qualify_columns, tB = w.ast_qualify_tables, fB = w.ast_remove_where, dB = w.ast_rename_columns, zB = w.ast_rename_tables, ZB = w.ast_rename_tables_with_options, eB = w.ast_set_distinct, VB = w.ast_set_limit, xB = w.ast_set_offset, WB = w.ast_set_order_by, lB = w.diff_sql, nB = w.format_sql, rB = w.format_sql_value, mB = w.format_sql_with_options, uB = w.format_sql_with_options_value, bB = w.generate, vB = w.generate_data_type, XB = w.generate_data_type_value, _B = w.generate_value, $B = w.get_dialects, AQ = w.get_dialects_value, gQ = w.lineage_sql, IQ = w.lineage_sql_with_schema, CQ = w.openlineage_column_lineage, BQ = w.openlineage_job_event, QQ = w.openlineage_run_event, EQ = w.parse, DQ = w.parse_data_type, wQ = w.parse_data_type_value, MQ = w.parse_value, iQ = w.plan, oQ = w.source_tables, kQ = w.tokenize, NQ = w.tokenize_value, yQ = w.transpile, KQ = w.transpile_value, GQ = w.transpile_with_options, YQ = w.transpile_with_options_value, HQ = w.validate, cQ = w.validate_with_options, SQ = w.validate_with_schema, hQ = w.version, JQ = w.wasm_alias, UQ = w.wasm_and, FQ = w.wasm_boolean, RQ = w.wasm_case_of, LQ = w.wasm_cast, aQ = w.wasm_col, sQ = w.wasm_count_distinct, qQ = w.wasm_extract, pQ = w.wasm_func, OQ = w.wasm_lit, PQ = w.wasm_not, TQ = w.wasm_null, jQ = w.wasm_or, tQ = w.wasm_sql_expr, fQ = w.wasm_star, dQ = w.wasm_subquery, zQ = w.wasm_table, ZQ = w.wasmassignmentarray_len, eQ = w.wasmassignmentarray_new, VQ = w.wasmassignmentarray_push, xQ = w.wasmcasebuilder_build_expr, WQ = w.wasmcasebuilder_else_, lQ = w.wasmcasebuilder_new, nQ = w.wasmcasebuilder_to_sql, rQ = w.wasmcasebuilder_when, mQ = w.wasmdeletebuilder_build, uQ = w.wasmdeletebuilder_new, bQ = w.wasmdeletebuilder_to_sql, vQ = w.wasmdeletebuilder_where_expr, XQ = w.wasmexpr_add, _Q = w.wasmexpr_alias, $Q = w.wasmexpr_and, AE = w.wasmexpr_asc, gE = w.wasmexpr_between, IE = w.wasmexpr_cast, CE = w.wasmexpr_desc, BE = w.wasmexpr_div, QE = w.wasmexpr_eq, EE = w.wasmexpr_gt, DE = w.wasmexpr_gte, wE = w.wasmexpr_ilike, ME = w.wasmexpr_in_list, iE = w.wasmexpr_is_not_null, oE = w.wasmexpr_is_null, kE = w.wasmexpr_like, NE = w.wasmexpr_lt, yE = w.wasmexpr_lte, KE = w.wasmexpr_mul, GE = w.wasmexpr_neq, YE = w.wasmexpr_not, HE = w.wasmexpr_not_in, cE = w.wasmexpr_or, SE = w.wasmexpr_rlike, hE = w.wasmexpr_sub, JE = w.wasmexpr_to_json, UE = w.wasmexpr_to_sql, FE = w.wasmexpr_xor, RE = w.wasmexprarray_len, LE = w.wasmexprarray_push, aE = w.wasmexprarray_push_col, sE = w.wasmexprarray_push_float, qE = w.wasmexprarray_push_int, pE = w.wasmexprarray_push_star, OE = w.wasmexprarray_push_str, PE = w.wasminsertbuilder_build, TE = w.wasminsertbuilder_columns, jE = w.wasminsertbuilder_new, tE = w.wasminsertbuilder_query, fE = w.wasminsertbuilder_to_sql, dE = w.wasminsertbuilder_values, zE = w.wasmmergebuilder_build, ZE = w.wasmmergebuilder_new, eE = w.wasmmergebuilder_to_sql, VE = w.wasmmergebuilder_using, xE = w.wasmmergebuilder_when_matched_delete, WE = w.wasmmergebuilder_when_matched_update, lE = w.wasmmergebuilder_when_not_matched_insert, nE = w.wasmselectbuilder_build, rE = w.wasmselectbuilder_cross_join, mE = w.wasmselectbuilder_ctas, uE = w.wasmselectbuilder_ctas_sql, bE = w.wasmselectbuilder_distinct, vE = w.wasmselectbuilder_except_, XE = w.wasmselectbuilder_for_update, _E = w.wasmselectbuilder_from, $E = w.wasmselectbuilder_from_expr, AD = w.wasmselectbuilder_group_by_cols, gD = w.wasmselectbuilder_having, ID = w.wasmselectbuilder_hint, CD = w.wasmselectbuilder_intersect, BD = w.wasmselectbuilder_join, QD = w.wasmselectbuilder_lateral_view, ED = w.wasmselectbuilder_left_join, DD = w.wasmselectbuilder_limit, wD = w.wasmselectbuilder_new, MD = w.wasmselectbuilder_offset, iD = w.wasmselectbuilder_order_by_exprs, oD = w.wasmselectbuilder_qualify, kD = w.wasmselectbuilder_right_join, ND = w.wasmselectbuilder_select_col, yD = w.wasmselectbuilder_select_expr, KD = w.wasmselectbuilder_select_exprs, GD = w.wasmselectbuilder_select_star, YD = w.wasmselectbuilder_sort_by_exprs, HD = w.wasmselectbuilder_to_sql, cD = w.wasmselectbuilder_union, SD = w.wasmselectbuilder_union_all, hD = w.wasmselectbuilder_where_expr, JD = w.wasmselectbuilder_where_sql, UD = w.wasmselectbuilder_window, FD = w.wasmsetopbuilder_build, RD = w.wasmsetopbuilder_limit, LD = w.wasmsetopbuilder_offset, aD = w.wasmsetopbuilder_order_by_exprs, sD = w.wasmsetopbuilder_to_sql, qD = w.wasmupdatebuilder_build, pD = w.wasmupdatebuilder_from, OD = w.wasmupdatebuilder_new, PD = w.wasmupdatebuilder_set, TD = w.wasmupdatebuilder_to_sql, jD = w.wasmupdatebuilder_where_expr, tD = w.wasmwindowdefbuilder_new, fD = w.wasmwindowdefbuilder_order_by, dD = w.wasmwindowdefbuilder_partition_by, zD = w.wasmexprarray_new, ZD = w.__wbindgen_export, eD = w.__wbindgen_export2, VD = w.__wbindgen_export3, xD = w.__wbindgen_export4, WD = w.__wbindgen_add_to_stack_pointer, lD = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2297
2297
|
__proto__: null,
|
|
2298
2298
|
__wbg_wasmassignmentarray_free: MB,
|
|
2299
2299
|
__wbg_wasmcasebuilder_free: iB,
|
|
2300
|
-
__wbg_wasmdeletebuilder_free:
|
|
2301
|
-
__wbg_wasmexpr_free:
|
|
2302
|
-
__wbg_wasmexprarray_free:
|
|
2300
|
+
__wbg_wasmdeletebuilder_free: oB,
|
|
2301
|
+
__wbg_wasmexpr_free: kB,
|
|
2302
|
+
__wbg_wasmexprarray_free: NB,
|
|
2303
2303
|
__wbg_wasminsertbuilder_free: yB,
|
|
2304
2304
|
__wbg_wasmmergebuilder_free: KB,
|
|
2305
2305
|
__wbg_wasmselectbuilder_free: GB,
|
|
2306
2306
|
__wbg_wasmsetopbuilder_free: YB,
|
|
2307
2307
|
__wbg_wasmupdatebuilder_free: HB,
|
|
2308
|
-
__wbg_wasmwindowdefbuilder_free:
|
|
2309
|
-
__wbindgen_add_to_stack_pointer:
|
|
2310
|
-
__wbindgen_export:
|
|
2311
|
-
__wbindgen_export2:
|
|
2312
|
-
__wbindgen_export3:
|
|
2313
|
-
__wbindgen_export4:
|
|
2314
|
-
analyze_query:
|
|
2308
|
+
__wbg_wasmwindowdefbuilder_free: cB,
|
|
2309
|
+
__wbindgen_add_to_stack_pointer: WD,
|
|
2310
|
+
__wbindgen_export: ZD,
|
|
2311
|
+
__wbindgen_export2: eD,
|
|
2312
|
+
__wbindgen_export3: VD,
|
|
2313
|
+
__wbindgen_export4: xD,
|
|
2314
|
+
analyze_query: SB,
|
|
2315
2315
|
analyze_query_value: hB,
|
|
2316
|
-
annotate_types:
|
|
2317
|
-
annotate_types_value:
|
|
2316
|
+
annotate_types: JB,
|
|
2317
|
+
annotate_types_value: UB,
|
|
2318
2318
|
ast_add_where: FB,
|
|
2319
|
-
ast_get_aggregate_functions:
|
|
2320
|
-
ast_get_column_names:
|
|
2321
|
-
ast_get_functions:
|
|
2322
|
-
ast_get_literals:
|
|
2319
|
+
ast_get_aggregate_functions: RB,
|
|
2320
|
+
ast_get_column_names: LB,
|
|
2321
|
+
ast_get_functions: aB,
|
|
2322
|
+
ast_get_literals: sB,
|
|
2323
2323
|
ast_get_subqueries: qB,
|
|
2324
2324
|
ast_get_table_names: pB,
|
|
2325
2325
|
ast_get_tables: OB,
|
|
2326
2326
|
ast_get_window_functions: PB,
|
|
2327
|
-
ast_node_count:
|
|
2328
|
-
ast_qualify_columns:
|
|
2327
|
+
ast_node_count: TB,
|
|
2328
|
+
ast_qualify_columns: jB,
|
|
2329
2329
|
ast_qualify_tables: tB,
|
|
2330
2330
|
ast_remove_where: fB,
|
|
2331
|
-
ast_rename_columns:
|
|
2331
|
+
ast_rename_columns: dB,
|
|
2332
2332
|
ast_rename_tables: zB,
|
|
2333
|
-
ast_rename_tables_with_options:
|
|
2334
|
-
ast_set_distinct:
|
|
2335
|
-
ast_set_limit:
|
|
2336
|
-
ast_set_offset:
|
|
2337
|
-
ast_set_order_by:
|
|
2333
|
+
ast_rename_tables_with_options: ZB,
|
|
2334
|
+
ast_set_distinct: eB,
|
|
2335
|
+
ast_set_limit: VB,
|
|
2336
|
+
ast_set_offset: xB,
|
|
2337
|
+
ast_set_order_by: WB,
|
|
2338
2338
|
diff_sql: lB,
|
|
2339
|
-
format_sql:
|
|
2340
|
-
format_sql_value:
|
|
2339
|
+
format_sql: nB,
|
|
2340
|
+
format_sql_value: rB,
|
|
2341
2341
|
format_sql_with_options: mB,
|
|
2342
2342
|
format_sql_with_options_value: uB,
|
|
2343
|
-
generate:
|
|
2344
|
-
generate_data_type:
|
|
2343
|
+
generate: bB,
|
|
2344
|
+
generate_data_type: vB,
|
|
2345
2345
|
generate_data_type_value: XB,
|
|
2346
2346
|
generate_value: _B,
|
|
2347
2347
|
get_dialects: $B,
|
|
@@ -2357,46 +2357,46 @@ const w = await pI({ "./polyglot_sql_wasm_bg.js": {
|
|
|
2357
2357
|
parse_data_type_value: wQ,
|
|
2358
2358
|
parse_value: MQ,
|
|
2359
2359
|
plan: iQ,
|
|
2360
|
-
source_tables:
|
|
2361
|
-
tokenize:
|
|
2362
|
-
tokenize_value:
|
|
2360
|
+
source_tables: oQ,
|
|
2361
|
+
tokenize: kQ,
|
|
2362
|
+
tokenize_value: NQ,
|
|
2363
2363
|
transpile: yQ,
|
|
2364
2364
|
transpile_value: KQ,
|
|
2365
2365
|
transpile_with_options: GQ,
|
|
2366
2366
|
transpile_with_options_value: YQ,
|
|
2367
2367
|
validate: HQ,
|
|
2368
|
-
validate_with_options:
|
|
2369
|
-
validate_with_schema:
|
|
2368
|
+
validate_with_options: cQ,
|
|
2369
|
+
validate_with_schema: SQ,
|
|
2370
2370
|
version: hQ,
|
|
2371
|
-
wasm_alias:
|
|
2372
|
-
wasm_and:
|
|
2371
|
+
wasm_alias: JQ,
|
|
2372
|
+
wasm_and: UQ,
|
|
2373
2373
|
wasm_boolean: FQ,
|
|
2374
|
-
wasm_case_of:
|
|
2375
|
-
wasm_cast:
|
|
2376
|
-
wasm_col:
|
|
2377
|
-
wasm_count_distinct:
|
|
2374
|
+
wasm_case_of: RQ,
|
|
2375
|
+
wasm_cast: LQ,
|
|
2376
|
+
wasm_col: aQ,
|
|
2377
|
+
wasm_count_distinct: sQ,
|
|
2378
2378
|
wasm_extract: qQ,
|
|
2379
2379
|
wasm_func: pQ,
|
|
2380
2380
|
wasm_lit: OQ,
|
|
2381
2381
|
wasm_not: PQ,
|
|
2382
|
-
wasm_null:
|
|
2383
|
-
wasm_or:
|
|
2382
|
+
wasm_null: TQ,
|
|
2383
|
+
wasm_or: jQ,
|
|
2384
2384
|
wasm_sql_expr: tQ,
|
|
2385
2385
|
wasm_star: fQ,
|
|
2386
|
-
wasm_subquery:
|
|
2386
|
+
wasm_subquery: dQ,
|
|
2387
2387
|
wasm_table: zQ,
|
|
2388
|
-
wasmassignmentarray_len:
|
|
2389
|
-
wasmassignmentarray_new:
|
|
2390
|
-
wasmassignmentarray_push:
|
|
2391
|
-
wasmcasebuilder_build_expr:
|
|
2392
|
-
wasmcasebuilder_else_:
|
|
2388
|
+
wasmassignmentarray_len: ZQ,
|
|
2389
|
+
wasmassignmentarray_new: eQ,
|
|
2390
|
+
wasmassignmentarray_push: VQ,
|
|
2391
|
+
wasmcasebuilder_build_expr: xQ,
|
|
2392
|
+
wasmcasebuilder_else_: WQ,
|
|
2393
2393
|
wasmcasebuilder_new: lQ,
|
|
2394
|
-
wasmcasebuilder_to_sql:
|
|
2395
|
-
wasmcasebuilder_when:
|
|
2394
|
+
wasmcasebuilder_to_sql: nQ,
|
|
2395
|
+
wasmcasebuilder_when: rQ,
|
|
2396
2396
|
wasmdeletebuilder_build: mQ,
|
|
2397
2397
|
wasmdeletebuilder_new: uQ,
|
|
2398
|
-
wasmdeletebuilder_to_sql:
|
|
2399
|
-
wasmdeletebuilder_where_expr:
|
|
2398
|
+
wasmdeletebuilder_to_sql: bQ,
|
|
2399
|
+
wasmdeletebuilder_where_expr: vQ,
|
|
2400
2400
|
wasmexpr_add: XQ,
|
|
2401
2401
|
wasmexpr_alias: _Q,
|
|
2402
2402
|
wasmexpr_and: $Q,
|
|
@@ -2411,47 +2411,47 @@ const w = await pI({ "./polyglot_sql_wasm_bg.js": {
|
|
|
2411
2411
|
wasmexpr_ilike: wE,
|
|
2412
2412
|
wasmexpr_in_list: ME,
|
|
2413
2413
|
wasmexpr_is_not_null: iE,
|
|
2414
|
-
wasmexpr_is_null:
|
|
2415
|
-
wasmexpr_like:
|
|
2416
|
-
wasmexpr_lt:
|
|
2414
|
+
wasmexpr_is_null: oE,
|
|
2415
|
+
wasmexpr_like: kE,
|
|
2416
|
+
wasmexpr_lt: NE,
|
|
2417
2417
|
wasmexpr_lte: yE,
|
|
2418
2418
|
wasmexpr_mul: KE,
|
|
2419
2419
|
wasmexpr_neq: GE,
|
|
2420
2420
|
wasmexpr_not: YE,
|
|
2421
2421
|
wasmexpr_not_in: HE,
|
|
2422
|
-
wasmexpr_or:
|
|
2423
|
-
wasmexpr_rlike:
|
|
2422
|
+
wasmexpr_or: cE,
|
|
2423
|
+
wasmexpr_rlike: SE,
|
|
2424
2424
|
wasmexpr_sub: hE,
|
|
2425
|
-
wasmexpr_to_json:
|
|
2426
|
-
wasmexpr_to_sql:
|
|
2425
|
+
wasmexpr_to_json: JE,
|
|
2426
|
+
wasmexpr_to_sql: UE,
|
|
2427
2427
|
wasmexpr_xor: FE,
|
|
2428
|
-
wasmexprarray_len:
|
|
2428
|
+
wasmexprarray_len: RE,
|
|
2429
2429
|
wasmexprarray_new: zD,
|
|
2430
|
-
wasmexprarray_push:
|
|
2431
|
-
wasmexprarray_push_col:
|
|
2432
|
-
wasmexprarray_push_float:
|
|
2430
|
+
wasmexprarray_push: LE,
|
|
2431
|
+
wasmexprarray_push_col: aE,
|
|
2432
|
+
wasmexprarray_push_float: sE,
|
|
2433
2433
|
wasmexprarray_push_int: qE,
|
|
2434
2434
|
wasmexprarray_push_star: pE,
|
|
2435
2435
|
wasmexprarray_push_str: OE,
|
|
2436
2436
|
wasminsertbuilder_build: PE,
|
|
2437
|
-
wasminsertbuilder_columns:
|
|
2438
|
-
wasminsertbuilder_new:
|
|
2437
|
+
wasminsertbuilder_columns: TE,
|
|
2438
|
+
wasminsertbuilder_new: jE,
|
|
2439
2439
|
wasminsertbuilder_query: tE,
|
|
2440
2440
|
wasminsertbuilder_to_sql: fE,
|
|
2441
|
-
wasminsertbuilder_values:
|
|
2441
|
+
wasminsertbuilder_values: dE,
|
|
2442
2442
|
wasmmergebuilder_build: zE,
|
|
2443
|
-
wasmmergebuilder_new:
|
|
2444
|
-
wasmmergebuilder_to_sql:
|
|
2445
|
-
wasmmergebuilder_using:
|
|
2446
|
-
wasmmergebuilder_when_matched_delete:
|
|
2447
|
-
wasmmergebuilder_when_matched_update:
|
|
2443
|
+
wasmmergebuilder_new: ZE,
|
|
2444
|
+
wasmmergebuilder_to_sql: eE,
|
|
2445
|
+
wasmmergebuilder_using: VE,
|
|
2446
|
+
wasmmergebuilder_when_matched_delete: xE,
|
|
2447
|
+
wasmmergebuilder_when_matched_update: WE,
|
|
2448
2448
|
wasmmergebuilder_when_not_matched_insert: lE,
|
|
2449
|
-
wasmselectbuilder_build:
|
|
2450
|
-
wasmselectbuilder_cross_join:
|
|
2449
|
+
wasmselectbuilder_build: nE,
|
|
2450
|
+
wasmselectbuilder_cross_join: rE,
|
|
2451
2451
|
wasmselectbuilder_ctas: mE,
|
|
2452
2452
|
wasmselectbuilder_ctas_sql: uE,
|
|
2453
|
-
wasmselectbuilder_distinct:
|
|
2454
|
-
wasmselectbuilder_except_:
|
|
2453
|
+
wasmselectbuilder_distinct: bE,
|
|
2454
|
+
wasmselectbuilder_except_: vE,
|
|
2455
2455
|
wasmselectbuilder_for_update: XE,
|
|
2456
2456
|
wasmselectbuilder_from: _E,
|
|
2457
2457
|
wasmselectbuilder_from_expr: $E,
|
|
@@ -2466,36 +2466,36 @@ const w = await pI({ "./polyglot_sql_wasm_bg.js": {
|
|
|
2466
2466
|
wasmselectbuilder_new: wD,
|
|
2467
2467
|
wasmselectbuilder_offset: MD,
|
|
2468
2468
|
wasmselectbuilder_order_by_exprs: iD,
|
|
2469
|
-
wasmselectbuilder_qualify:
|
|
2470
|
-
wasmselectbuilder_right_join:
|
|
2471
|
-
wasmselectbuilder_select_col:
|
|
2469
|
+
wasmselectbuilder_qualify: oD,
|
|
2470
|
+
wasmselectbuilder_right_join: kD,
|
|
2471
|
+
wasmselectbuilder_select_col: ND,
|
|
2472
2472
|
wasmselectbuilder_select_expr: yD,
|
|
2473
2473
|
wasmselectbuilder_select_exprs: KD,
|
|
2474
2474
|
wasmselectbuilder_select_star: GD,
|
|
2475
2475
|
wasmselectbuilder_sort_by_exprs: YD,
|
|
2476
2476
|
wasmselectbuilder_to_sql: HD,
|
|
2477
|
-
wasmselectbuilder_union:
|
|
2478
|
-
wasmselectbuilder_union_all:
|
|
2477
|
+
wasmselectbuilder_union: cD,
|
|
2478
|
+
wasmselectbuilder_union_all: SD,
|
|
2479
2479
|
wasmselectbuilder_where_expr: hD,
|
|
2480
|
-
wasmselectbuilder_where_sql:
|
|
2481
|
-
wasmselectbuilder_window:
|
|
2480
|
+
wasmselectbuilder_where_sql: JD,
|
|
2481
|
+
wasmselectbuilder_window: UD,
|
|
2482
2482
|
wasmsetopbuilder_build: FD,
|
|
2483
|
-
wasmsetopbuilder_limit:
|
|
2484
|
-
wasmsetopbuilder_offset:
|
|
2485
|
-
wasmsetopbuilder_order_by_exprs:
|
|
2486
|
-
wasmsetopbuilder_to_sql:
|
|
2483
|
+
wasmsetopbuilder_limit: RD,
|
|
2484
|
+
wasmsetopbuilder_offset: LD,
|
|
2485
|
+
wasmsetopbuilder_order_by_exprs: aD,
|
|
2486
|
+
wasmsetopbuilder_to_sql: sD,
|
|
2487
2487
|
wasmupdatebuilder_build: qD,
|
|
2488
2488
|
wasmupdatebuilder_from: pD,
|
|
2489
2489
|
wasmupdatebuilder_new: OD,
|
|
2490
2490
|
wasmupdatebuilder_set: PD,
|
|
2491
|
-
wasmupdatebuilder_to_sql:
|
|
2492
|
-
wasmupdatebuilder_where_expr:
|
|
2491
|
+
wasmupdatebuilder_to_sql: TD,
|
|
2492
|
+
wasmupdatebuilder_where_expr: jD,
|
|
2493
2493
|
wasmwindowdefbuilder_new: tD,
|
|
2494
2494
|
wasmwindowdefbuilder_order_by: fD,
|
|
2495
|
-
wasmwindowdefbuilder_partition_by:
|
|
2495
|
+
wasmwindowdefbuilder_partition_by: dD
|
|
2496
2496
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2497
2497
|
DB(lD);
|
|
2498
|
-
const
|
|
2498
|
+
const Wg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2499
2499
|
__proto__: null,
|
|
2500
2500
|
WasmAssignmentArray: BA,
|
|
2501
2501
|
WasmCaseBuilder: u,
|
|
@@ -2503,15 +2503,15 @@ const Vg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2503
2503
|
WasmExpr: G,
|
|
2504
2504
|
WasmExprArray: O,
|
|
2505
2505
|
WasmInsertBuilder: iA,
|
|
2506
|
-
WasmMergeBuilder:
|
|
2507
|
-
WasmSelectBuilder:
|
|
2508
|
-
WasmSetOpBuilder:
|
|
2509
|
-
WasmUpdateBuilder:
|
|
2506
|
+
WasmMergeBuilder: oA,
|
|
2507
|
+
WasmSelectBuilder: d,
|
|
2508
|
+
WasmSetOpBuilder: W,
|
|
2509
|
+
WasmUpdateBuilder: kA,
|
|
2510
2510
|
WasmWindowDefBuilder: QA,
|
|
2511
2511
|
analyze_query: OI,
|
|
2512
2512
|
analyze_query_value: PI,
|
|
2513
|
-
annotate_types:
|
|
2514
|
-
annotate_types_value:
|
|
2513
|
+
annotate_types: TI,
|
|
2514
|
+
annotate_types_value: jI,
|
|
2515
2515
|
ast_add_where: Ag,
|
|
2516
2516
|
ast_get_aggregate_functions: gg,
|
|
2517
2517
|
ast_get_column_names: Ig,
|
|
@@ -2523,64 +2523,64 @@ const Vg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2523
2523
|
ast_get_window_functions: wg,
|
|
2524
2524
|
ast_node_count: Mg,
|
|
2525
2525
|
ast_qualify_columns: ig,
|
|
2526
|
-
ast_qualify_tables:
|
|
2527
|
-
ast_remove_where:
|
|
2528
|
-
ast_rename_columns:
|
|
2526
|
+
ast_qualify_tables: og,
|
|
2527
|
+
ast_remove_where: kg,
|
|
2528
|
+
ast_rename_columns: Ng,
|
|
2529
2529
|
ast_rename_tables: yg,
|
|
2530
2530
|
ast_rename_tables_with_options: Kg,
|
|
2531
2531
|
ast_set_distinct: Gg,
|
|
2532
2532
|
ast_set_limit: Yg,
|
|
2533
2533
|
ast_set_offset: Hg,
|
|
2534
|
-
ast_set_order_by:
|
|
2535
|
-
diff_sql:
|
|
2534
|
+
ast_set_order_by: cg,
|
|
2535
|
+
diff_sql: Sg,
|
|
2536
2536
|
format_sql: tI,
|
|
2537
2537
|
format_sql_value: fI,
|
|
2538
|
-
format_sql_with_options:
|
|
2538
|
+
format_sql_with_options: dI,
|
|
2539
2539
|
format_sql_with_options_value: zI,
|
|
2540
|
-
generate:
|
|
2541
|
-
generate_data_type:
|
|
2542
|
-
generate_data_type_value:
|
|
2543
|
-
generate_value:
|
|
2544
|
-
get_dialects:
|
|
2540
|
+
generate: ZI,
|
|
2541
|
+
generate_data_type: eI,
|
|
2542
|
+
generate_data_type_value: VI,
|
|
2543
|
+
generate_value: xI,
|
|
2544
|
+
get_dialects: WI,
|
|
2545
2545
|
get_dialects_value: lI,
|
|
2546
2546
|
lineage_sql: hg,
|
|
2547
|
-
lineage_sql_with_schema:
|
|
2548
|
-
openlineage_column_lineage:
|
|
2547
|
+
lineage_sql_with_schema: Jg,
|
|
2548
|
+
openlineage_column_lineage: Ug,
|
|
2549
2549
|
openlineage_job_event: Fg,
|
|
2550
|
-
openlineage_run_event:
|
|
2551
|
-
parse:
|
|
2552
|
-
parse_data_type:
|
|
2550
|
+
openlineage_run_event: Rg,
|
|
2551
|
+
parse: nI,
|
|
2552
|
+
parse_data_type: rI,
|
|
2553
2553
|
parse_data_type_value: mI,
|
|
2554
2554
|
parse_value: uI,
|
|
2555
|
-
plan:
|
|
2556
|
-
source_tables:
|
|
2557
|
-
tokenize:
|
|
2558
|
-
tokenize_value:
|
|
2555
|
+
plan: Lg,
|
|
2556
|
+
source_tables: ag,
|
|
2557
|
+
tokenize: bI,
|
|
2558
|
+
tokenize_value: vI,
|
|
2559
2559
|
transpile: XI,
|
|
2560
2560
|
transpile_value: _I,
|
|
2561
2561
|
transpile_with_options: $I,
|
|
2562
2562
|
transpile_with_options_value: AC,
|
|
2563
2563
|
validate: gC,
|
|
2564
2564
|
validate_with_options: IC,
|
|
2565
|
-
validate_with_schema:
|
|
2565
|
+
validate_with_schema: sg,
|
|
2566
2566
|
version: CC,
|
|
2567
2567
|
wasm_alias: qg,
|
|
2568
2568
|
wasm_and: pg,
|
|
2569
2569
|
wasm_boolean: Og,
|
|
2570
2570
|
wasm_case_of: Pg,
|
|
2571
|
-
wasm_cast:
|
|
2572
|
-
wasm_col:
|
|
2573
|
-
wasm_count_distinct:
|
|
2571
|
+
wasm_cast: Tg,
|
|
2572
|
+
wasm_col: UA,
|
|
2573
|
+
wasm_count_distinct: jg,
|
|
2574
2574
|
wasm_extract: tg,
|
|
2575
2575
|
wasm_func: fg,
|
|
2576
|
-
wasm_lit:
|
|
2577
|
-
wasm_not:
|
|
2576
|
+
wasm_lit: NA,
|
|
2577
|
+
wasm_not: dg,
|
|
2578
2578
|
wasm_null: yA,
|
|
2579
2579
|
wasm_or: zg,
|
|
2580
|
-
wasm_sql_expr:
|
|
2581
|
-
wasm_star:
|
|
2582
|
-
wasm_subquery:
|
|
2583
|
-
wasm_table:
|
|
2580
|
+
wasm_sql_expr: Zg,
|
|
2581
|
+
wasm_star: eg,
|
|
2582
|
+
wasm_subquery: Vg,
|
|
2583
|
+
wasm_table: xg
|
|
2584
2584
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2585
2585
|
function p(g) {
|
|
2586
2586
|
return Object.keys(g)[0];
|
|
@@ -2597,7 +2597,7 @@ function l(g) {
|
|
|
2597
2597
|
const C = g[A[0]];
|
|
2598
2598
|
return C === null || typeof C == "object" && !Array.isArray(C);
|
|
2599
2599
|
}
|
|
2600
|
-
function
|
|
2600
|
+
function j(g, A) {
|
|
2601
2601
|
return { [g]: A };
|
|
2602
2602
|
}
|
|
2603
2603
|
function lg(g) {
|
|
@@ -2611,7 +2611,7 @@ function lg(g) {
|
|
|
2611
2611
|
function Y(g) {
|
|
2612
2612
|
return (A) => g in A;
|
|
2613
2613
|
}
|
|
2614
|
-
const
|
|
2614
|
+
const ng = Y("select"), nD = Y("insert"), rD = Y("update"), mD = Y("delete"), uD = Y("union"), bD = Y("intersect"), vD = Y("except"), XD = Y("subquery"), _D = Y("identifier"), rg = Y("column"), $D = Y("table"), Aw = Y("star"), mg = Y("literal"), gw = Y("boolean"), Iw = Y("null"), Cw = Y("and"), Bw = Y("or"), Qw = Y("not"), Ew = Y("eq"), Dw = Y("neq"), ww = Y("lt"), Mw = Y("lte"), iw = Y("gt"), ow = Y("gte"), kw = Y("like"), Nw = Y("i_like"), yw = Y("add"), Kw = Y("sub"), Gw = Y("mul"), Yw = Y("div"), Hw = Y("mod"), cw = Y("concat"), Sw = Y("in"), hw = Y("between"), Jw = Y("is_null"), Uw = Y("exists"), ug = Y("function"), Fw = Y("aggregate_function"), Rw = Y("window_function"), Lw = Y("count"), aw = Y("sum"), sw = Y("avg"), qw = Y("min"), pw = Y("max"), Ow = Y("coalesce"), Pw = Y("null_if"), Tw = Y("cast"), jw = Y("try_cast"), tw = Y("safe_cast"), fw = Y("case"), dw = Y("from"), zw = Y("join"), Zw = Y("where"), ew = Y("group_by"), Vw = Y("having"), xw = Y("order_by"), Ww = Y("limit"), lw = Y("offset"), nw = Y("with"), rw = Y("cte"), mw = Y("alias"), uw = Y("paren"), bw = Y("ordered"), vw = Y("create_table"), Xw = Y("drop_table"), _w = Y("alter_table"), $w = Y("create_index"), AM = Y("drop_index"), gM = Y("create_view"), IM = Y("drop_view");
|
|
2615
2615
|
function CM(g) {
|
|
2616
2616
|
const A = p(g);
|
|
2617
2617
|
return A === "select" || A === "insert" || A === "update" || A === "delete";
|
|
@@ -2639,42 +2639,42 @@ function wM(g) {
|
|
|
2639
2639
|
function t(g) {
|
|
2640
2640
|
return JSON.stringify(g);
|
|
2641
2641
|
}
|
|
2642
|
-
function
|
|
2642
|
+
function e(g) {
|
|
2643
2643
|
const A = JSON.parse(g);
|
|
2644
2644
|
return A.success ? JSON.parse(A.ast) : null;
|
|
2645
2645
|
}
|
|
2646
|
-
function
|
|
2646
|
+
function RA(g) {
|
|
2647
2647
|
return ["select", "union", "intersect", "except"].includes(p(g));
|
|
2648
2648
|
}
|
|
2649
2649
|
function MM(g, A) {
|
|
2650
2650
|
const C = p(g);
|
|
2651
|
-
if (!
|
|
2651
|
+
if (!RA(g))
|
|
2652
2652
|
return g;
|
|
2653
2653
|
const B = P(g);
|
|
2654
|
-
return C === "select" ?
|
|
2654
|
+
return C === "select" ? j("select", {
|
|
2655
2655
|
...B,
|
|
2656
2656
|
limit: { this: A, percent: !1, comments: [] }
|
|
2657
|
-
}) :
|
|
2657
|
+
}) : j(C, {
|
|
2658
2658
|
...B,
|
|
2659
2659
|
limit: A
|
|
2660
2660
|
});
|
|
2661
2661
|
}
|
|
2662
2662
|
function iM(g, A) {
|
|
2663
2663
|
const C = p(g);
|
|
2664
|
-
if (!
|
|
2664
|
+
if (!RA(g))
|
|
2665
2665
|
return g;
|
|
2666
2666
|
const B = P(g);
|
|
2667
|
-
return C === "select" ?
|
|
2667
|
+
return C === "select" ? j("select", {
|
|
2668
2668
|
...B,
|
|
2669
2669
|
offset: { this: A, rows: null }
|
|
2670
|
-
}) :
|
|
2670
|
+
}) : j(C, {
|
|
2671
2671
|
...B,
|
|
2672
2672
|
offset: A
|
|
2673
2673
|
});
|
|
2674
2674
|
}
|
|
2675
|
-
function
|
|
2675
|
+
function oM(g, A) {
|
|
2676
2676
|
const C = p(g);
|
|
2677
|
-
if (!
|
|
2677
|
+
if (!RA(g))
|
|
2678
2678
|
return g;
|
|
2679
2679
|
const B = A.map((Q) => p(Q) === "ordered" ? P(Q) : {
|
|
2680
2680
|
this: Q,
|
|
@@ -2683,7 +2683,7 @@ function NM(g, A) {
|
|
|
2683
2683
|
explicit_asc: !1,
|
|
2684
2684
|
with_fill: null
|
|
2685
2685
|
});
|
|
2686
|
-
return
|
|
2686
|
+
return j(C, {
|
|
2687
2687
|
...P(g),
|
|
2688
2688
|
order_by: {
|
|
2689
2689
|
expressions: B,
|
|
@@ -2692,7 +2692,7 @@ function NM(g, A) {
|
|
|
2692
2692
|
}
|
|
2693
2693
|
});
|
|
2694
2694
|
}
|
|
2695
|
-
function
|
|
2695
|
+
function bg(g, A, C) {
|
|
2696
2696
|
if (g == null) return g;
|
|
2697
2697
|
if (Array.isArray(g))
|
|
2698
2698
|
return g.length > 0 && l(g[0]) ? g.map(
|
|
@@ -2704,8 +2704,8 @@ function vg(g, A, C) {
|
|
|
2704
2704
|
const Q = { ...g };
|
|
2705
2705
|
let E = !1;
|
|
2706
2706
|
for (const [D, i] of Object.entries(Q)) {
|
|
2707
|
-
const
|
|
2708
|
-
|
|
2707
|
+
const N = bg(i, A, C);
|
|
2708
|
+
N !== i && (Q[D] = N, E = !0);
|
|
2709
2709
|
}
|
|
2710
2710
|
return E ? Q : g;
|
|
2711
2711
|
}
|
|
@@ -2714,41 +2714,41 @@ function vg(g, A, C) {
|
|
|
2714
2714
|
function wA(g, A, C, B, Q) {
|
|
2715
2715
|
let E = g;
|
|
2716
2716
|
if (A.enter) {
|
|
2717
|
-
const
|
|
2718
|
-
if (
|
|
2717
|
+
const c = A.enter(E, C, B, Q);
|
|
2718
|
+
if (c === null)
|
|
2719
2719
|
return E;
|
|
2720
|
-
|
|
2720
|
+
c !== void 0 && (E = c);
|
|
2721
2721
|
}
|
|
2722
2722
|
const D = p(E), i = A[D];
|
|
2723
2723
|
if (i) {
|
|
2724
|
-
const
|
|
2725
|
-
if (
|
|
2724
|
+
const c = i(E, C, B, Q);
|
|
2725
|
+
if (c === null)
|
|
2726
2726
|
return E;
|
|
2727
|
-
|
|
2727
|
+
c !== void 0 && (E = c);
|
|
2728
2728
|
}
|
|
2729
|
-
const
|
|
2729
|
+
const N = p(E), K = P(E);
|
|
2730
2730
|
let y;
|
|
2731
2731
|
if (K == null)
|
|
2732
|
-
y =
|
|
2732
|
+
y = j(N, K);
|
|
2733
2733
|
else {
|
|
2734
|
-
const
|
|
2735
|
-
for (const [
|
|
2736
|
-
const
|
|
2737
|
-
|
|
2734
|
+
const c = { ...K };
|
|
2735
|
+
for (const [R, q] of Object.entries(c)) {
|
|
2736
|
+
const T = bg(q, A, E);
|
|
2737
|
+
T !== q && (c[R] = T);
|
|
2738
2738
|
}
|
|
2739
|
-
y =
|
|
2739
|
+
y = j(N, c);
|
|
2740
2740
|
}
|
|
2741
2741
|
if (A.leave) {
|
|
2742
|
-
const
|
|
2743
|
-
if (
|
|
2744
|
-
return
|
|
2742
|
+
const c = A.leave(y, C, B, Q);
|
|
2743
|
+
if (c != null)
|
|
2744
|
+
return c;
|
|
2745
2745
|
}
|
|
2746
2746
|
return y;
|
|
2747
2747
|
}
|
|
2748
2748
|
function GA(g, A) {
|
|
2749
2749
|
return wA(g, A, null, null, null);
|
|
2750
2750
|
}
|
|
2751
|
-
function
|
|
2751
|
+
function vg(g, A, C) {
|
|
2752
2752
|
return GA(g, {
|
|
2753
2753
|
enter: (B, Q) => {
|
|
2754
2754
|
if (A(B, Q))
|
|
@@ -2756,20 +2756,20 @@ function bg(g, A, C) {
|
|
|
2756
2756
|
}
|
|
2757
2757
|
});
|
|
2758
2758
|
}
|
|
2759
|
-
function
|
|
2760
|
-
return
|
|
2759
|
+
function kM(g, A, C) {
|
|
2760
|
+
return vg(
|
|
2761
2761
|
g,
|
|
2762
2762
|
(B) => p(B) === A,
|
|
2763
2763
|
typeof C == "function" ? (B) => C(B) : C
|
|
2764
2764
|
);
|
|
2765
2765
|
}
|
|
2766
2766
|
function Xg(g, A) {
|
|
2767
|
-
return
|
|
2768
|
-
|
|
2767
|
+
return e(
|
|
2768
|
+
Ng(t(g), JSON.stringify(A))
|
|
2769
2769
|
) ?? g;
|
|
2770
2770
|
}
|
|
2771
|
-
function
|
|
2772
|
-
return
|
|
2771
|
+
function NM(g, A, C) {
|
|
2772
|
+
return e(
|
|
2773
2773
|
C ? Kg(
|
|
2774
2774
|
t(g),
|
|
2775
2775
|
JSON.stringify(A),
|
|
@@ -2778,95 +2778,95 @@ function kM(g, A, C) {
|
|
|
2778
2778
|
) ?? g;
|
|
2779
2779
|
}
|
|
2780
2780
|
function yM(g, A) {
|
|
2781
|
-
return
|
|
2781
|
+
return e(
|
|
2782
2782
|
ig(t(g), A)
|
|
2783
2783
|
) ?? g;
|
|
2784
2784
|
}
|
|
2785
2785
|
function KM(g, A = {}) {
|
|
2786
|
-
return
|
|
2787
|
-
|
|
2786
|
+
return e(
|
|
2787
|
+
og(t(g), JSON.stringify(A))
|
|
2788
2788
|
) ?? g;
|
|
2789
2789
|
}
|
|
2790
2790
|
function GM(g, A, C = "and") {
|
|
2791
|
-
return
|
|
2791
|
+
return e(
|
|
2792
2792
|
Ag(t(g), t(A), C === "or")
|
|
2793
2793
|
) ?? g;
|
|
2794
2794
|
}
|
|
2795
2795
|
function YM(g) {
|
|
2796
|
-
return
|
|
2796
|
+
return e(kg(t(g))) ?? g;
|
|
2797
2797
|
}
|
|
2798
2798
|
function HM(g, ...A) {
|
|
2799
2799
|
if (p(g) !== "select")
|
|
2800
2800
|
return g;
|
|
2801
2801
|
const C = P(g);
|
|
2802
|
-
return
|
|
2802
|
+
return j("select", {
|
|
2803
2803
|
...C,
|
|
2804
2804
|
expressions: [...C.expressions, ...A]
|
|
2805
2805
|
});
|
|
2806
2806
|
}
|
|
2807
|
-
function
|
|
2807
|
+
function cM(g, A) {
|
|
2808
2808
|
if (p(g) !== "select")
|
|
2809
2809
|
return g;
|
|
2810
2810
|
const C = P(g);
|
|
2811
|
-
return
|
|
2811
|
+
return j("select", {
|
|
2812
2812
|
...C,
|
|
2813
2813
|
expressions: C.expressions.filter((B) => !A(B))
|
|
2814
2814
|
});
|
|
2815
2815
|
}
|
|
2816
|
-
function
|
|
2817
|
-
return typeof A == "number" ?
|
|
2816
|
+
function SM(g, A) {
|
|
2817
|
+
return typeof A == "number" ? e(Yg(t(g), A)) ?? g : MM(g, A);
|
|
2818
2818
|
}
|
|
2819
2819
|
function hM(g, A) {
|
|
2820
|
-
return typeof A == "number" ?
|
|
2820
|
+
return typeof A == "number" ? e(Hg(t(g), A)) ?? g : iM(g, A);
|
|
2821
2821
|
}
|
|
2822
|
-
function
|
|
2822
|
+
function JM(g, A) {
|
|
2823
2823
|
const C = Array.isArray(A) ? A : [A];
|
|
2824
|
-
return
|
|
2825
|
-
|
|
2826
|
-
) ??
|
|
2824
|
+
return e(
|
|
2825
|
+
cg(t(g), JSON.stringify(C))
|
|
2826
|
+
) ?? oM(g, C);
|
|
2827
2827
|
}
|
|
2828
|
-
function
|
|
2828
|
+
function UM(g) {
|
|
2829
2829
|
if (p(g) !== "select")
|
|
2830
2830
|
return g;
|
|
2831
2831
|
const A = P(g);
|
|
2832
|
-
return
|
|
2832
|
+
return j("select", {
|
|
2833
2833
|
...A,
|
|
2834
2834
|
limit: null,
|
|
2835
2835
|
offset: null
|
|
2836
2836
|
});
|
|
2837
2837
|
}
|
|
2838
2838
|
function FM(g, A = !0) {
|
|
2839
|
-
return
|
|
2839
|
+
return e(Gg(t(g), A)) ?? g;
|
|
2840
2840
|
}
|
|
2841
|
-
function
|
|
2841
|
+
function RM(g) {
|
|
2842
2842
|
return GA(g, {});
|
|
2843
2843
|
}
|
|
2844
2844
|
function _g(g, A, C) {
|
|
2845
2845
|
if (g == null) return g;
|
|
2846
2846
|
if (Array.isArray(g))
|
|
2847
|
-
return g.length > 0 && l(g[0]) ? g.filter((B) => !A(B, C)).map((B) =>
|
|
2847
|
+
return g.length > 0 && l(g[0]) ? g.filter((B) => !A(B, C)).map((B) => JA(B, A)) : g;
|
|
2848
2848
|
if (l(g))
|
|
2849
|
-
return
|
|
2849
|
+
return JA(g, A);
|
|
2850
2850
|
if (typeof g == "object") {
|
|
2851
2851
|
const Q = { ...g };
|
|
2852
2852
|
let E = !1;
|
|
2853
2853
|
for (const [D, i] of Object.entries(Q)) {
|
|
2854
|
-
const
|
|
2855
|
-
|
|
2854
|
+
const N = _g(i, A, C);
|
|
2855
|
+
N !== i && (Q[D] = N, E = !0);
|
|
2856
2856
|
}
|
|
2857
2857
|
return E ? Q : g;
|
|
2858
2858
|
}
|
|
2859
2859
|
return g;
|
|
2860
2860
|
}
|
|
2861
|
-
function
|
|
2861
|
+
function JA(g, A) {
|
|
2862
2862
|
const C = p(g), Q = { ...P(g) };
|
|
2863
2863
|
for (const [E, D] of Object.entries(Q)) {
|
|
2864
2864
|
const i = _g(D, A, g);
|
|
2865
2865
|
i !== D && (Q[E] = i);
|
|
2866
2866
|
}
|
|
2867
|
-
return
|
|
2867
|
+
return j(C, Q);
|
|
2868
2868
|
}
|
|
2869
|
-
function
|
|
2869
|
+
function n(g) {
|
|
2870
2870
|
return JSON.stringify(g);
|
|
2871
2871
|
}
|
|
2872
2872
|
function $g(g, A, C) {
|
|
@@ -2896,20 +2896,20 @@ function AI(g) {
|
|
|
2896
2896
|
$g(Q, B, A);
|
|
2897
2897
|
return A;
|
|
2898
2898
|
}
|
|
2899
|
-
function
|
|
2899
|
+
function Z(g, A, C = null, B = null, Q = null) {
|
|
2900
2900
|
A.enter && A.enter(g, C, B, Q);
|
|
2901
2901
|
const E = p(g), D = A[E];
|
|
2902
2902
|
D && D(g, C, B, Q);
|
|
2903
2903
|
const i = AI(g);
|
|
2904
|
-
for (const
|
|
2905
|
-
Array.isArray(
|
|
2906
|
-
|
|
2907
|
-
}) :
|
|
2904
|
+
for (const N of i)
|
|
2905
|
+
Array.isArray(N.value) ? N.value.forEach((K, y) => {
|
|
2906
|
+
Z(K, A, g, N.key, y);
|
|
2907
|
+
}) : Z(N.value, A, g, N.key, null);
|
|
2908
2908
|
A.leave && A.leave(g, C, B, Q);
|
|
2909
2909
|
}
|
|
2910
2910
|
function YA(g, A) {
|
|
2911
2911
|
const C = [];
|
|
2912
|
-
return
|
|
2912
|
+
return Z(g, {
|
|
2913
2913
|
enter: (B, Q) => {
|
|
2914
2914
|
A(B, Q) && C.push(B);
|
|
2915
2915
|
}
|
|
@@ -2920,62 +2920,62 @@ function HA(g, A) {
|
|
|
2920
2920
|
}
|
|
2921
2921
|
function gI(g, A) {
|
|
2922
2922
|
let C, B = !1;
|
|
2923
|
-
return
|
|
2923
|
+
return Z(g, {
|
|
2924
2924
|
enter: (Q, E) => {
|
|
2925
2925
|
!B && A(Q, E) && (C = Q, B = !0);
|
|
2926
2926
|
}
|
|
2927
2927
|
}), C;
|
|
2928
2928
|
}
|
|
2929
|
-
function
|
|
2929
|
+
function LM(g, A) {
|
|
2930
2930
|
return gI(g, A) !== void 0;
|
|
2931
2931
|
}
|
|
2932
|
-
function
|
|
2932
|
+
function aM(g, A) {
|
|
2933
2933
|
let C = !0;
|
|
2934
|
-
return
|
|
2934
|
+
return Z(g, {
|
|
2935
2935
|
enter: (B, Q) => {
|
|
2936
2936
|
A(B, Q) || (C = !1);
|
|
2937
2937
|
}
|
|
2938
2938
|
}), C;
|
|
2939
2939
|
}
|
|
2940
|
-
function
|
|
2940
|
+
function sM(g, A) {
|
|
2941
2941
|
return YA(g, A).length;
|
|
2942
2942
|
}
|
|
2943
2943
|
function II(g) {
|
|
2944
2944
|
return HA(g, "column");
|
|
2945
2945
|
}
|
|
2946
2946
|
function qM(g) {
|
|
2947
|
-
const A = JSON.parse(Dg(
|
|
2947
|
+
const A = JSON.parse(Dg(n(g)));
|
|
2948
2948
|
return A.success ? JSON.parse(A.ast) : [];
|
|
2949
2949
|
}
|
|
2950
2950
|
function pM(g) {
|
|
2951
2951
|
return HA(g, "identifier");
|
|
2952
2952
|
}
|
|
2953
2953
|
function OM(g) {
|
|
2954
|
-
const A = JSON.parse(Cg(
|
|
2954
|
+
const A = JSON.parse(Cg(n(g)));
|
|
2955
2955
|
return A.success ? JSON.parse(A.ast) : [];
|
|
2956
2956
|
}
|
|
2957
2957
|
function CA(g) {
|
|
2958
|
-
const A = JSON.parse(gg(
|
|
2958
|
+
const A = JSON.parse(gg(n(g)));
|
|
2959
2959
|
return A.success ? JSON.parse(A.ast) : [];
|
|
2960
2960
|
}
|
|
2961
2961
|
function CI(g) {
|
|
2962
|
-
const A = JSON.parse(wg(
|
|
2962
|
+
const A = JSON.parse(wg(n(g)));
|
|
2963
2963
|
return A.success ? JSON.parse(A.ast) : [];
|
|
2964
2964
|
}
|
|
2965
2965
|
function BI(g) {
|
|
2966
|
-
const A = JSON.parse(Qg(
|
|
2966
|
+
const A = JSON.parse(Qg(n(g)));
|
|
2967
2967
|
return A.success ? JSON.parse(A.ast) : [];
|
|
2968
2968
|
}
|
|
2969
2969
|
function PM(g) {
|
|
2970
|
-
const A = JSON.parse(Bg(
|
|
2970
|
+
const A = JSON.parse(Bg(n(g)));
|
|
2971
2971
|
return A.success ? JSON.parse(A.ast) : [];
|
|
2972
2972
|
}
|
|
2973
|
-
function
|
|
2974
|
-
const A = JSON.parse(Ig(
|
|
2973
|
+
function TM(g) {
|
|
2974
|
+
const A = JSON.parse(Ig(n(g)));
|
|
2975
2975
|
return A.success ? A.result : [];
|
|
2976
2976
|
}
|
|
2977
|
-
function
|
|
2978
|
-
const A = JSON.parse(Eg(
|
|
2977
|
+
function jM(g) {
|
|
2978
|
+
const A = JSON.parse(Eg(n(g)));
|
|
2979
2979
|
return A.success ? A.result : [];
|
|
2980
2980
|
}
|
|
2981
2981
|
function QI(g) {
|
|
@@ -2987,9 +2987,9 @@ function tM(g) {
|
|
|
2987
2987
|
function fM(g) {
|
|
2988
2988
|
return BI(g).length > 0;
|
|
2989
2989
|
}
|
|
2990
|
-
function
|
|
2990
|
+
function dM(g) {
|
|
2991
2991
|
let A = 0, C = 0;
|
|
2992
|
-
return
|
|
2992
|
+
return Z(g, {
|
|
2993
2993
|
enter: () => {
|
|
2994
2994
|
C++, A = Math.max(A, C);
|
|
2995
2995
|
},
|
|
@@ -2999,21 +2999,21 @@ function ZM(g) {
|
|
|
2999
2999
|
}), A;
|
|
3000
3000
|
}
|
|
3001
3001
|
function zM(g) {
|
|
3002
|
-
const A = JSON.parse(Mg(
|
|
3002
|
+
const A = JSON.parse(Mg(n(g)));
|
|
3003
3003
|
return A.success ? A.result : 0;
|
|
3004
3004
|
}
|
|
3005
|
-
function
|
|
3005
|
+
function ZM(g, A) {
|
|
3006
3006
|
let C = null;
|
|
3007
|
-
return
|
|
3007
|
+
return Z(g, {
|
|
3008
3008
|
enter: (B, Q) => {
|
|
3009
3009
|
B === A && (C = Q);
|
|
3010
3010
|
}
|
|
3011
3011
|
}), C;
|
|
3012
3012
|
}
|
|
3013
|
-
function
|
|
3013
|
+
function eM(g, A, C) {
|
|
3014
3014
|
const B = [];
|
|
3015
3015
|
let Q = null;
|
|
3016
|
-
return
|
|
3016
|
+
return Z(g, {
|
|
3017
3017
|
enter: (E) => {
|
|
3018
3018
|
if (Q === null) {
|
|
3019
3019
|
if (E === A)
|
|
@@ -3032,9 +3032,9 @@ function xM(g, A, C) {
|
|
|
3032
3032
|
}
|
|
3033
3033
|
}), Q;
|
|
3034
3034
|
}
|
|
3035
|
-
function
|
|
3035
|
+
function VM(g, A) {
|
|
3036
3036
|
let C = 0, B = 0;
|
|
3037
|
-
return
|
|
3037
|
+
return Z(g, {
|
|
3038
3038
|
enter: (Q) => {
|
|
3039
3039
|
B++, Q === A && (C = B);
|
|
3040
3040
|
},
|
|
@@ -3043,32 +3043,32 @@ function eM(g, A) {
|
|
|
3043
3043
|
}
|
|
3044
3044
|
}), C;
|
|
3045
3045
|
}
|
|
3046
|
-
const
|
|
3046
|
+
const xM = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3047
3047
|
__proto__: null,
|
|
3048
3048
|
addSelectColumns: HM,
|
|
3049
3049
|
addWhere: GM,
|
|
3050
|
-
clone:
|
|
3051
|
-
countNodes:
|
|
3052
|
-
every:
|
|
3050
|
+
clone: RM,
|
|
3051
|
+
countNodes: sM,
|
|
3052
|
+
every: aM,
|
|
3053
3053
|
findAll: YA,
|
|
3054
|
-
findAncestor:
|
|
3054
|
+
findAncestor: eM,
|
|
3055
3055
|
findByType: HA,
|
|
3056
3056
|
findFirst: gI,
|
|
3057
3057
|
getAggregateFunctions: CA,
|
|
3058
3058
|
getChildren: AI,
|
|
3059
|
-
getColumnNames:
|
|
3059
|
+
getColumnNames: TM,
|
|
3060
3060
|
getColumns: II,
|
|
3061
|
-
getDepth:
|
|
3061
|
+
getDepth: dM,
|
|
3062
3062
|
getExprData: P,
|
|
3063
3063
|
getExprType: p,
|
|
3064
3064
|
getFunctions: OM,
|
|
3065
3065
|
getIdentifiers: pM,
|
|
3066
3066
|
getInferredType: lg,
|
|
3067
3067
|
getLiterals: PM,
|
|
3068
|
-
getNodeDepth:
|
|
3069
|
-
getParent:
|
|
3068
|
+
getNodeDepth: VM,
|
|
3069
|
+
getParent: ZM,
|
|
3070
3070
|
getSubqueries: BI,
|
|
3071
|
-
getTableNames:
|
|
3071
|
+
getTableNames: jM,
|
|
3072
3072
|
getTables: qM,
|
|
3073
3073
|
getWindowFunctions: CI,
|
|
3074
3074
|
hasAggregates: QI,
|
|
@@ -3080,20 +3080,20 @@ const WM = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3080
3080
|
isAlterTable: _w,
|
|
3081
3081
|
isAnd: Cw,
|
|
3082
3082
|
isArithmetic: EM,
|
|
3083
|
-
isAvg:
|
|
3083
|
+
isAvg: sw,
|
|
3084
3084
|
isBetween: hw,
|
|
3085
3085
|
isBoolean: gw,
|
|
3086
3086
|
isCase: fw,
|
|
3087
|
-
isCast:
|
|
3087
|
+
isCast: Tw,
|
|
3088
3088
|
isCoalesce: Ow,
|
|
3089
|
-
isColumn:
|
|
3089
|
+
isColumn: rg,
|
|
3090
3090
|
isComparison: QM,
|
|
3091
|
-
isConcat:
|
|
3092
|
-
isCount:
|
|
3091
|
+
isConcat: cw,
|
|
3092
|
+
isCount: Lw,
|
|
3093
3093
|
isCreateIndex: $w,
|
|
3094
|
-
isCreateTable:
|
|
3094
|
+
isCreateTable: vw,
|
|
3095
3095
|
isCreateView: gM,
|
|
3096
|
-
isCte:
|
|
3096
|
+
isCte: rw,
|
|
3097
3097
|
isDDL: wM,
|
|
3098
3098
|
isDelete: mD,
|
|
3099
3099
|
isDiv: Yw,
|
|
@@ -3101,24 +3101,24 @@ const WM = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3101
3101
|
isDropTable: Xw,
|
|
3102
3102
|
isDropView: IM,
|
|
3103
3103
|
isEq: Ew,
|
|
3104
|
-
isExcept:
|
|
3105
|
-
isExists:
|
|
3104
|
+
isExcept: vD,
|
|
3105
|
+
isExists: Uw,
|
|
3106
3106
|
isExpressionValue: l,
|
|
3107
|
-
isFrom:
|
|
3107
|
+
isFrom: dw,
|
|
3108
3108
|
isFunction: ug,
|
|
3109
|
-
isGroupBy:
|
|
3109
|
+
isGroupBy: ew,
|
|
3110
3110
|
isGt: iw,
|
|
3111
|
-
isGte:
|
|
3112
|
-
isHaving:
|
|
3113
|
-
isILike:
|
|
3111
|
+
isGte: ow,
|
|
3112
|
+
isHaving: Vw,
|
|
3113
|
+
isILike: Nw,
|
|
3114
3114
|
isIdentifier: _D,
|
|
3115
|
-
isIn:
|
|
3116
|
-
isInsert:
|
|
3117
|
-
isIntersect:
|
|
3118
|
-
isIsNull:
|
|
3115
|
+
isIn: Sw,
|
|
3116
|
+
isInsert: nD,
|
|
3117
|
+
isIntersect: bD,
|
|
3118
|
+
isIsNull: Jw,
|
|
3119
3119
|
isJoin: zw,
|
|
3120
|
-
isLike:
|
|
3121
|
-
isLimit:
|
|
3120
|
+
isLike: kw,
|
|
3121
|
+
isLimit: Ww,
|
|
3122
3122
|
isLiteral: mg,
|
|
3123
3123
|
isLogical: DM,
|
|
3124
3124
|
isLt: ww,
|
|
@@ -3133,51 +3133,51 @@ const WM = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3133
3133
|
isNullLiteral: Iw,
|
|
3134
3134
|
isOffset: lw,
|
|
3135
3135
|
isOr: Bw,
|
|
3136
|
-
isOrderBy:
|
|
3137
|
-
isOrdered:
|
|
3136
|
+
isOrderBy: xw,
|
|
3137
|
+
isOrdered: bw,
|
|
3138
3138
|
isParen: uw,
|
|
3139
3139
|
isQuery: CM,
|
|
3140
3140
|
isSafeCast: tw,
|
|
3141
|
-
isSelect:
|
|
3141
|
+
isSelect: ng,
|
|
3142
3142
|
isSetOperation: BM,
|
|
3143
3143
|
isStar: Aw,
|
|
3144
3144
|
isSub: Kw,
|
|
3145
3145
|
isSubquery: XD,
|
|
3146
|
-
isSum:
|
|
3146
|
+
isSum: aw,
|
|
3147
3147
|
isTable: $D,
|
|
3148
|
-
isTryCast:
|
|
3148
|
+
isTryCast: jw,
|
|
3149
3149
|
isUnion: uD,
|
|
3150
|
-
isUpdate:
|
|
3151
|
-
isWhere:
|
|
3152
|
-
isWindowFunction:
|
|
3153
|
-
isWith:
|
|
3154
|
-
makeExpr:
|
|
3150
|
+
isUpdate: rD,
|
|
3151
|
+
isWhere: Zw,
|
|
3152
|
+
isWindowFunction: Rw,
|
|
3153
|
+
isWith: nw,
|
|
3154
|
+
makeExpr: j,
|
|
3155
3155
|
nodeCount: zM,
|
|
3156
3156
|
qualifyColumns: yM,
|
|
3157
3157
|
qualifyTables: KM,
|
|
3158
|
-
remove:
|
|
3159
|
-
removeLimitOffset:
|
|
3160
|
-
removeSelectColumns:
|
|
3158
|
+
remove: JA,
|
|
3159
|
+
removeLimitOffset: UM,
|
|
3160
|
+
removeSelectColumns: cM,
|
|
3161
3161
|
removeWhere: YM,
|
|
3162
3162
|
renameColumns: Xg,
|
|
3163
|
-
renameTables:
|
|
3164
|
-
replaceByType:
|
|
3165
|
-
replaceNodes:
|
|
3163
|
+
renameTables: NM,
|
|
3164
|
+
replaceByType: kM,
|
|
3165
|
+
replaceNodes: vg,
|
|
3166
3166
|
setDistinct: FM,
|
|
3167
|
-
setLimit:
|
|
3167
|
+
setLimit: SM,
|
|
3168
3168
|
setOffset: hM,
|
|
3169
|
-
setOrderBy:
|
|
3170
|
-
some:
|
|
3169
|
+
setOrderBy: JM,
|
|
3170
|
+
some: LM,
|
|
3171
3171
|
transform: GA,
|
|
3172
|
-
walk:
|
|
3172
|
+
walk: Z
|
|
3173
3173
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
3174
3174
|
function F(g) {
|
|
3175
|
-
return g instanceof h ? g._w : typeof g == "string" ?
|
|
3175
|
+
return g instanceof h ? g._w : typeof g == "string" ? UA(g) : typeof g == "number" || typeof g == "boolean" || g === null ? NA(g) : yA();
|
|
3176
3176
|
}
|
|
3177
3177
|
function z(g) {
|
|
3178
3178
|
const A = new O();
|
|
3179
3179
|
for (const C of g)
|
|
3180
|
-
C instanceof h ? A.push(C._w) : typeof C == "string" ? A.push_col(C) : typeof C == "number" ? Number.isInteger(C) ? A.push_int(C) : A.push_float(C) : typeof C == "boolean" || C === null ? A.push(
|
|
3180
|
+
C instanceof h ? A.push(C._w) : typeof C == "string" ? A.push_col(C) : typeof C == "number" ? Number.isInteger(C) ? A.push_int(C) : A.push_float(C) : typeof C == "boolean" || C === null ? A.push(NA(C)) : A.push(yA());
|
|
3181
3181
|
return A;
|
|
3182
3182
|
}
|
|
3183
3183
|
class h {
|
|
@@ -3288,7 +3288,7 @@ class h {
|
|
|
3288
3288
|
this._w.free();
|
|
3289
3289
|
}
|
|
3290
3290
|
}
|
|
3291
|
-
class
|
|
3291
|
+
class WM {
|
|
3292
3292
|
/** @internal WASM handle */
|
|
3293
3293
|
_w;
|
|
3294
3294
|
constructor() {
|
|
@@ -3308,46 +3308,46 @@ class VM {
|
|
|
3308
3308
|
}
|
|
3309
3309
|
}
|
|
3310
3310
|
function lM(g) {
|
|
3311
|
-
return new h(
|
|
3311
|
+
return new h(UA(g));
|
|
3312
3312
|
}
|
|
3313
|
-
function
|
|
3314
|
-
return new h(
|
|
3313
|
+
function nM(g) {
|
|
3314
|
+
return new h(NA(g));
|
|
3315
3315
|
}
|
|
3316
3316
|
function EI() {
|
|
3317
|
-
return new h(
|
|
3317
|
+
return new h(eg());
|
|
3318
3318
|
}
|
|
3319
|
-
function
|
|
3319
|
+
function rM() {
|
|
3320
3320
|
return new h(yA());
|
|
3321
3321
|
}
|
|
3322
|
-
function
|
|
3322
|
+
function LA(g) {
|
|
3323
3323
|
return new h(Og(g));
|
|
3324
3324
|
}
|
|
3325
3325
|
function mM(g) {
|
|
3326
|
-
return new h(
|
|
3326
|
+
return new h(xg(g));
|
|
3327
3327
|
}
|
|
3328
3328
|
function DI(g) {
|
|
3329
|
-
return new h(
|
|
3329
|
+
return new h(Zg(g));
|
|
3330
3330
|
}
|
|
3331
3331
|
function uM(g) {
|
|
3332
3332
|
return DI(g);
|
|
3333
3333
|
}
|
|
3334
|
-
function
|
|
3334
|
+
function a(g, ...A) {
|
|
3335
3335
|
return new h(fg(g, z(A)));
|
|
3336
3336
|
}
|
|
3337
|
-
function
|
|
3338
|
-
return new h(
|
|
3337
|
+
function bM(g) {
|
|
3338
|
+
return new h(dg(F(g)));
|
|
3339
3339
|
}
|
|
3340
|
-
function
|
|
3341
|
-
return new h(
|
|
3340
|
+
function vM(g, A) {
|
|
3341
|
+
return new h(Tg(F(g), A));
|
|
3342
3342
|
}
|
|
3343
3343
|
function XM(g, A) {
|
|
3344
3344
|
return new h(qg(F(g), A));
|
|
3345
3345
|
}
|
|
3346
3346
|
function _M(g, A) {
|
|
3347
|
-
return new h(
|
|
3347
|
+
return new h(Vg(g._w, A));
|
|
3348
3348
|
}
|
|
3349
3349
|
function $M(...g) {
|
|
3350
|
-
if (g.length === 0) return
|
|
3350
|
+
if (g.length === 0) return LA(!0);
|
|
3351
3351
|
if (g.length === 1)
|
|
3352
3352
|
return g[0] instanceof h ? g[0] : new h(F(g[0]));
|
|
3353
3353
|
let A = F(g[0]);
|
|
@@ -3356,7 +3356,7 @@ function $M(...g) {
|
|
|
3356
3356
|
return new h(A);
|
|
3357
3357
|
}
|
|
3358
3358
|
function Ai(...g) {
|
|
3359
|
-
if (g.length === 0) return
|
|
3359
|
+
if (g.length === 0) return LA(!1);
|
|
3360
3360
|
if (g.length === 1)
|
|
3361
3361
|
return g[0] instanceof h ? g[0] : new h(F(g[0]));
|
|
3362
3362
|
let A = F(g[0]);
|
|
@@ -3365,124 +3365,124 @@ function Ai(...g) {
|
|
|
3365
3365
|
return new h(A);
|
|
3366
3366
|
}
|
|
3367
3367
|
function gi(g) {
|
|
3368
|
-
return g !== void 0 ?
|
|
3368
|
+
return g !== void 0 ? a("COUNT", g) : a("COUNT", EI());
|
|
3369
3369
|
}
|
|
3370
3370
|
function Ii(g) {
|
|
3371
|
-
return new h(
|
|
3371
|
+
return new h(jg(F(g)));
|
|
3372
3372
|
}
|
|
3373
3373
|
function Ci(g) {
|
|
3374
|
-
return
|
|
3374
|
+
return a("SUM", g);
|
|
3375
3375
|
}
|
|
3376
3376
|
function Bi(g) {
|
|
3377
|
-
return
|
|
3377
|
+
return a("AVG", g);
|
|
3378
3378
|
}
|
|
3379
3379
|
function Qi(g) {
|
|
3380
|
-
return
|
|
3380
|
+
return a("MIN", g);
|
|
3381
3381
|
}
|
|
3382
3382
|
function Ei(g) {
|
|
3383
|
-
return
|
|
3383
|
+
return a("MAX", g);
|
|
3384
3384
|
}
|
|
3385
3385
|
function Di(g) {
|
|
3386
|
-
return
|
|
3386
|
+
return a("UPPER", g);
|
|
3387
3387
|
}
|
|
3388
3388
|
function wi(g) {
|
|
3389
|
-
return
|
|
3389
|
+
return a("LOWER", g);
|
|
3390
3390
|
}
|
|
3391
3391
|
function Mi(g) {
|
|
3392
|
-
return
|
|
3392
|
+
return a("LENGTH", g);
|
|
3393
3393
|
}
|
|
3394
3394
|
function ii(g) {
|
|
3395
|
-
return
|
|
3396
|
-
}
|
|
3397
|
-
function Ni(g) {
|
|
3398
|
-
return s("LTRIM", g);
|
|
3395
|
+
return a("TRIM", g);
|
|
3399
3396
|
}
|
|
3400
3397
|
function oi(g) {
|
|
3401
|
-
return
|
|
3398
|
+
return a("LTRIM", g);
|
|
3402
3399
|
}
|
|
3403
3400
|
function ki(g) {
|
|
3404
|
-
return
|
|
3401
|
+
return a("RTRIM", g);
|
|
3402
|
+
}
|
|
3403
|
+
function Ni(g) {
|
|
3404
|
+
return a("REVERSE", g);
|
|
3405
3405
|
}
|
|
3406
3406
|
function yi(g) {
|
|
3407
|
-
return
|
|
3407
|
+
return a("INITCAP", g);
|
|
3408
3408
|
}
|
|
3409
3409
|
function Ki(g, A, C) {
|
|
3410
|
-
return C !== void 0 ?
|
|
3410
|
+
return C !== void 0 ? a("SUBSTRING", g, A, C) : a("SUBSTRING", g, A);
|
|
3411
3411
|
}
|
|
3412
3412
|
function Gi(g, A, C) {
|
|
3413
|
-
return
|
|
3413
|
+
return a("REPLACE", g, A, C);
|
|
3414
3414
|
}
|
|
3415
3415
|
function Yi(g, ...A) {
|
|
3416
|
-
return
|
|
3416
|
+
return a("CONCAT_WS", g, ...A);
|
|
3417
3417
|
}
|
|
3418
3418
|
function Hi(...g) {
|
|
3419
|
-
return
|
|
3420
|
-
}
|
|
3421
|
-
function Si(g, A) {
|
|
3422
|
-
return s("NULLIF", g, A);
|
|
3419
|
+
return a("COALESCE", ...g);
|
|
3423
3420
|
}
|
|
3424
3421
|
function ci(g, A) {
|
|
3425
|
-
return
|
|
3422
|
+
return a("NULLIF", g, A);
|
|
3423
|
+
}
|
|
3424
|
+
function Si(g, A) {
|
|
3425
|
+
return a("IFNULL", g, A);
|
|
3426
3426
|
}
|
|
3427
3427
|
function hi(g) {
|
|
3428
|
-
return
|
|
3428
|
+
return a("ABS", g);
|
|
3429
3429
|
}
|
|
3430
|
-
function
|
|
3431
|
-
return A !== void 0 ?
|
|
3430
|
+
function Ji(g, A) {
|
|
3431
|
+
return A !== void 0 ? a("ROUND", g, A) : a("ROUND", g);
|
|
3432
3432
|
}
|
|
3433
|
-
function
|
|
3434
|
-
return
|
|
3433
|
+
function Ui(g) {
|
|
3434
|
+
return a("FLOOR", g);
|
|
3435
3435
|
}
|
|
3436
3436
|
function Fi(g) {
|
|
3437
|
-
return
|
|
3438
|
-
}
|
|
3439
|
-
function Li(g, A) {
|
|
3440
|
-
return s("POWER", g, A);
|
|
3437
|
+
return a("CEIL", g);
|
|
3441
3438
|
}
|
|
3442
|
-
function Ri(g) {
|
|
3443
|
-
return
|
|
3439
|
+
function Ri(g, A) {
|
|
3440
|
+
return a("POWER", g, A);
|
|
3444
3441
|
}
|
|
3445
|
-
function
|
|
3446
|
-
return
|
|
3442
|
+
function Li(g) {
|
|
3443
|
+
return a("SQRT", g);
|
|
3447
3444
|
}
|
|
3448
3445
|
function ai(g) {
|
|
3449
|
-
return
|
|
3446
|
+
return a("LN", g);
|
|
3447
|
+
}
|
|
3448
|
+
function si(g) {
|
|
3449
|
+
return a("EXP", g);
|
|
3450
3450
|
}
|
|
3451
3451
|
function qi(g) {
|
|
3452
|
-
return
|
|
3452
|
+
return a("SIGN", g);
|
|
3453
3453
|
}
|
|
3454
3454
|
function pi(...g) {
|
|
3455
|
-
return
|
|
3455
|
+
return a("GREATEST", ...g);
|
|
3456
3456
|
}
|
|
3457
3457
|
function Oi(...g) {
|
|
3458
|
-
return
|
|
3458
|
+
return a("LEAST", ...g);
|
|
3459
3459
|
}
|
|
3460
3460
|
function Pi() {
|
|
3461
|
-
return
|
|
3462
|
-
}
|
|
3463
|
-
function ji() {
|
|
3464
|
-
return s("CURRENT_TIME");
|
|
3461
|
+
return a("CURRENT_DATE");
|
|
3465
3462
|
}
|
|
3466
3463
|
function Ti() {
|
|
3467
|
-
return
|
|
3464
|
+
return a("CURRENT_TIME");
|
|
3465
|
+
}
|
|
3466
|
+
function ji() {
|
|
3467
|
+
return a("CURRENT_TIMESTAMP");
|
|
3468
3468
|
}
|
|
3469
3469
|
function ti(g, A) {
|
|
3470
3470
|
return new h(tg(g, F(A)));
|
|
3471
3471
|
}
|
|
3472
3472
|
function fi() {
|
|
3473
|
-
return
|
|
3473
|
+
return a("ROW_NUMBER");
|
|
3474
3474
|
}
|
|
3475
|
-
function
|
|
3476
|
-
return
|
|
3475
|
+
function di() {
|
|
3476
|
+
return a("RANK");
|
|
3477
3477
|
}
|
|
3478
3478
|
function zi() {
|
|
3479
|
-
return
|
|
3479
|
+
return a("DENSE_RANK");
|
|
3480
3480
|
}
|
|
3481
3481
|
class wI {
|
|
3482
3482
|
/** @internal */
|
|
3483
3483
|
_w;
|
|
3484
3484
|
constructor() {
|
|
3485
|
-
this._w = new
|
|
3485
|
+
this._w = new d();
|
|
3486
3486
|
}
|
|
3487
3487
|
/** Add columns to the SELECT list. Accepts Expr, strings (→ col), or '*'. */
|
|
3488
3488
|
select(...A) {
|
|
@@ -3605,7 +3605,7 @@ class wI {
|
|
|
3605
3605
|
this._w.free();
|
|
3606
3606
|
}
|
|
3607
3607
|
}
|
|
3608
|
-
function
|
|
3608
|
+
function Zi(...g) {
|
|
3609
3609
|
const A = new wI();
|
|
3610
3610
|
return g.length > 0 && A.select(...g), A;
|
|
3611
3611
|
}
|
|
@@ -3643,14 +3643,14 @@ class MI {
|
|
|
3643
3643
|
function iI(g) {
|
|
3644
3644
|
return new MI(g);
|
|
3645
3645
|
}
|
|
3646
|
-
function
|
|
3646
|
+
function ei(g) {
|
|
3647
3647
|
return iI(g);
|
|
3648
3648
|
}
|
|
3649
|
-
class
|
|
3649
|
+
class oI {
|
|
3650
3650
|
/** @internal */
|
|
3651
3651
|
_w;
|
|
3652
3652
|
constructor(A) {
|
|
3653
|
-
this._w = new
|
|
3653
|
+
this._w = new kA(A);
|
|
3654
3654
|
}
|
|
3655
3655
|
/** Add a SET column = value assignment. */
|
|
3656
3656
|
set(A, C) {
|
|
@@ -3677,10 +3677,10 @@ class NI {
|
|
|
3677
3677
|
this._w.free();
|
|
3678
3678
|
}
|
|
3679
3679
|
}
|
|
3680
|
-
function
|
|
3681
|
-
return new
|
|
3680
|
+
function Vi(g) {
|
|
3681
|
+
return new oI(g);
|
|
3682
3682
|
}
|
|
3683
|
-
class
|
|
3683
|
+
class kI {
|
|
3684
3684
|
/** @internal */
|
|
3685
3685
|
_w;
|
|
3686
3686
|
constructor(A) {
|
|
@@ -3703,17 +3703,17 @@ class oI {
|
|
|
3703
3703
|
this._w.free();
|
|
3704
3704
|
}
|
|
3705
3705
|
}
|
|
3706
|
-
function
|
|
3707
|
-
return new
|
|
3706
|
+
function NI(g) {
|
|
3707
|
+
return new kI(g);
|
|
3708
3708
|
}
|
|
3709
|
-
function
|
|
3710
|
-
return
|
|
3709
|
+
function xi(g) {
|
|
3710
|
+
return NI(g);
|
|
3711
3711
|
}
|
|
3712
3712
|
class yI {
|
|
3713
3713
|
/** @internal */
|
|
3714
3714
|
_w;
|
|
3715
3715
|
constructor(A) {
|
|
3716
|
-
this._w = new
|
|
3716
|
+
this._w = new oA(A);
|
|
3717
3717
|
}
|
|
3718
3718
|
/** Set the source table and ON condition. */
|
|
3719
3719
|
using(A, C) {
|
|
@@ -3747,10 +3747,10 @@ class yI {
|
|
|
3747
3747
|
this._w.free();
|
|
3748
3748
|
}
|
|
3749
3749
|
}
|
|
3750
|
-
function
|
|
3750
|
+
function Wi(g) {
|
|
3751
3751
|
return new yI(g);
|
|
3752
3752
|
}
|
|
3753
|
-
class
|
|
3753
|
+
class aA {
|
|
3754
3754
|
/** @internal */
|
|
3755
3755
|
_w;
|
|
3756
3756
|
/** @internal */
|
|
@@ -3775,10 +3775,10 @@ class sA {
|
|
|
3775
3775
|
}
|
|
3776
3776
|
}
|
|
3777
3777
|
function li() {
|
|
3778
|
-
return new
|
|
3778
|
+
return new aA(new u());
|
|
3779
3779
|
}
|
|
3780
|
-
function
|
|
3781
|
-
return new
|
|
3780
|
+
function ni(g) {
|
|
3781
|
+
return new aA(Pg(F(g)));
|
|
3782
3782
|
}
|
|
3783
3783
|
class $ {
|
|
3784
3784
|
/** @internal */
|
|
@@ -3812,7 +3812,7 @@ class $ {
|
|
|
3812
3812
|
this._w.free();
|
|
3813
3813
|
}
|
|
3814
3814
|
}
|
|
3815
|
-
function
|
|
3815
|
+
function ri(g, A) {
|
|
3816
3816
|
return g.union(A);
|
|
3817
3817
|
}
|
|
3818
3818
|
function mi(g, A) {
|
|
@@ -3821,11 +3821,11 @@ function mi(g, A) {
|
|
|
3821
3821
|
function ui(g, A) {
|
|
3822
3822
|
return g.intersect(A);
|
|
3823
3823
|
}
|
|
3824
|
-
function
|
|
3824
|
+
function bi(g, A) {
|
|
3825
3825
|
return g.except(A);
|
|
3826
3826
|
}
|
|
3827
3827
|
function KI(g, A, C = "generic", B = {}) {
|
|
3828
|
-
const { deltaOnly: Q = !1, f: E = 0.6, t: D = 0.6 } = B, i =
|
|
3828
|
+
const { deltaOnly: Q = !1, f: E = 0.6, t: D = 0.6 } = B, i = Sg(g, A, C, Q, E, D);
|
|
3829
3829
|
return JSON.parse(i);
|
|
3830
3830
|
}
|
|
3831
3831
|
function GI(g) {
|
|
@@ -3838,8 +3838,8 @@ function HI(g, A, C = "generic", B = !1) {
|
|
|
3838
3838
|
const Q = hg(A, g, C, B);
|
|
3839
3839
|
return JSON.parse(Q);
|
|
3840
3840
|
}
|
|
3841
|
-
function
|
|
3842
|
-
const E =
|
|
3841
|
+
function cI(g, A, C, B = "generic", Q = !1) {
|
|
3842
|
+
const E = Jg(
|
|
3843
3843
|
A,
|
|
3844
3844
|
g,
|
|
3845
3845
|
JSON.stringify(C),
|
|
@@ -3848,11 +3848,11 @@ function SI(g, A, C, B = "generic", Q = !1) {
|
|
|
3848
3848
|
);
|
|
3849
3849
|
return JSON.parse(E);
|
|
3850
3850
|
}
|
|
3851
|
-
function
|
|
3852
|
-
const B =
|
|
3851
|
+
function SI(g, A, C = "generic") {
|
|
3852
|
+
const B = ag(A, g, C);
|
|
3853
3853
|
return JSON.parse(B);
|
|
3854
3854
|
}
|
|
3855
|
-
function
|
|
3855
|
+
function sA(g) {
|
|
3856
3856
|
return {
|
|
3857
3857
|
dialect: "generic",
|
|
3858
3858
|
datasetMappings: {},
|
|
@@ -3860,31 +3860,31 @@ function aA(g) {
|
|
|
3860
3860
|
};
|
|
3861
3861
|
}
|
|
3862
3862
|
function hI(g, A) {
|
|
3863
|
-
const C =
|
|
3863
|
+
const C = Ug(
|
|
3864
3864
|
g,
|
|
3865
|
-
JSON.stringify(
|
|
3865
|
+
JSON.stringify(sA(A))
|
|
3866
3866
|
);
|
|
3867
3867
|
return JSON.parse(C);
|
|
3868
3868
|
}
|
|
3869
|
-
function
|
|
3869
|
+
function JI(g, A) {
|
|
3870
3870
|
const C = Fg(
|
|
3871
3871
|
g,
|
|
3872
|
-
JSON.stringify(
|
|
3872
|
+
JSON.stringify(sA(A))
|
|
3873
3873
|
);
|
|
3874
3874
|
return JSON.parse(C);
|
|
3875
3875
|
}
|
|
3876
|
-
function
|
|
3877
|
-
const C =
|
|
3876
|
+
function UI(g, A) {
|
|
3877
|
+
const C = Rg(
|
|
3878
3878
|
g,
|
|
3879
|
-
JSON.stringify(
|
|
3879
|
+
JSON.stringify(sA(A))
|
|
3880
3880
|
);
|
|
3881
3881
|
return JSON.parse(C);
|
|
3882
3882
|
}
|
|
3883
3883
|
function FI(g, A = "generic") {
|
|
3884
|
-
const C =
|
|
3884
|
+
const C = Lg(g, A);
|
|
3885
3885
|
return JSON.parse(C);
|
|
3886
3886
|
}
|
|
3887
|
-
function
|
|
3887
|
+
function vi(g, A) {
|
|
3888
3888
|
const C = [];
|
|
3889
3889
|
return p(g) === "select" && C.push(...Xi(g)), C;
|
|
3890
3890
|
}
|
|
@@ -3905,14 +3905,14 @@ function Xi(g, A) {
|
|
|
3905
3905
|
const Q = P(g);
|
|
3906
3906
|
if (QI(g) && !Q.group_by) {
|
|
3907
3907
|
const E = CA(g), D = Q.expressions || [];
|
|
3908
|
-
if (D.some((
|
|
3909
|
-
const K = p(
|
|
3910
|
-
return K === "column" || K === "identifier" ? CA(
|
|
3908
|
+
if (D.some((N) => {
|
|
3909
|
+
const K = p(N);
|
|
3910
|
+
return K === "column" || K === "identifier" ? CA(N).length === 0 : !1;
|
|
3911
3911
|
}) && E.length > 0) {
|
|
3912
|
-
const
|
|
3913
|
-
const
|
|
3914
|
-
return
|
|
3915
|
-
}), K =
|
|
3912
|
+
const N = D.find((y) => {
|
|
3913
|
+
const c = p(y);
|
|
3914
|
+
return c === "column" || c === "identifier" ? CA(y).length === 0 : !1;
|
|
3915
|
+
}), K = N ? P(N)?.span : void 0;
|
|
3916
3916
|
C.push({
|
|
3917
3917
|
message: "Mixing aggregate functions with non-aggregated columns without GROUP BY may cause errors in strict SQL mode",
|
|
3918
3918
|
severity: "warning",
|
|
@@ -3965,7 +3965,7 @@ function $i(g, A, C = "generic", B = {}) {
|
|
|
3965
3965
|
strict: Q,
|
|
3966
3966
|
semantic: B.semantic ?? !1,
|
|
3967
3967
|
strict_syntax: B.strictSyntax ?? !1
|
|
3968
|
-
}, D =
|
|
3968
|
+
}, D = sg(
|
|
3969
3969
|
g,
|
|
3970
3970
|
JSON.stringify(A),
|
|
3971
3971
|
C,
|
|
@@ -3973,14 +3973,14 @@ function $i(g, A, C = "generic", B = {}) {
|
|
|
3973
3973
|
);
|
|
3974
3974
|
return _i(D);
|
|
3975
3975
|
}
|
|
3976
|
-
const
|
|
3976
|
+
const Ao = {
|
|
3977
3977
|
Error: "error",
|
|
3978
3978
|
Warning: "warning"
|
|
3979
|
-
}, _ =
|
|
3979
|
+
}, _ = Wg;
|
|
3980
3980
|
function $A(g) {
|
|
3981
3981
|
return typeof g == "string" ? JSON.parse(g) : g;
|
|
3982
3982
|
}
|
|
3983
|
-
function
|
|
3983
|
+
function go(g, A = "generic", C = {}) {
|
|
3984
3984
|
const B = C.strictSyntax ? _.validate_with_options(
|
|
3985
3985
|
g,
|
|
3986
3986
|
A,
|
|
@@ -3997,7 +3997,7 @@ function gN(g, A = "generic", C = {}) {
|
|
|
3997
3997
|
return Q;
|
|
3998
3998
|
const D = typeof E.ast == "string" ? JSON.parse(E.ast) : E.ast, i = [...Q.errors];
|
|
3999
3999
|
for (const K of D) {
|
|
4000
|
-
const y =
|
|
4000
|
+
const y = vi(K);
|
|
4001
4001
|
i.push(...y);
|
|
4002
4002
|
}
|
|
4003
4003
|
return {
|
|
@@ -4006,42 +4006,42 @@ function gN(g, A = "generic", C = {}) {
|
|
|
4006
4006
|
};
|
|
4007
4007
|
}
|
|
4008
4008
|
var qA = /* @__PURE__ */ ((g) => (g.Generic = "generic", g.PostgreSQL = "postgresql", g.MySQL = "mysql", g.BigQuery = "bigquery", g.Snowflake = "snowflake", g.DuckDB = "duckdb", g.SQLite = "sqlite", g.Hive = "hive", g.Spark = "spark", g.Trino = "trino", g.Presto = "presto", g.Redshift = "redshift", g.TSQL = "tsql", g.Oracle = "oracle", g.ClickHouse = "clickhouse", g.Databricks = "databricks", g.Athena = "athena", g.Teradata = "teradata", g.Doris = "doris", g.StarRocks = "starrocks", g.Materialize = "materialize", g.RisingWave = "risingwave", g.SingleStore = "singlestore", g.CockroachDB = "cockroachdb", g.TiDB = "tidb", g.Druid = "druid", g.Solr = "solr", g.Tableau = "tableau", g.Dune = "dune", g.Fabric = "fabric", g.Drill = "drill", g.Dremio = "dremio", g.Exasol = "exasol", g.DataFusion = "datafusion", g))(qA || {});
|
|
4009
|
-
const
|
|
4010
|
-
function
|
|
4009
|
+
const L = Wg;
|
|
4010
|
+
function b(g) {
|
|
4011
4011
|
return g instanceof Error && g.message ? g.message : typeof g == "string" ? g : String(g);
|
|
4012
4012
|
}
|
|
4013
4013
|
function pA(g, A) {
|
|
4014
4014
|
return {
|
|
4015
4015
|
success: !1,
|
|
4016
4016
|
sql: void 0,
|
|
4017
|
-
error: `WASM ${g} failed: ${
|
|
4017
|
+
error: `WASM ${g} failed: ${b(A)}`,
|
|
4018
4018
|
errorLine: void 0,
|
|
4019
4019
|
errorColumn: void 0
|
|
4020
4020
|
};
|
|
4021
4021
|
}
|
|
4022
|
-
function
|
|
4022
|
+
function Io(g, A) {
|
|
4023
4023
|
return {
|
|
4024
4024
|
success: !1,
|
|
4025
4025
|
ast: void 0,
|
|
4026
|
-
error: `WASM ${g} failed: ${
|
|
4026
|
+
error: `WASM ${g} failed: ${b(A)}`,
|
|
4027
4027
|
errorLine: void 0,
|
|
4028
4028
|
errorColumn: void 0
|
|
4029
4029
|
};
|
|
4030
4030
|
}
|
|
4031
|
-
function
|
|
4031
|
+
function Co(g, A) {
|
|
4032
4032
|
return {
|
|
4033
4033
|
success: !1,
|
|
4034
4034
|
dataType: void 0,
|
|
4035
|
-
error: `WASM ${g} failed: ${
|
|
4035
|
+
error: `WASM ${g} failed: ${b(A)}`,
|
|
4036
4036
|
errorLine: void 0,
|
|
4037
4037
|
errorColumn: void 0
|
|
4038
4038
|
};
|
|
4039
4039
|
}
|
|
4040
|
-
function
|
|
4040
|
+
function Bo(g, A) {
|
|
4041
4041
|
return {
|
|
4042
4042
|
success: !1,
|
|
4043
4043
|
sql: void 0,
|
|
4044
|
-
error: `WASM ${g} failed: ${
|
|
4044
|
+
error: `WASM ${g} failed: ${b(A)}`,
|
|
4045
4045
|
errorLine: void 0,
|
|
4046
4046
|
errorColumn: void 0
|
|
4047
4047
|
};
|
|
@@ -4049,149 +4049,149 @@ function BN(g, A) {
|
|
|
4049
4049
|
function f(g) {
|
|
4050
4050
|
return typeof g == "string" ? JSON.parse(g) : g;
|
|
4051
4051
|
}
|
|
4052
|
-
function
|
|
4052
|
+
function Qo(g, A) {
|
|
4053
4053
|
return {
|
|
4054
4054
|
success: !1,
|
|
4055
4055
|
analysis: void 0,
|
|
4056
|
-
error: `WASM ${g} failed: ${
|
|
4056
|
+
error: `WASM ${g} failed: ${b(A)}`
|
|
4057
4057
|
};
|
|
4058
4058
|
}
|
|
4059
|
-
function
|
|
4059
|
+
function RI(g = {}) {
|
|
4060
4060
|
return typeof g == "string" ? { dialect: g } : {
|
|
4061
4061
|
dialect: "generic",
|
|
4062
4062
|
...g
|
|
4063
4063
|
};
|
|
4064
4064
|
}
|
|
4065
|
-
async function
|
|
4065
|
+
async function LI() {
|
|
4066
4066
|
return Promise.resolve();
|
|
4067
4067
|
}
|
|
4068
|
-
function
|
|
4068
|
+
function aI() {
|
|
4069
4069
|
return !0;
|
|
4070
4070
|
}
|
|
4071
4071
|
function OA(g, A, C, B) {
|
|
4072
4072
|
try {
|
|
4073
|
-
return B && Object.keys(B).length > 0 ? typeof
|
|
4074
|
-
|
|
4075
|
-
) : typeof
|
|
4076
|
-
|
|
4073
|
+
return B && Object.keys(B).length > 0 ? typeof L.transpile_with_options_value == "function" ? f(
|
|
4074
|
+
L.transpile_with_options_value(g, A, C, B)
|
|
4075
|
+
) : typeof L.transpile_with_options == "function" ? JSON.parse(
|
|
4076
|
+
L.transpile_with_options(g, A, C, JSON.stringify(B))
|
|
4077
4077
|
) : {
|
|
4078
4078
|
success: !1,
|
|
4079
4079
|
sql: void 0,
|
|
4080
4080
|
error: "WASM transpile options are not available in this build"
|
|
4081
|
-
} : typeof
|
|
4082
|
-
|
|
4083
|
-
) : JSON.parse(
|
|
4081
|
+
} : typeof L.transpile_value == "function" ? f(
|
|
4082
|
+
L.transpile_value(g, A, C)
|
|
4083
|
+
) : JSON.parse(L.transpile(g, A, C));
|
|
4084
4084
|
} catch (Q) {
|
|
4085
4085
|
return pA("transpile", Q);
|
|
4086
4086
|
}
|
|
4087
4087
|
}
|
|
4088
4088
|
function PA(g, A = "generic") {
|
|
4089
4089
|
try {
|
|
4090
|
-
if (typeof
|
|
4091
|
-
return f(
|
|
4092
|
-
const C = JSON.parse(
|
|
4090
|
+
if (typeof L.parse_value == "function")
|
|
4091
|
+
return f(L.parse_value(g, A));
|
|
4092
|
+
const C = JSON.parse(L.parse(g, A));
|
|
4093
4093
|
return C.success && typeof C.ast == "string" && (C.ast = JSON.parse(C.ast)), C;
|
|
4094
4094
|
} catch (C) {
|
|
4095
|
-
return
|
|
4095
|
+
return Io("parse", C);
|
|
4096
4096
|
}
|
|
4097
4097
|
}
|
|
4098
|
-
function
|
|
4098
|
+
function TA(g, A = "generic") {
|
|
4099
4099
|
try {
|
|
4100
|
-
if (typeof
|
|
4100
|
+
if (typeof L.parse_data_type_value == "function")
|
|
4101
4101
|
return f(
|
|
4102
|
-
|
|
4102
|
+
L.parse_data_type_value(g, A)
|
|
4103
4103
|
);
|
|
4104
4104
|
const C = JSON.parse(
|
|
4105
|
-
|
|
4105
|
+
L.parse_data_type(g, A)
|
|
4106
4106
|
);
|
|
4107
4107
|
return C.success && typeof C.dataType == "string" && (C.dataType = JSON.parse(C.dataType)), C;
|
|
4108
4108
|
} catch (C) {
|
|
4109
|
-
return
|
|
4109
|
+
return Co("parseDataType", C);
|
|
4110
4110
|
}
|
|
4111
4111
|
}
|
|
4112
|
-
function
|
|
4112
|
+
function jA(g, A = "generic") {
|
|
4113
4113
|
try {
|
|
4114
|
-
return typeof
|
|
4115
|
-
|
|
4116
|
-
) : JSON.parse(
|
|
4114
|
+
return typeof L.tokenize_value == "function" ? f(
|
|
4115
|
+
L.tokenize_value(g, A)
|
|
4116
|
+
) : JSON.parse(L.tokenize(g, A));
|
|
4117
4117
|
} catch (C) {
|
|
4118
4118
|
return {
|
|
4119
4119
|
success: !1,
|
|
4120
4120
|
tokens: void 0,
|
|
4121
|
-
error: `WASM tokenize failed: ${
|
|
4121
|
+
error: `WASM tokenize failed: ${b(C)}`
|
|
4122
4122
|
};
|
|
4123
4123
|
}
|
|
4124
4124
|
}
|
|
4125
4125
|
function tA(g, A = "generic") {
|
|
4126
4126
|
try {
|
|
4127
|
-
if (typeof
|
|
4127
|
+
if (typeof L.generate_value == "function" && Array.isArray(g))
|
|
4128
4128
|
return f(
|
|
4129
|
-
|
|
4129
|
+
L.generate_value(g, A)
|
|
4130
4130
|
);
|
|
4131
4131
|
const C = JSON.stringify(g);
|
|
4132
|
-
return JSON.parse(
|
|
4132
|
+
return JSON.parse(L.generate(C, A));
|
|
4133
4133
|
} catch (C) {
|
|
4134
4134
|
return pA("generate", C);
|
|
4135
4135
|
}
|
|
4136
4136
|
}
|
|
4137
4137
|
function fA(g, A = "generic") {
|
|
4138
4138
|
try {
|
|
4139
|
-
if (typeof
|
|
4139
|
+
if (typeof L.generate_data_type_value == "function")
|
|
4140
4140
|
return f(
|
|
4141
|
-
|
|
4141
|
+
L.generate_data_type_value(g, A)
|
|
4142
4142
|
);
|
|
4143
4143
|
const C = JSON.stringify(g);
|
|
4144
4144
|
return JSON.parse(
|
|
4145
|
-
|
|
4145
|
+
L.generate_data_type(C, A)
|
|
4146
4146
|
);
|
|
4147
4147
|
} catch (C) {
|
|
4148
|
-
return
|
|
4148
|
+
return Bo("generateDataType", C);
|
|
4149
4149
|
}
|
|
4150
4150
|
}
|
|
4151
|
-
function
|
|
4151
|
+
function dA(g, A = "generic") {
|
|
4152
4152
|
return zA(g, A, {});
|
|
4153
4153
|
}
|
|
4154
4154
|
function zA(g, A = "generic", C = {}) {
|
|
4155
4155
|
try {
|
|
4156
|
-
return typeof
|
|
4157
|
-
|
|
4158
|
-
) : typeof
|
|
4159
|
-
|
|
4160
|
-
) : typeof
|
|
4161
|
-
|
|
4162
|
-
) : JSON.parse(
|
|
4156
|
+
return typeof L.format_sql_with_options_value == "function" ? f(
|
|
4157
|
+
L.format_sql_with_options_value(g, A, C)
|
|
4158
|
+
) : typeof L.format_sql_with_options == "function" ? JSON.parse(
|
|
4159
|
+
L.format_sql_with_options(g, A, JSON.stringify(C))
|
|
4160
|
+
) : typeof L.format_sql_value == "function" ? f(
|
|
4161
|
+
L.format_sql_value(g, A)
|
|
4162
|
+
) : JSON.parse(L.format_sql(g, A));
|
|
4163
4163
|
} catch (B) {
|
|
4164
4164
|
return pA("format", B);
|
|
4165
4165
|
}
|
|
4166
4166
|
}
|
|
4167
|
-
function
|
|
4168
|
-
return typeof
|
|
4167
|
+
function ZA() {
|
|
4168
|
+
return typeof L.get_dialects_value == "function" ? f(L.get_dialects_value()) : JSON.parse(L.get_dialects());
|
|
4169
4169
|
}
|
|
4170
|
-
function
|
|
4171
|
-
return
|
|
4170
|
+
function eA() {
|
|
4171
|
+
return L.version();
|
|
4172
4172
|
}
|
|
4173
|
-
function
|
|
4173
|
+
function VA(g, A = {}) {
|
|
4174
4174
|
try {
|
|
4175
|
-
const C =
|
|
4176
|
-
return typeof
|
|
4177
|
-
|
|
4178
|
-
) : typeof
|
|
4179
|
-
|
|
4175
|
+
const C = RI(A);
|
|
4176
|
+
return typeof L.analyze_query_value == "function" ? f(
|
|
4177
|
+
L.analyze_query_value(g, C)
|
|
4178
|
+
) : typeof L.analyze_query == "function" ? JSON.parse(
|
|
4179
|
+
L.analyze_query(g, JSON.stringify(C))
|
|
4180
4180
|
) : {
|
|
4181
4181
|
success: !1,
|
|
4182
4182
|
error: "analyze_query not available in this WASM build"
|
|
4183
4183
|
};
|
|
4184
4184
|
} catch (C) {
|
|
4185
|
-
return
|
|
4185
|
+
return Qo("analyzeQuery", C);
|
|
4186
4186
|
}
|
|
4187
4187
|
}
|
|
4188
|
-
function
|
|
4188
|
+
function xA(g, A = "generic", C) {
|
|
4189
4189
|
try {
|
|
4190
4190
|
const B = C ? JSON.stringify(C) : "";
|
|
4191
|
-
return typeof
|
|
4192
|
-
|
|
4193
|
-
) : typeof
|
|
4194
|
-
|
|
4191
|
+
return typeof L.annotate_types_value == "function" ? f(
|
|
4192
|
+
L.annotate_types_value(g, A, B)
|
|
4193
|
+
) : typeof L.annotate_types == "function" ? JSON.parse(
|
|
4194
|
+
L.annotate_types(g, A, B)
|
|
4195
4195
|
) : {
|
|
4196
4196
|
success: !1,
|
|
4197
4197
|
error: "annotate_types not available in this WASM build"
|
|
@@ -4199,7 +4199,7 @@ function WA(g, A = "generic", C) {
|
|
|
4199
4199
|
} catch (B) {
|
|
4200
4200
|
return {
|
|
4201
4201
|
success: !1,
|
|
4202
|
-
error: `WASM annotate_types failed: ${
|
|
4202
|
+
error: `WASM annotate_types failed: ${b(B)}`
|
|
4203
4203
|
};
|
|
4204
4204
|
}
|
|
4205
4205
|
}
|
|
@@ -4234,13 +4234,13 @@ class m {
|
|
|
4234
4234
|
* Parse a standalone SQL data type.
|
|
4235
4235
|
*/
|
|
4236
4236
|
parseDataType(A, C = "generic") {
|
|
4237
|
-
return
|
|
4237
|
+
return TA(A, C);
|
|
4238
4238
|
}
|
|
4239
4239
|
/**
|
|
4240
4240
|
* Tokenize SQL into a token stream.
|
|
4241
4241
|
*/
|
|
4242
4242
|
tokenize(A, C = "generic") {
|
|
4243
|
-
return
|
|
4243
|
+
return jA(A, C);
|
|
4244
4244
|
}
|
|
4245
4245
|
/**
|
|
4246
4246
|
* Generate SQL from an AST.
|
|
@@ -4258,7 +4258,7 @@ class m {
|
|
|
4258
4258
|
* Format SQL.
|
|
4259
4259
|
*/
|
|
4260
4260
|
format(A, C = "generic") {
|
|
4261
|
-
return
|
|
4261
|
+
return dA(A, C);
|
|
4262
4262
|
}
|
|
4263
4263
|
/**
|
|
4264
4264
|
* Format SQL with explicit guard limits.
|
|
@@ -4271,54 +4271,54 @@ class m {
|
|
|
4271
4271
|
* Per-dialect builds return only `"generic"` and the selected dialect.
|
|
4272
4272
|
*/
|
|
4273
4273
|
getDialects() {
|
|
4274
|
-
return
|
|
4274
|
+
return ZA();
|
|
4275
4275
|
}
|
|
4276
4276
|
/**
|
|
4277
4277
|
* Get library version.
|
|
4278
4278
|
*/
|
|
4279
4279
|
getVersion() {
|
|
4280
|
-
return
|
|
4280
|
+
return eA();
|
|
4281
4281
|
}
|
|
4282
4282
|
/**
|
|
4283
4283
|
* Parse SQL and annotate the AST with inferred type information.
|
|
4284
4284
|
*/
|
|
4285
4285
|
annotateTypes(A, C = "generic", B) {
|
|
4286
|
-
return
|
|
4286
|
+
return xA(A, C, B);
|
|
4287
4287
|
}
|
|
4288
4288
|
analyzeQuery(A, C = {}) {
|
|
4289
|
-
return
|
|
4289
|
+
return VA(A, RI(C));
|
|
4290
4290
|
}
|
|
4291
4291
|
}
|
|
4292
|
-
const
|
|
4293
|
-
init:
|
|
4294
|
-
isInitialized:
|
|
4292
|
+
const Eo = {
|
|
4293
|
+
init: LI,
|
|
4294
|
+
isInitialized: aI,
|
|
4295
4295
|
transpile: OA,
|
|
4296
4296
|
parse: PA,
|
|
4297
|
-
parseDataType:
|
|
4298
|
-
tokenize:
|
|
4297
|
+
parseDataType: TA,
|
|
4298
|
+
tokenize: jA,
|
|
4299
4299
|
generate: tA,
|
|
4300
4300
|
generateDataType: fA,
|
|
4301
|
-
format:
|
|
4302
|
-
annotateTypes:
|
|
4303
|
-
analyzeQuery:
|
|
4304
|
-
getDialects:
|
|
4305
|
-
getVersion:
|
|
4301
|
+
format: dA,
|
|
4302
|
+
annotateTypes: xA,
|
|
4303
|
+
analyzeQuery: VA,
|
|
4304
|
+
getDialects: ZA,
|
|
4305
|
+
getVersion: eA,
|
|
4306
4306
|
lineage: HI,
|
|
4307
|
-
lineageWithSchema:
|
|
4308
|
-
getSourceTables:
|
|
4307
|
+
lineageWithSchema: cI,
|
|
4308
|
+
getSourceTables: SI,
|
|
4309
4309
|
openLineageColumnLineage: hI,
|
|
4310
|
-
openLineageJobEvent:
|
|
4311
|
-
openLineageRunEvent:
|
|
4310
|
+
openLineageJobEvent: JI,
|
|
4311
|
+
openLineageRunEvent: UI,
|
|
4312
4312
|
diff: KI,
|
|
4313
4313
|
hasChanges: GI,
|
|
4314
4314
|
changesOnly: YI,
|
|
4315
4315
|
plan: FI,
|
|
4316
4316
|
Dialect: qA,
|
|
4317
4317
|
Polyglot: m
|
|
4318
|
-
},
|
|
4318
|
+
}, Do = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4319
4319
|
__proto__: null,
|
|
4320
|
-
CaseBuilder:
|
|
4321
|
-
DeleteBuilder:
|
|
4320
|
+
CaseBuilder: aA,
|
|
4321
|
+
DeleteBuilder: kI,
|
|
4322
4322
|
Dialect: qA,
|
|
4323
4323
|
Expr: h,
|
|
4324
4324
|
InsertBuilder: MI,
|
|
@@ -4326,20 +4326,20 @@ const EN = {
|
|
|
4326
4326
|
Polyglot: m,
|
|
4327
4327
|
SelectBuilder: wI,
|
|
4328
4328
|
SetOpBuilder: $,
|
|
4329
|
-
UpdateBuilder:
|
|
4330
|
-
ValidationSeverity:
|
|
4331
|
-
WindowDefBuilder:
|
|
4329
|
+
UpdateBuilder: oI,
|
|
4330
|
+
ValidationSeverity: Ao,
|
|
4331
|
+
WindowDefBuilder: WM,
|
|
4332
4332
|
abs: hi,
|
|
4333
4333
|
alias: XM,
|
|
4334
|
-
analyzeQuery:
|
|
4334
|
+
analyzeQuery: VA,
|
|
4335
4335
|
and: $M,
|
|
4336
|
-
annotateTypes:
|
|
4337
|
-
ast:
|
|
4336
|
+
annotateTypes: xA,
|
|
4337
|
+
ast: xM,
|
|
4338
4338
|
avg: Bi,
|
|
4339
|
-
boolean:
|
|
4340
|
-
caseOf:
|
|
4339
|
+
boolean: LA,
|
|
4340
|
+
caseOf: ni,
|
|
4341
4341
|
caseWhen: li,
|
|
4342
|
-
cast:
|
|
4342
|
+
cast: vM,
|
|
4343
4343
|
ceil: Fi,
|
|
4344
4344
|
changesOnly: YI,
|
|
4345
4345
|
coalesce: Hi,
|
|
@@ -4349,94 +4349,94 @@ const EN = {
|
|
|
4349
4349
|
count: gi,
|
|
4350
4350
|
countDistinct: Ii,
|
|
4351
4351
|
currentDate: Pi,
|
|
4352
|
-
currentTime:
|
|
4353
|
-
currentTimestamp:
|
|
4354
|
-
default:
|
|
4355
|
-
del:
|
|
4356
|
-
deleteFrom:
|
|
4352
|
+
currentTime: Ti,
|
|
4353
|
+
currentTimestamp: ji,
|
|
4354
|
+
default: Eo,
|
|
4355
|
+
del: xi,
|
|
4356
|
+
deleteFrom: NI,
|
|
4357
4357
|
denseRank: zi,
|
|
4358
4358
|
diff: KI,
|
|
4359
|
-
except:
|
|
4360
|
-
exp:
|
|
4359
|
+
except: bi,
|
|
4360
|
+
exp: si,
|
|
4361
4361
|
extract: ti,
|
|
4362
4362
|
findAll: YA,
|
|
4363
|
-
floor:
|
|
4364
|
-
format:
|
|
4363
|
+
floor: Ui,
|
|
4364
|
+
format: dA,
|
|
4365
4365
|
formatWithOptions: zA,
|
|
4366
|
-
func:
|
|
4366
|
+
func: a,
|
|
4367
4367
|
generate: tA,
|
|
4368
4368
|
generateDataType: fA,
|
|
4369
4369
|
getColumns: II,
|
|
4370
|
-
getDialects:
|
|
4370
|
+
getDialects: ZA,
|
|
4371
4371
|
getInferredType: lg,
|
|
4372
|
-
getSourceTables:
|
|
4373
|
-
getVersion:
|
|
4372
|
+
getSourceTables: SI,
|
|
4373
|
+
getVersion: eA,
|
|
4374
4374
|
greatest: pi,
|
|
4375
4375
|
hasChanges: GI,
|
|
4376
|
-
ifNull:
|
|
4377
|
-
init:
|
|
4376
|
+
ifNull: Si,
|
|
4377
|
+
init: LI,
|
|
4378
4378
|
initcap: yi,
|
|
4379
|
-
insert:
|
|
4379
|
+
insert: ei,
|
|
4380
4380
|
insertInto: iI,
|
|
4381
4381
|
intersect: ui,
|
|
4382
|
-
isColumn:
|
|
4382
|
+
isColumn: rg,
|
|
4383
4383
|
isFunction: ug,
|
|
4384
|
-
isInitialized:
|
|
4384
|
+
isInitialized: aI,
|
|
4385
4385
|
isLiteral: mg,
|
|
4386
|
-
isSelect:
|
|
4386
|
+
isSelect: ng,
|
|
4387
4387
|
least: Oi,
|
|
4388
4388
|
length: Mi,
|
|
4389
4389
|
lineage: HI,
|
|
4390
|
-
lineageWithSchema:
|
|
4391
|
-
lit:
|
|
4392
|
-
ln:
|
|
4390
|
+
lineageWithSchema: cI,
|
|
4391
|
+
lit: nM,
|
|
4392
|
+
ln: ai,
|
|
4393
4393
|
lower: wi,
|
|
4394
|
-
ltrim:
|
|
4394
|
+
ltrim: oi,
|
|
4395
4395
|
max: Ei,
|
|
4396
|
-
mergeInto:
|
|
4396
|
+
mergeInto: Wi,
|
|
4397
4397
|
min: Qi,
|
|
4398
|
-
not:
|
|
4399
|
-
nullIf:
|
|
4398
|
+
not: bM,
|
|
4399
|
+
nullIf: ci,
|
|
4400
4400
|
openLineageColumnLineage: hI,
|
|
4401
|
-
openLineageJobEvent:
|
|
4402
|
-
openLineageRunEvent:
|
|
4401
|
+
openLineageJobEvent: JI,
|
|
4402
|
+
openLineageRunEvent: UI,
|
|
4403
4403
|
or: Ai,
|
|
4404
4404
|
parse: PA,
|
|
4405
|
-
parseDataType:
|
|
4405
|
+
parseDataType: TA,
|
|
4406
4406
|
plan: FI,
|
|
4407
|
-
power:
|
|
4408
|
-
rank:
|
|
4407
|
+
power: Ri,
|
|
4408
|
+
rank: di,
|
|
4409
4409
|
renameColumns: Xg,
|
|
4410
4410
|
replace: Gi,
|
|
4411
|
-
reverse:
|
|
4412
|
-
round:
|
|
4411
|
+
reverse: Ni,
|
|
4412
|
+
round: Ji,
|
|
4413
4413
|
rowNumber: fi,
|
|
4414
|
-
rtrim:
|
|
4415
|
-
select:
|
|
4414
|
+
rtrim: ki,
|
|
4415
|
+
select: Zi,
|
|
4416
4416
|
sign: qi,
|
|
4417
4417
|
sqlExpr: DI,
|
|
4418
|
-
sqlNull:
|
|
4419
|
-
sqrt:
|
|
4418
|
+
sqlNull: rM,
|
|
4419
|
+
sqrt: Li,
|
|
4420
4420
|
star: EI,
|
|
4421
4421
|
subquery: _M,
|
|
4422
4422
|
substring: Ki,
|
|
4423
4423
|
sum: Ci,
|
|
4424
4424
|
table: mM,
|
|
4425
|
-
tokenize:
|
|
4425
|
+
tokenize: jA,
|
|
4426
4426
|
transform: GA,
|
|
4427
4427
|
transpile: OA,
|
|
4428
4428
|
trim: ii,
|
|
4429
|
-
union:
|
|
4429
|
+
union: ri,
|
|
4430
4430
|
unionAll: mi,
|
|
4431
|
-
update:
|
|
4431
|
+
update: Vi,
|
|
4432
4432
|
upper: Di,
|
|
4433
|
-
validate:
|
|
4433
|
+
validate: go,
|
|
4434
4434
|
validateWithSchema: $i,
|
|
4435
|
-
walk:
|
|
4435
|
+
walk: Z
|
|
4436
4436
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4437
4437
|
export {
|
|
4438
|
-
|
|
4439
|
-
|
|
4438
|
+
aA as CaseBuilder,
|
|
4439
|
+
kI as DeleteBuilder,
|
|
4440
4440
|
qA as Dialect,
|
|
4441
4441
|
h as Expr,
|
|
4442
4442
|
MI as InsertBuilder,
|
|
@@ -4444,18 +4444,18 @@ export {
|
|
|
4444
4444
|
m as Polyglot,
|
|
4445
4445
|
wI as SelectBuilder,
|
|
4446
4446
|
$ as SetOpBuilder,
|
|
4447
|
-
|
|
4448
|
-
|
|
4447
|
+
oI as UpdateBuilder,
|
|
4448
|
+
Ao as ValidationSeverity,
|
|
4449
4449
|
hi as abs,
|
|
4450
4450
|
XM as alias,
|
|
4451
4451
|
$M as and,
|
|
4452
|
-
|
|
4453
|
-
|
|
4452
|
+
xA as annotateTypes,
|
|
4453
|
+
xM as ast,
|
|
4454
4454
|
Bi as avg,
|
|
4455
|
-
|
|
4456
|
-
|
|
4455
|
+
LA as boolean,
|
|
4456
|
+
ni as caseOf,
|
|
4457
4457
|
li as caseWhen,
|
|
4458
|
-
|
|
4458
|
+
vM as cast,
|
|
4459
4459
|
Fi as ceil,
|
|
4460
4460
|
Hi as coalesce,
|
|
4461
4461
|
lM as col,
|
|
@@ -4464,63 +4464,63 @@ export {
|
|
|
4464
4464
|
gi as count,
|
|
4465
4465
|
Ii as countDistinct,
|
|
4466
4466
|
Pi as currentDate,
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4467
|
+
Ti as currentTime,
|
|
4468
|
+
ji as currentTimestamp,
|
|
4469
|
+
Do as default,
|
|
4470
|
+
xi as del,
|
|
4471
|
+
NI as deleteFrom,
|
|
4472
4472
|
zi as denseRank,
|
|
4473
|
-
|
|
4474
|
-
|
|
4473
|
+
bi as except,
|
|
4474
|
+
si as exp,
|
|
4475
4475
|
ti as extract,
|
|
4476
4476
|
YA as findAll,
|
|
4477
|
-
|
|
4478
|
-
|
|
4477
|
+
Ui as floor,
|
|
4478
|
+
dA as format,
|
|
4479
4479
|
zA as formatWithOptions,
|
|
4480
|
-
|
|
4480
|
+
a as func,
|
|
4481
4481
|
tA as generate,
|
|
4482
4482
|
II as getColumns,
|
|
4483
|
-
|
|
4483
|
+
ZA as getDialects,
|
|
4484
4484
|
lg as getInferredType,
|
|
4485
|
-
|
|
4485
|
+
eA as getVersion,
|
|
4486
4486
|
pi as greatest,
|
|
4487
|
-
|
|
4488
|
-
|
|
4487
|
+
Si as ifNull,
|
|
4488
|
+
LI as init,
|
|
4489
4489
|
yi as initcap,
|
|
4490
|
-
|
|
4490
|
+
ei as insert,
|
|
4491
4491
|
iI as insertInto,
|
|
4492
4492
|
ui as intersect,
|
|
4493
|
-
|
|
4493
|
+
rg as isColumn,
|
|
4494
4494
|
ug as isFunction,
|
|
4495
|
-
|
|
4495
|
+
aI as isInitialized,
|
|
4496
4496
|
mg as isLiteral,
|
|
4497
|
-
|
|
4497
|
+
ng as isSelect,
|
|
4498
4498
|
Oi as least,
|
|
4499
4499
|
Mi as length,
|
|
4500
|
-
|
|
4501
|
-
|
|
4500
|
+
nM as lit,
|
|
4501
|
+
ai as ln,
|
|
4502
4502
|
wi as lower,
|
|
4503
|
-
|
|
4503
|
+
oi as ltrim,
|
|
4504
4504
|
Ei as max,
|
|
4505
|
-
|
|
4505
|
+
Wi as mergeInto,
|
|
4506
4506
|
Qi as min,
|
|
4507
|
-
|
|
4508
|
-
|
|
4507
|
+
bM as not,
|
|
4508
|
+
ci as nullIf,
|
|
4509
4509
|
Ai as or,
|
|
4510
4510
|
PA as parse,
|
|
4511
|
-
|
|
4512
|
-
|
|
4511
|
+
Ri as power,
|
|
4512
|
+
di as rank,
|
|
4513
4513
|
Xg as renameColumns,
|
|
4514
4514
|
Gi as replace,
|
|
4515
|
-
|
|
4516
|
-
|
|
4515
|
+
Ni as reverse,
|
|
4516
|
+
Ji as round,
|
|
4517
4517
|
fi as rowNumber,
|
|
4518
|
-
|
|
4519
|
-
|
|
4518
|
+
ki as rtrim,
|
|
4519
|
+
Zi as select,
|
|
4520
4520
|
qi as sign,
|
|
4521
4521
|
DI as sqlExpr,
|
|
4522
|
-
|
|
4523
|
-
|
|
4522
|
+
rM as sqlNull,
|
|
4523
|
+
Li as sqrt,
|
|
4524
4524
|
EI as star,
|
|
4525
4525
|
Ki as substring,
|
|
4526
4526
|
Ci as sum,
|
|
@@ -4528,11 +4528,11 @@ export {
|
|
|
4528
4528
|
GA as transform,
|
|
4529
4529
|
OA as transpile,
|
|
4530
4530
|
ii as trim,
|
|
4531
|
-
|
|
4531
|
+
ri as union,
|
|
4532
4532
|
mi as unionAll,
|
|
4533
|
-
|
|
4533
|
+
Vi as update,
|
|
4534
4534
|
Di as upper,
|
|
4535
|
-
|
|
4535
|
+
go as validate,
|
|
4536
4536
|
$i as validateWithSchema,
|
|
4537
|
-
|
|
4537
|
+
Z as walk
|
|
4538
4538
|
};
|