@rex0220/kintone-sql-tools 3.19.0 → 3.20.0
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-cli/ksql.js +783 -47
- package/dist-engine/index.cjs +11 -11
- package/dist-engine/index.mjs +11 -11
- package/dist-engine/ksql-engine.umd.js +11 -11
- package/dist-engine/meta/bundle-baseline.json +10 -10
- package/dist-engine/meta/cjs.json +83 -19
- package/dist-engine/meta/esm.json +83 -19
- package/dist-engine/meta/umd.json +83 -19
- package/dist-mcp/ksql-mcp.js +822 -53
- package/dist-mcpb/ksql-mcp.mcpb +0 -0
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-07-
|
|
2
|
+
"generatedAt": "2026-07-24T15:12:03.026Z",
|
|
3
3
|
"baseline": "B66 Phase1 initial measured values; no arbitrary size ceiling",
|
|
4
4
|
"bundles": {
|
|
5
5
|
"index.cjs": {
|
|
6
|
-
"inputCount":
|
|
7
|
-
"minifiedBytes":
|
|
8
|
-
"gzipBytes":
|
|
6
|
+
"inputCount": 87,
|
|
7
|
+
"minifiedBytes": 458788,
|
|
8
|
+
"gzipBytes": 123886,
|
|
9
9
|
"forbidden": {
|
|
10
10
|
"mcp-instructions": [],
|
|
11
11
|
"src-mcp": [],
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"index.mjs": {
|
|
26
|
-
"inputCount":
|
|
27
|
-
"minifiedBytes":
|
|
28
|
-
"gzipBytes":
|
|
26
|
+
"inputCount": 87,
|
|
27
|
+
"minifiedBytes": 458253,
|
|
28
|
+
"gzipBytes": 123597,
|
|
29
29
|
"forbidden": {
|
|
30
30
|
"mcp-instructions": [],
|
|
31
31
|
"src-mcp": [],
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"ksql-engine.umd.js": {
|
|
46
|
-
"inputCount":
|
|
47
|
-
"minifiedBytes":
|
|
48
|
-
"gzipBytes":
|
|
46
|
+
"inputCount": 89,
|
|
47
|
+
"minifiedBytes": 459280,
|
|
48
|
+
"gzipBytes": 123925,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"format": "esm"
|
|
28
28
|
},
|
|
29
29
|
"src/types/ast.ts": {
|
|
30
|
-
"bytes":
|
|
30
|
+
"bytes": 34313,
|
|
31
31
|
"imports": [
|
|
32
32
|
{
|
|
33
33
|
"path": "src/core/exactDecimal.ts",
|
|
@@ -53,8 +53,13 @@
|
|
|
53
53
|
],
|
|
54
54
|
"format": "esm"
|
|
55
55
|
},
|
|
56
|
+
"src/core/relativeDateFunction.ts": {
|
|
57
|
+
"bytes": 512,
|
|
58
|
+
"imports": [],
|
|
59
|
+
"format": "esm"
|
|
60
|
+
},
|
|
56
61
|
"src/parser/parser.ts": {
|
|
57
|
-
"bytes":
|
|
62
|
+
"bytes": 166088,
|
|
58
63
|
"imports": [
|
|
59
64
|
{
|
|
60
65
|
"path": "src/lexer/tokens.ts",
|
|
@@ -80,6 +85,11 @@
|
|
|
80
85
|
"path": "src/types/ast.ts",
|
|
81
86
|
"kind": "import-statement",
|
|
82
87
|
"original": "../types/ast"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
91
|
+
"kind": "import-statement",
|
|
92
|
+
"original": "../core/relativeDateFunction"
|
|
83
93
|
}
|
|
84
94
|
],
|
|
85
95
|
"format": "esm"
|
|
@@ -101,8 +111,14 @@
|
|
|
101
111
|
"format": "esm"
|
|
102
112
|
},
|
|
103
113
|
"src/core/applyPatchScope.ts": {
|
|
104
|
-
"bytes":
|
|
105
|
-
"imports": [
|
|
114
|
+
"bytes": 25751,
|
|
115
|
+
"imports": [
|
|
116
|
+
{
|
|
117
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
118
|
+
"kind": "import-statement",
|
|
119
|
+
"original": "./relativeDateFunction"
|
|
120
|
+
}
|
|
121
|
+
],
|
|
106
122
|
"format": "esm"
|
|
107
123
|
},
|
|
108
124
|
"src/engine/pushDownNot.ts": {
|
|
@@ -122,7 +138,7 @@
|
|
|
122
138
|
"format": "esm"
|
|
123
139
|
},
|
|
124
140
|
"src/converter/whereToKintone.ts": {
|
|
125
|
-
"bytes":
|
|
141
|
+
"bytes": 12959,
|
|
126
142
|
"imports": [
|
|
127
143
|
{
|
|
128
144
|
"path": "src/engine/pushDownNot.ts",
|
|
@@ -337,7 +353,7 @@
|
|
|
337
353
|
"format": "esm"
|
|
338
354
|
},
|
|
339
355
|
"src/engine/evalWhere.ts": {
|
|
340
|
-
"bytes":
|
|
356
|
+
"bytes": 19501,
|
|
341
357
|
"imports": [
|
|
342
358
|
{
|
|
343
359
|
"path": "src/types/ast.ts",
|
|
@@ -368,6 +384,11 @@
|
|
|
368
384
|
"path": "src/engine/groupingRowMeta.ts",
|
|
369
385
|
"kind": "import-statement",
|
|
370
386
|
"original": "./groupingRowMeta"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
390
|
+
"kind": "import-statement",
|
|
391
|
+
"original": "../core/relativeDateFunction"
|
|
371
392
|
}
|
|
372
393
|
],
|
|
373
394
|
"format": "esm"
|
|
@@ -729,12 +750,12 @@
|
|
|
729
750
|
"format": "esm"
|
|
730
751
|
},
|
|
731
752
|
"src/core/optimization/canonicalOrderPlanner.ts": {
|
|
732
|
-
"bytes":
|
|
753
|
+
"bytes": 4885,
|
|
733
754
|
"imports": [],
|
|
734
755
|
"format": "esm"
|
|
735
756
|
},
|
|
736
757
|
"src/core/optimization/korderPlanner.ts": {
|
|
737
|
-
"bytes":
|
|
758
|
+
"bytes": 4491,
|
|
738
759
|
"imports": [],
|
|
739
760
|
"format": "esm"
|
|
740
761
|
},
|
|
@@ -822,8 +843,40 @@
|
|
|
822
843
|
"format": "esm"
|
|
823
844
|
},
|
|
824
845
|
"src/core/optimization/whereCapability.ts": {
|
|
825
|
-
"bytes":
|
|
826
|
-
"imports": [
|
|
846
|
+
"bytes": 14943,
|
|
847
|
+
"imports": [
|
|
848
|
+
{
|
|
849
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
850
|
+
"kind": "import-statement",
|
|
851
|
+
"original": "../relativeDateFunction"
|
|
852
|
+
}
|
|
853
|
+
],
|
|
854
|
+
"format": "esm"
|
|
855
|
+
},
|
|
856
|
+
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
857
|
+
"bytes": 14528,
|
|
858
|
+
"imports": [
|
|
859
|
+
{
|
|
860
|
+
"path": "src/converter/selectToKintone.ts",
|
|
861
|
+
"kind": "import-statement",
|
|
862
|
+
"original": "../../converter/selectToKintone"
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"path": "src/converter/whereToKintone.ts",
|
|
866
|
+
"kind": "import-statement",
|
|
867
|
+
"original": "../../converter/whereToKintone"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"path": "src/core/cteInlining.ts",
|
|
871
|
+
"kind": "import-statement",
|
|
872
|
+
"original": "../cteInlining"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
876
|
+
"kind": "import-statement",
|
|
877
|
+
"original": "../relativeDateFunction"
|
|
878
|
+
}
|
|
879
|
+
],
|
|
827
880
|
"format": "esm"
|
|
828
881
|
},
|
|
829
882
|
"src/import/sourceLoader.ts": {
|
|
@@ -979,7 +1032,7 @@
|
|
|
979
1032
|
"format": "esm"
|
|
980
1033
|
},
|
|
981
1034
|
"src/execute.ts": {
|
|
982
|
-
"bytes":
|
|
1035
|
+
"bytes": 416029,
|
|
983
1036
|
"imports": [
|
|
984
1037
|
{
|
|
985
1038
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1221,6 +1274,11 @@
|
|
|
1221
1274
|
"kind": "import-statement",
|
|
1222
1275
|
"original": "./core/optimization/whereCapability"
|
|
1223
1276
|
},
|
|
1277
|
+
{
|
|
1278
|
+
"path": "src/core/optimization/relativeDatePushdownGuard.ts",
|
|
1279
|
+
"kind": "import-statement",
|
|
1280
|
+
"original": "./core/optimization/relativeDatePushdownGuard"
|
|
1281
|
+
},
|
|
1224
1282
|
{
|
|
1225
1283
|
"path": "src/import/sourceLoader.ts",
|
|
1226
1284
|
"kind": "import-statement",
|
|
@@ -1530,14 +1588,17 @@
|
|
|
1530
1588
|
"src/core/aggregateExpression.ts": {
|
|
1531
1589
|
"bytesInOutput": 2592
|
|
1532
1590
|
},
|
|
1591
|
+
"src/core/relativeDateFunction.ts": {
|
|
1592
|
+
"bytesInOutput": 246
|
|
1593
|
+
},
|
|
1533
1594
|
"src/parser/parser.ts": {
|
|
1534
|
-
"bytesInOutput":
|
|
1595
|
+
"bytesInOutput": 91609
|
|
1535
1596
|
},
|
|
1536
1597
|
"src/core/dmlGuard.ts": {
|
|
1537
1598
|
"bytesInOutput": 1882
|
|
1538
1599
|
},
|
|
1539
1600
|
"src/core/applyPatchScope.ts": {
|
|
1540
|
-
"bytesInOutput":
|
|
1601
|
+
"bytesInOutput": 12614
|
|
1541
1602
|
},
|
|
1542
1603
|
"src/engine/pushDownNot.ts": {
|
|
1543
1604
|
"bytesInOutput": 792
|
|
@@ -1546,7 +1607,7 @@
|
|
|
1546
1607
|
"bytesInOutput": 651
|
|
1547
1608
|
},
|
|
1548
1609
|
"src/converter/whereToKintone.ts": {
|
|
1549
|
-
"bytesInOutput":
|
|
1610
|
+
"bytesInOutput": 5033
|
|
1550
1611
|
},
|
|
1551
1612
|
"src/converter/selectToKintone.ts": {
|
|
1552
1613
|
"bytesInOutput": 8728
|
|
@@ -1579,7 +1640,7 @@
|
|
|
1579
1640
|
"bytesInOutput": 11162
|
|
1580
1641
|
},
|
|
1581
1642
|
"src/engine/evalWhere.ts": {
|
|
1582
|
-
"bytesInOutput":
|
|
1643
|
+
"bytesInOutput": 5696
|
|
1583
1644
|
},
|
|
1584
1645
|
"src/core/dmlCustomCheck.ts": {
|
|
1585
1646
|
"bytesInOutput": 1250
|
|
@@ -1645,7 +1706,7 @@
|
|
|
1645
1706
|
"bytesInOutput": 1784
|
|
1646
1707
|
},
|
|
1647
1708
|
"src/core/optimization/korderPlanner.ts": {
|
|
1648
|
-
"bytesInOutput":
|
|
1709
|
+
"bytesInOutput": 2244
|
|
1649
1710
|
},
|
|
1650
1711
|
"src/core/errors/cursorErrors.ts": {
|
|
1651
1712
|
"bytesInOutput": 1074
|
|
@@ -1666,7 +1727,10 @@
|
|
|
1666
1727
|
"bytesInOutput": 1136
|
|
1667
1728
|
},
|
|
1668
1729
|
"src/core/optimization/whereCapability.ts": {
|
|
1669
|
-
"bytesInOutput":
|
|
1730
|
+
"bytesInOutput": 6602
|
|
1731
|
+
},
|
|
1732
|
+
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
1733
|
+
"bytesInOutput": 4156
|
|
1670
1734
|
},
|
|
1671
1735
|
"src/import/sourceLoader.ts": {
|
|
1672
1736
|
"bytesInOutput": 527
|
|
@@ -1714,7 +1778,7 @@
|
|
|
1714
1778
|
"bytesInOutput": 412
|
|
1715
1779
|
},
|
|
1716
1780
|
"src/execute.ts": {
|
|
1717
|
-
"bytesInOutput":
|
|
1781
|
+
"bytesInOutput": 149337
|
|
1718
1782
|
},
|
|
1719
1783
|
"src/engine-library/errors.ts": {
|
|
1720
1784
|
"bytesInOutput": 1116
|
|
@@ -1756,7 +1820,7 @@
|
|
|
1756
1820
|
"bytesInOutput": 915
|
|
1757
1821
|
}
|
|
1758
1822
|
},
|
|
1759
|
-
"bytes":
|
|
1823
|
+
"bytes": 458788
|
|
1760
1824
|
}
|
|
1761
1825
|
}
|
|
1762
1826
|
}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"format": "esm"
|
|
28
28
|
},
|
|
29
29
|
"src/types/ast.ts": {
|
|
30
|
-
"bytes":
|
|
30
|
+
"bytes": 34313,
|
|
31
31
|
"imports": [
|
|
32
32
|
{
|
|
33
33
|
"path": "src/core/exactDecimal.ts",
|
|
@@ -53,8 +53,13 @@
|
|
|
53
53
|
],
|
|
54
54
|
"format": "esm"
|
|
55
55
|
},
|
|
56
|
+
"src/core/relativeDateFunction.ts": {
|
|
57
|
+
"bytes": 512,
|
|
58
|
+
"imports": [],
|
|
59
|
+
"format": "esm"
|
|
60
|
+
},
|
|
56
61
|
"src/parser/parser.ts": {
|
|
57
|
-
"bytes":
|
|
62
|
+
"bytes": 166088,
|
|
58
63
|
"imports": [
|
|
59
64
|
{
|
|
60
65
|
"path": "src/lexer/tokens.ts",
|
|
@@ -80,6 +85,11 @@
|
|
|
80
85
|
"path": "src/types/ast.ts",
|
|
81
86
|
"kind": "import-statement",
|
|
82
87
|
"original": "../types/ast"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
91
|
+
"kind": "import-statement",
|
|
92
|
+
"original": "../core/relativeDateFunction"
|
|
83
93
|
}
|
|
84
94
|
],
|
|
85
95
|
"format": "esm"
|
|
@@ -101,8 +111,14 @@
|
|
|
101
111
|
"format": "esm"
|
|
102
112
|
},
|
|
103
113
|
"src/core/applyPatchScope.ts": {
|
|
104
|
-
"bytes":
|
|
105
|
-
"imports": [
|
|
114
|
+
"bytes": 25751,
|
|
115
|
+
"imports": [
|
|
116
|
+
{
|
|
117
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
118
|
+
"kind": "import-statement",
|
|
119
|
+
"original": "./relativeDateFunction"
|
|
120
|
+
}
|
|
121
|
+
],
|
|
106
122
|
"format": "esm"
|
|
107
123
|
},
|
|
108
124
|
"src/engine/pushDownNot.ts": {
|
|
@@ -122,7 +138,7 @@
|
|
|
122
138
|
"format": "esm"
|
|
123
139
|
},
|
|
124
140
|
"src/converter/whereToKintone.ts": {
|
|
125
|
-
"bytes":
|
|
141
|
+
"bytes": 12959,
|
|
126
142
|
"imports": [
|
|
127
143
|
{
|
|
128
144
|
"path": "src/engine/pushDownNot.ts",
|
|
@@ -337,7 +353,7 @@
|
|
|
337
353
|
"format": "esm"
|
|
338
354
|
},
|
|
339
355
|
"src/engine/evalWhere.ts": {
|
|
340
|
-
"bytes":
|
|
356
|
+
"bytes": 19501,
|
|
341
357
|
"imports": [
|
|
342
358
|
{
|
|
343
359
|
"path": "src/types/ast.ts",
|
|
@@ -368,6 +384,11 @@
|
|
|
368
384
|
"path": "src/engine/groupingRowMeta.ts",
|
|
369
385
|
"kind": "import-statement",
|
|
370
386
|
"original": "./groupingRowMeta"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
390
|
+
"kind": "import-statement",
|
|
391
|
+
"original": "../core/relativeDateFunction"
|
|
371
392
|
}
|
|
372
393
|
],
|
|
373
394
|
"format": "esm"
|
|
@@ -729,12 +750,12 @@
|
|
|
729
750
|
"format": "esm"
|
|
730
751
|
},
|
|
731
752
|
"src/core/optimization/canonicalOrderPlanner.ts": {
|
|
732
|
-
"bytes":
|
|
753
|
+
"bytes": 4885,
|
|
733
754
|
"imports": [],
|
|
734
755
|
"format": "esm"
|
|
735
756
|
},
|
|
736
757
|
"src/core/optimization/korderPlanner.ts": {
|
|
737
|
-
"bytes":
|
|
758
|
+
"bytes": 4491,
|
|
738
759
|
"imports": [],
|
|
739
760
|
"format": "esm"
|
|
740
761
|
},
|
|
@@ -822,8 +843,40 @@
|
|
|
822
843
|
"format": "esm"
|
|
823
844
|
},
|
|
824
845
|
"src/core/optimization/whereCapability.ts": {
|
|
825
|
-
"bytes":
|
|
826
|
-
"imports": [
|
|
846
|
+
"bytes": 14943,
|
|
847
|
+
"imports": [
|
|
848
|
+
{
|
|
849
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
850
|
+
"kind": "import-statement",
|
|
851
|
+
"original": "../relativeDateFunction"
|
|
852
|
+
}
|
|
853
|
+
],
|
|
854
|
+
"format": "esm"
|
|
855
|
+
},
|
|
856
|
+
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
857
|
+
"bytes": 14528,
|
|
858
|
+
"imports": [
|
|
859
|
+
{
|
|
860
|
+
"path": "src/converter/selectToKintone.ts",
|
|
861
|
+
"kind": "import-statement",
|
|
862
|
+
"original": "../../converter/selectToKintone"
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"path": "src/converter/whereToKintone.ts",
|
|
866
|
+
"kind": "import-statement",
|
|
867
|
+
"original": "../../converter/whereToKintone"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"path": "src/core/cteInlining.ts",
|
|
871
|
+
"kind": "import-statement",
|
|
872
|
+
"original": "../cteInlining"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
876
|
+
"kind": "import-statement",
|
|
877
|
+
"original": "../relativeDateFunction"
|
|
878
|
+
}
|
|
879
|
+
],
|
|
827
880
|
"format": "esm"
|
|
828
881
|
},
|
|
829
882
|
"src/import/sourceLoader.ts": {
|
|
@@ -979,7 +1032,7 @@
|
|
|
979
1032
|
"format": "esm"
|
|
980
1033
|
},
|
|
981
1034
|
"src/execute.ts": {
|
|
982
|
-
"bytes":
|
|
1035
|
+
"bytes": 416029,
|
|
983
1036
|
"imports": [
|
|
984
1037
|
{
|
|
985
1038
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1221,6 +1274,11 @@
|
|
|
1221
1274
|
"kind": "import-statement",
|
|
1222
1275
|
"original": "./core/optimization/whereCapability"
|
|
1223
1276
|
},
|
|
1277
|
+
{
|
|
1278
|
+
"path": "src/core/optimization/relativeDatePushdownGuard.ts",
|
|
1279
|
+
"kind": "import-statement",
|
|
1280
|
+
"original": "./core/optimization/relativeDatePushdownGuard"
|
|
1281
|
+
},
|
|
1224
1282
|
{
|
|
1225
1283
|
"path": "src/import/sourceLoader.ts",
|
|
1226
1284
|
"kind": "import-statement",
|
|
@@ -1533,14 +1591,17 @@
|
|
|
1533
1591
|
"src/core/aggregateExpression.ts": {
|
|
1534
1592
|
"bytesInOutput": 2592
|
|
1535
1593
|
},
|
|
1594
|
+
"src/core/relativeDateFunction.ts": {
|
|
1595
|
+
"bytesInOutput": 246
|
|
1596
|
+
},
|
|
1536
1597
|
"src/parser/parser.ts": {
|
|
1537
|
-
"bytesInOutput":
|
|
1598
|
+
"bytesInOutput": 91609
|
|
1538
1599
|
},
|
|
1539
1600
|
"src/core/dmlGuard.ts": {
|
|
1540
1601
|
"bytesInOutput": 1882
|
|
1541
1602
|
},
|
|
1542
1603
|
"src/core/applyPatchScope.ts": {
|
|
1543
|
-
"bytesInOutput":
|
|
1604
|
+
"bytesInOutput": 12614
|
|
1544
1605
|
},
|
|
1545
1606
|
"src/engine/pushDownNot.ts": {
|
|
1546
1607
|
"bytesInOutput": 792
|
|
@@ -1549,7 +1610,7 @@
|
|
|
1549
1610
|
"bytesInOutput": 651
|
|
1550
1611
|
},
|
|
1551
1612
|
"src/converter/whereToKintone.ts": {
|
|
1552
|
-
"bytesInOutput":
|
|
1613
|
+
"bytesInOutput": 5033
|
|
1553
1614
|
},
|
|
1554
1615
|
"src/converter/selectToKintone.ts": {
|
|
1555
1616
|
"bytesInOutput": 8728
|
|
@@ -1582,7 +1643,7 @@
|
|
|
1582
1643
|
"bytesInOutput": 11162
|
|
1583
1644
|
},
|
|
1584
1645
|
"src/engine/evalWhere.ts": {
|
|
1585
|
-
"bytesInOutput":
|
|
1646
|
+
"bytesInOutput": 5696
|
|
1586
1647
|
},
|
|
1587
1648
|
"src/core/dmlCustomCheck.ts": {
|
|
1588
1649
|
"bytesInOutput": 1250
|
|
@@ -1648,7 +1709,7 @@
|
|
|
1648
1709
|
"bytesInOutput": 1784
|
|
1649
1710
|
},
|
|
1650
1711
|
"src/core/optimization/korderPlanner.ts": {
|
|
1651
|
-
"bytesInOutput":
|
|
1712
|
+
"bytesInOutput": 2244
|
|
1652
1713
|
},
|
|
1653
1714
|
"src/core/errors/cursorErrors.ts": {
|
|
1654
1715
|
"bytesInOutput": 1074
|
|
@@ -1669,7 +1730,10 @@
|
|
|
1669
1730
|
"bytesInOutput": 1136
|
|
1670
1731
|
},
|
|
1671
1732
|
"src/core/optimization/whereCapability.ts": {
|
|
1672
|
-
"bytesInOutput":
|
|
1733
|
+
"bytesInOutput": 6602
|
|
1734
|
+
},
|
|
1735
|
+
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
1736
|
+
"bytesInOutput": 4156
|
|
1673
1737
|
},
|
|
1674
1738
|
"src/import/sourceLoader.ts": {
|
|
1675
1739
|
"bytesInOutput": 527
|
|
@@ -1717,7 +1781,7 @@
|
|
|
1717
1781
|
"bytesInOutput": 412
|
|
1718
1782
|
},
|
|
1719
1783
|
"src/execute.ts": {
|
|
1720
|
-
"bytesInOutput":
|
|
1784
|
+
"bytesInOutput": 149337
|
|
1721
1785
|
},
|
|
1722
1786
|
"src/engine-library/errors.ts": {
|
|
1723
1787
|
"bytesInOutput": 1116
|
|
@@ -1762,7 +1826,7 @@
|
|
|
1762
1826
|
"bytesInOutput": 16
|
|
1763
1827
|
}
|
|
1764
1828
|
},
|
|
1765
|
-
"bytes":
|
|
1829
|
+
"bytes": 458253
|
|
1766
1830
|
}
|
|
1767
1831
|
}
|
|
1768
1832
|
}
|