@rex0220/kintone-sql-tools 3.22.0 → 3.24.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 +650 -102
- package/dist-engine/index.cjs +8 -8
- package/dist-engine/index.mjs +8 -8
- package/dist-engine/ksql-engine.umd.js +8 -8
- package/dist-engine/meta/bundle-baseline.json +10 -10
- package/dist-engine/meta/cjs.json +81 -15
- package/dist-engine/meta/esm.json +81 -15
- package/dist-engine/meta/umd.json +81 -15
- package/dist-mcp/ksql-mcp.js +659 -104
- 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-26T12:07:21.184Z",
|
|
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": 91,
|
|
7
|
+
"minifiedBytes": 478797,
|
|
8
|
+
"gzipBytes": 129909,
|
|
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": 91,
|
|
27
|
+
"minifiedBytes": 478262,
|
|
28
|
+
"gzipBytes": 129602,
|
|
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": 93,
|
|
47
|
+
"minifiedBytes": 479289,
|
|
48
|
+
"gzipBytes": 129969,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"format": "esm"
|
|
96
96
|
},
|
|
97
97
|
"src/core/dmlGuard.ts": {
|
|
98
|
-
"bytes":
|
|
98
|
+
"bytes": 8488,
|
|
99
99
|
"imports": [
|
|
100
100
|
{
|
|
101
101
|
"path": "src/types/ast.ts",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"format": "esm"
|
|
160
160
|
},
|
|
161
161
|
"src/converter/selectToKintone.ts": {
|
|
162
|
-
"bytes":
|
|
162
|
+
"bytes": 28156,
|
|
163
163
|
"imports": [
|
|
164
164
|
{
|
|
165
165
|
"path": "../types/ast",
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"format": "esm"
|
|
270
270
|
},
|
|
271
271
|
"src/core/groupingValidation.ts": {
|
|
272
|
-
"bytes":
|
|
272
|
+
"bytes": 12319,
|
|
273
273
|
"imports": [
|
|
274
274
|
{
|
|
275
275
|
"path": "src/core/grouping.ts",
|
|
@@ -786,8 +786,34 @@
|
|
|
786
786
|
],
|
|
787
787
|
"format": "esm"
|
|
788
788
|
},
|
|
789
|
+
"src/core/systemFields.ts": {
|
|
790
|
+
"bytes": 654,
|
|
791
|
+
"imports": [],
|
|
792
|
+
"format": "esm"
|
|
793
|
+
},
|
|
794
|
+
"src/core/optimization/plainGroupByPlan.ts": {
|
|
795
|
+
"bytes": 8710,
|
|
796
|
+
"imports": [
|
|
797
|
+
{
|
|
798
|
+
"path": "src/core/aggregateExpression.ts",
|
|
799
|
+
"kind": "import-statement",
|
|
800
|
+
"original": "../aggregateExpression"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"path": "src/core/groupingValidation.ts",
|
|
804
|
+
"kind": "import-statement",
|
|
805
|
+
"original": "../groupingValidation"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"path": "src/core/systemFields.ts",
|
|
809
|
+
"kind": "import-statement",
|
|
810
|
+
"original": "../systemFields"
|
|
811
|
+
}
|
|
812
|
+
],
|
|
813
|
+
"format": "esm"
|
|
814
|
+
},
|
|
789
815
|
"src/engine/process.ts": {
|
|
790
|
-
"bytes":
|
|
816
|
+
"bytes": 66581,
|
|
791
817
|
"imports": [
|
|
792
818
|
{
|
|
793
819
|
"path": "src/types/ast.ts",
|
|
@@ -853,8 +879,19 @@
|
|
|
853
879
|
],
|
|
854
880
|
"format": "esm"
|
|
855
881
|
},
|
|
882
|
+
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
883
|
+
"bytes": 7094,
|
|
884
|
+
"imports": [
|
|
885
|
+
{
|
|
886
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
887
|
+
"kind": "import-statement",
|
|
888
|
+
"original": "../relativeDateFunction"
|
|
889
|
+
}
|
|
890
|
+
],
|
|
891
|
+
"format": "esm"
|
|
892
|
+
},
|
|
856
893
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
857
|
-
"bytes":
|
|
894
|
+
"bytes": 18438,
|
|
858
895
|
"imports": [
|
|
859
896
|
{
|
|
860
897
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -875,6 +912,11 @@
|
|
|
875
912
|
"path": "src/core/relativeDateFunction.ts",
|
|
876
913
|
"kind": "import-statement",
|
|
877
914
|
"original": "../relativeDateFunction"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
918
|
+
"kind": "import-statement",
|
|
919
|
+
"original": "./relativeDateFullScanExactPlan"
|
|
878
920
|
}
|
|
879
921
|
],
|
|
880
922
|
"format": "esm"
|
|
@@ -1063,7 +1105,7 @@
|
|
|
1063
1105
|
"format": "esm"
|
|
1064
1106
|
},
|
|
1065
1107
|
"src/execute.ts": {
|
|
1066
|
-
"bytes":
|
|
1108
|
+
"bytes": 436865,
|
|
1067
1109
|
"imports": [
|
|
1068
1110
|
{
|
|
1069
1111
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1245,6 +1287,16 @@
|
|
|
1245
1287
|
"kind": "import-statement",
|
|
1246
1288
|
"original": "./converter/korderCursorQuery"
|
|
1247
1289
|
},
|
|
1290
|
+
{
|
|
1291
|
+
"path": "src/core/optimization/plainGroupByPlan.ts",
|
|
1292
|
+
"kind": "import-statement",
|
|
1293
|
+
"original": "./core/optimization/plainGroupByPlan"
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"path": "src/core/systemFields.ts",
|
|
1297
|
+
"kind": "import-statement",
|
|
1298
|
+
"original": "./core/systemFields"
|
|
1299
|
+
},
|
|
1248
1300
|
{
|
|
1249
1301
|
"path": "src/core/like.ts",
|
|
1250
1302
|
"kind": "import-statement",
|
|
@@ -1315,6 +1367,11 @@
|
|
|
1315
1367
|
"kind": "import-statement",
|
|
1316
1368
|
"original": "./core/optimization/relativeDatePrefilterPlan"
|
|
1317
1369
|
},
|
|
1370
|
+
{
|
|
1371
|
+
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
1372
|
+
"kind": "import-statement",
|
|
1373
|
+
"original": "./core/optimization/relativeDateFullScanExactPlan"
|
|
1374
|
+
},
|
|
1318
1375
|
{
|
|
1319
1376
|
"path": "src/import/sourceLoader.ts",
|
|
1320
1377
|
"kind": "import-statement",
|
|
@@ -1619,7 +1676,7 @@
|
|
|
1619
1676
|
"bytesInOutput": 139
|
|
1620
1677
|
},
|
|
1621
1678
|
"src/core/grouping.ts": {
|
|
1622
|
-
"bytesInOutput":
|
|
1679
|
+
"bytesInOutput": 1281
|
|
1623
1680
|
},
|
|
1624
1681
|
"src/core/aggregateExpression.ts": {
|
|
1625
1682
|
"bytesInOutput": 2592
|
|
@@ -1631,7 +1688,7 @@
|
|
|
1631
1688
|
"bytesInOutput": 91609
|
|
1632
1689
|
},
|
|
1633
1690
|
"src/core/dmlGuard.ts": {
|
|
1634
|
-
"bytesInOutput":
|
|
1691
|
+
"bytesInOutput": 1881
|
|
1635
1692
|
},
|
|
1636
1693
|
"src/core/applyPatchScope.ts": {
|
|
1637
1694
|
"bytesInOutput": 12614
|
|
@@ -1646,7 +1703,7 @@
|
|
|
1646
1703
|
"bytesInOutput": 5033
|
|
1647
1704
|
},
|
|
1648
1705
|
"src/converter/selectToKintone.ts": {
|
|
1649
|
-
"bytesInOutput":
|
|
1706
|
+
"bytesInOutput": 8913
|
|
1650
1707
|
},
|
|
1651
1708
|
"src/core/cteInlining.ts": {
|
|
1652
1709
|
"bytesInOutput": 1224
|
|
@@ -1664,7 +1721,7 @@
|
|
|
1664
1721
|
"bytesInOutput": 559
|
|
1665
1722
|
},
|
|
1666
1723
|
"src/core/groupingValidation.ts": {
|
|
1667
|
-
"bytesInOutput":
|
|
1724
|
+
"bytesInOutput": 5173
|
|
1668
1725
|
},
|
|
1669
1726
|
"src/core/fieldSemantics.ts": {
|
|
1670
1727
|
"bytesInOutput": 1368
|
|
@@ -1730,7 +1787,7 @@
|
|
|
1730
1787
|
"bytesInOutput": 1487
|
|
1731
1788
|
},
|
|
1732
1789
|
"src/core/explainMetadata.ts": {
|
|
1733
|
-
"bytesInOutput":
|
|
1790
|
+
"bytesInOutput": 626
|
|
1734
1791
|
},
|
|
1735
1792
|
"src/core/optimization/sharedPlanner.ts": {
|
|
1736
1793
|
"bytesInOutput": 339
|
|
@@ -1753,8 +1810,14 @@
|
|
|
1753
1810
|
"src/converter/korderCursorQuery.ts": {
|
|
1754
1811
|
"bytesInOutput": 295
|
|
1755
1812
|
},
|
|
1813
|
+
"src/core/systemFields.ts": {
|
|
1814
|
+
"bytesInOutput": 275
|
|
1815
|
+
},
|
|
1816
|
+
"src/core/optimization/plainGroupByPlan.ts": {
|
|
1817
|
+
"bytesInOutput": 2656
|
|
1818
|
+
},
|
|
1756
1819
|
"src/engine/process.ts": {
|
|
1757
|
-
"bytesInOutput":
|
|
1820
|
+
"bytesInOutput": 19953
|
|
1758
1821
|
},
|
|
1759
1822
|
"src/converter/subtableAdapter.ts": {
|
|
1760
1823
|
"bytesInOutput": 643
|
|
@@ -1765,8 +1828,11 @@
|
|
|
1765
1828
|
"src/core/optimization/whereCapability.ts": {
|
|
1766
1829
|
"bytesInOutput": 6602
|
|
1767
1830
|
},
|
|
1831
|
+
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1832
|
+
"bytesInOutput": 2350
|
|
1833
|
+
},
|
|
1768
1834
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
1769
|
-
"bytesInOutput":
|
|
1835
|
+
"bytesInOutput": 5211
|
|
1770
1836
|
},
|
|
1771
1837
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
1772
1838
|
"bytesInOutput": 4701
|
|
@@ -1817,7 +1883,7 @@
|
|
|
1817
1883
|
"bytesInOutput": 412
|
|
1818
1884
|
},
|
|
1819
1885
|
"src/execute.ts": {
|
|
1820
|
-
"bytesInOutput":
|
|
1886
|
+
"bytesInOutput": 157037
|
|
1821
1887
|
},
|
|
1822
1888
|
"src/engine-library/errors.ts": {
|
|
1823
1889
|
"bytesInOutput": 1116
|
|
@@ -1859,7 +1925,7 @@
|
|
|
1859
1925
|
"bytesInOutput": 1231
|
|
1860
1926
|
}
|
|
1861
1927
|
},
|
|
1862
|
-
"bytes":
|
|
1928
|
+
"bytes": 478797
|
|
1863
1929
|
}
|
|
1864
1930
|
}
|
|
1865
1931
|
}
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"format": "esm"
|
|
96
96
|
},
|
|
97
97
|
"src/core/dmlGuard.ts": {
|
|
98
|
-
"bytes":
|
|
98
|
+
"bytes": 8488,
|
|
99
99
|
"imports": [
|
|
100
100
|
{
|
|
101
101
|
"path": "src/types/ast.ts",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"format": "esm"
|
|
160
160
|
},
|
|
161
161
|
"src/converter/selectToKintone.ts": {
|
|
162
|
-
"bytes":
|
|
162
|
+
"bytes": 28156,
|
|
163
163
|
"imports": [
|
|
164
164
|
{
|
|
165
165
|
"path": "../types/ast",
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"format": "esm"
|
|
270
270
|
},
|
|
271
271
|
"src/core/groupingValidation.ts": {
|
|
272
|
-
"bytes":
|
|
272
|
+
"bytes": 12319,
|
|
273
273
|
"imports": [
|
|
274
274
|
{
|
|
275
275
|
"path": "src/core/grouping.ts",
|
|
@@ -786,8 +786,34 @@
|
|
|
786
786
|
],
|
|
787
787
|
"format": "esm"
|
|
788
788
|
},
|
|
789
|
+
"src/core/systemFields.ts": {
|
|
790
|
+
"bytes": 654,
|
|
791
|
+
"imports": [],
|
|
792
|
+
"format": "esm"
|
|
793
|
+
},
|
|
794
|
+
"src/core/optimization/plainGroupByPlan.ts": {
|
|
795
|
+
"bytes": 8710,
|
|
796
|
+
"imports": [
|
|
797
|
+
{
|
|
798
|
+
"path": "src/core/aggregateExpression.ts",
|
|
799
|
+
"kind": "import-statement",
|
|
800
|
+
"original": "../aggregateExpression"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"path": "src/core/groupingValidation.ts",
|
|
804
|
+
"kind": "import-statement",
|
|
805
|
+
"original": "../groupingValidation"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"path": "src/core/systemFields.ts",
|
|
809
|
+
"kind": "import-statement",
|
|
810
|
+
"original": "../systemFields"
|
|
811
|
+
}
|
|
812
|
+
],
|
|
813
|
+
"format": "esm"
|
|
814
|
+
},
|
|
789
815
|
"src/engine/process.ts": {
|
|
790
|
-
"bytes":
|
|
816
|
+
"bytes": 66581,
|
|
791
817
|
"imports": [
|
|
792
818
|
{
|
|
793
819
|
"path": "src/types/ast.ts",
|
|
@@ -853,8 +879,19 @@
|
|
|
853
879
|
],
|
|
854
880
|
"format": "esm"
|
|
855
881
|
},
|
|
882
|
+
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
883
|
+
"bytes": 7094,
|
|
884
|
+
"imports": [
|
|
885
|
+
{
|
|
886
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
887
|
+
"kind": "import-statement",
|
|
888
|
+
"original": "../relativeDateFunction"
|
|
889
|
+
}
|
|
890
|
+
],
|
|
891
|
+
"format": "esm"
|
|
892
|
+
},
|
|
856
893
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
857
|
-
"bytes":
|
|
894
|
+
"bytes": 18438,
|
|
858
895
|
"imports": [
|
|
859
896
|
{
|
|
860
897
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -875,6 +912,11 @@
|
|
|
875
912
|
"path": "src/core/relativeDateFunction.ts",
|
|
876
913
|
"kind": "import-statement",
|
|
877
914
|
"original": "../relativeDateFunction"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
918
|
+
"kind": "import-statement",
|
|
919
|
+
"original": "./relativeDateFullScanExactPlan"
|
|
878
920
|
}
|
|
879
921
|
],
|
|
880
922
|
"format": "esm"
|
|
@@ -1063,7 +1105,7 @@
|
|
|
1063
1105
|
"format": "esm"
|
|
1064
1106
|
},
|
|
1065
1107
|
"src/execute.ts": {
|
|
1066
|
-
"bytes":
|
|
1108
|
+
"bytes": 436865,
|
|
1067
1109
|
"imports": [
|
|
1068
1110
|
{
|
|
1069
1111
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1245,6 +1287,16 @@
|
|
|
1245
1287
|
"kind": "import-statement",
|
|
1246
1288
|
"original": "./converter/korderCursorQuery"
|
|
1247
1289
|
},
|
|
1290
|
+
{
|
|
1291
|
+
"path": "src/core/optimization/plainGroupByPlan.ts",
|
|
1292
|
+
"kind": "import-statement",
|
|
1293
|
+
"original": "./core/optimization/plainGroupByPlan"
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"path": "src/core/systemFields.ts",
|
|
1297
|
+
"kind": "import-statement",
|
|
1298
|
+
"original": "./core/systemFields"
|
|
1299
|
+
},
|
|
1248
1300
|
{
|
|
1249
1301
|
"path": "src/core/like.ts",
|
|
1250
1302
|
"kind": "import-statement",
|
|
@@ -1315,6 +1367,11 @@
|
|
|
1315
1367
|
"kind": "import-statement",
|
|
1316
1368
|
"original": "./core/optimization/relativeDatePrefilterPlan"
|
|
1317
1369
|
},
|
|
1370
|
+
{
|
|
1371
|
+
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
1372
|
+
"kind": "import-statement",
|
|
1373
|
+
"original": "./core/optimization/relativeDateFullScanExactPlan"
|
|
1374
|
+
},
|
|
1318
1375
|
{
|
|
1319
1376
|
"path": "src/import/sourceLoader.ts",
|
|
1320
1377
|
"kind": "import-statement",
|
|
@@ -1622,7 +1679,7 @@
|
|
|
1622
1679
|
"bytesInOutput": 139
|
|
1623
1680
|
},
|
|
1624
1681
|
"src/core/grouping.ts": {
|
|
1625
|
-
"bytesInOutput":
|
|
1682
|
+
"bytesInOutput": 1281
|
|
1626
1683
|
},
|
|
1627
1684
|
"src/core/aggregateExpression.ts": {
|
|
1628
1685
|
"bytesInOutput": 2592
|
|
@@ -1634,7 +1691,7 @@
|
|
|
1634
1691
|
"bytesInOutput": 91609
|
|
1635
1692
|
},
|
|
1636
1693
|
"src/core/dmlGuard.ts": {
|
|
1637
|
-
"bytesInOutput":
|
|
1694
|
+
"bytesInOutput": 1881
|
|
1638
1695
|
},
|
|
1639
1696
|
"src/core/applyPatchScope.ts": {
|
|
1640
1697
|
"bytesInOutput": 12614
|
|
@@ -1649,7 +1706,7 @@
|
|
|
1649
1706
|
"bytesInOutput": 5033
|
|
1650
1707
|
},
|
|
1651
1708
|
"src/converter/selectToKintone.ts": {
|
|
1652
|
-
"bytesInOutput":
|
|
1709
|
+
"bytesInOutput": 8913
|
|
1653
1710
|
},
|
|
1654
1711
|
"src/core/cteInlining.ts": {
|
|
1655
1712
|
"bytesInOutput": 1224
|
|
@@ -1667,7 +1724,7 @@
|
|
|
1667
1724
|
"bytesInOutput": 559
|
|
1668
1725
|
},
|
|
1669
1726
|
"src/core/groupingValidation.ts": {
|
|
1670
|
-
"bytesInOutput":
|
|
1727
|
+
"bytesInOutput": 5173
|
|
1671
1728
|
},
|
|
1672
1729
|
"src/core/fieldSemantics.ts": {
|
|
1673
1730
|
"bytesInOutput": 1368
|
|
@@ -1733,7 +1790,7 @@
|
|
|
1733
1790
|
"bytesInOutput": 1487
|
|
1734
1791
|
},
|
|
1735
1792
|
"src/core/explainMetadata.ts": {
|
|
1736
|
-
"bytesInOutput":
|
|
1793
|
+
"bytesInOutput": 626
|
|
1737
1794
|
},
|
|
1738
1795
|
"src/core/optimization/sharedPlanner.ts": {
|
|
1739
1796
|
"bytesInOutput": 339
|
|
@@ -1756,8 +1813,14 @@
|
|
|
1756
1813
|
"src/converter/korderCursorQuery.ts": {
|
|
1757
1814
|
"bytesInOutput": 295
|
|
1758
1815
|
},
|
|
1816
|
+
"src/core/systemFields.ts": {
|
|
1817
|
+
"bytesInOutput": 275
|
|
1818
|
+
},
|
|
1819
|
+
"src/core/optimization/plainGroupByPlan.ts": {
|
|
1820
|
+
"bytesInOutput": 2656
|
|
1821
|
+
},
|
|
1759
1822
|
"src/engine/process.ts": {
|
|
1760
|
-
"bytesInOutput":
|
|
1823
|
+
"bytesInOutput": 19953
|
|
1761
1824
|
},
|
|
1762
1825
|
"src/converter/subtableAdapter.ts": {
|
|
1763
1826
|
"bytesInOutput": 643
|
|
@@ -1768,8 +1831,11 @@
|
|
|
1768
1831
|
"src/core/optimization/whereCapability.ts": {
|
|
1769
1832
|
"bytesInOutput": 6602
|
|
1770
1833
|
},
|
|
1834
|
+
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1835
|
+
"bytesInOutput": 2350
|
|
1836
|
+
},
|
|
1771
1837
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
1772
|
-
"bytesInOutput":
|
|
1838
|
+
"bytesInOutput": 5211
|
|
1773
1839
|
},
|
|
1774
1840
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
1775
1841
|
"bytesInOutput": 4701
|
|
@@ -1820,7 +1886,7 @@
|
|
|
1820
1886
|
"bytesInOutput": 412
|
|
1821
1887
|
},
|
|
1822
1888
|
"src/execute.ts": {
|
|
1823
|
-
"bytesInOutput":
|
|
1889
|
+
"bytesInOutput": 157037
|
|
1824
1890
|
},
|
|
1825
1891
|
"src/engine-library/errors.ts": {
|
|
1826
1892
|
"bytesInOutput": 1116
|
|
@@ -1865,7 +1931,7 @@
|
|
|
1865
1931
|
"bytesInOutput": 16
|
|
1866
1932
|
}
|
|
1867
1933
|
},
|
|
1868
|
-
"bytes":
|
|
1934
|
+
"bytes": 478262
|
|
1869
1935
|
}
|
|
1870
1936
|
}
|
|
1871
1937
|
}
|