@rex0220/kintone-sql-tools 3.22.0 → 3.23.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 +411 -77
- 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 +54 -12
- package/dist-engine/meta/esm.json +54 -12
- package/dist-engine/meta/umd.json +54 -12
- package/dist-mcp/ksql-mcp.js +417 -79
- 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-26T10:13:25.336Z",
|
|
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": 90,
|
|
7
|
+
"minifiedBytes": 474723,
|
|
8
|
+
"gzipBytes": 129049,
|
|
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": 90,
|
|
27
|
+
"minifiedBytes": 474188,
|
|
28
|
+
"gzipBytes": 128746,
|
|
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": 92,
|
|
47
|
+
"minifiedBytes": 475215,
|
|
48
|
+
"gzipBytes": 129107,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -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",
|
|
@@ -1063,7 +1089,7 @@
|
|
|
1063
1089
|
"format": "esm"
|
|
1064
1090
|
},
|
|
1065
1091
|
"src/execute.ts": {
|
|
1066
|
-
"bytes":
|
|
1092
|
+
"bytes": 433891,
|
|
1067
1093
|
"imports": [
|
|
1068
1094
|
{
|
|
1069
1095
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1245,6 +1271,16 @@
|
|
|
1245
1271
|
"kind": "import-statement",
|
|
1246
1272
|
"original": "./converter/korderCursorQuery"
|
|
1247
1273
|
},
|
|
1274
|
+
{
|
|
1275
|
+
"path": "src/core/optimization/plainGroupByPlan.ts",
|
|
1276
|
+
"kind": "import-statement",
|
|
1277
|
+
"original": "./core/optimization/plainGroupByPlan"
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"path": "src/core/systemFields.ts",
|
|
1281
|
+
"kind": "import-statement",
|
|
1282
|
+
"original": "./core/systemFields"
|
|
1283
|
+
},
|
|
1248
1284
|
{
|
|
1249
1285
|
"path": "src/core/like.ts",
|
|
1250
1286
|
"kind": "import-statement",
|
|
@@ -1619,7 +1655,7 @@
|
|
|
1619
1655
|
"bytesInOutput": 139
|
|
1620
1656
|
},
|
|
1621
1657
|
"src/core/grouping.ts": {
|
|
1622
|
-
"bytesInOutput":
|
|
1658
|
+
"bytesInOutput": 1281
|
|
1623
1659
|
},
|
|
1624
1660
|
"src/core/aggregateExpression.ts": {
|
|
1625
1661
|
"bytesInOutput": 2592
|
|
@@ -1631,7 +1667,7 @@
|
|
|
1631
1667
|
"bytesInOutput": 91609
|
|
1632
1668
|
},
|
|
1633
1669
|
"src/core/dmlGuard.ts": {
|
|
1634
|
-
"bytesInOutput":
|
|
1670
|
+
"bytesInOutput": 1881
|
|
1635
1671
|
},
|
|
1636
1672
|
"src/core/applyPatchScope.ts": {
|
|
1637
1673
|
"bytesInOutput": 12614
|
|
@@ -1646,7 +1682,7 @@
|
|
|
1646
1682
|
"bytesInOutput": 5033
|
|
1647
1683
|
},
|
|
1648
1684
|
"src/converter/selectToKintone.ts": {
|
|
1649
|
-
"bytesInOutput":
|
|
1685
|
+
"bytesInOutput": 8913
|
|
1650
1686
|
},
|
|
1651
1687
|
"src/core/cteInlining.ts": {
|
|
1652
1688
|
"bytesInOutput": 1224
|
|
@@ -1664,7 +1700,7 @@
|
|
|
1664
1700
|
"bytesInOutput": 559
|
|
1665
1701
|
},
|
|
1666
1702
|
"src/core/groupingValidation.ts": {
|
|
1667
|
-
"bytesInOutput":
|
|
1703
|
+
"bytesInOutput": 5173
|
|
1668
1704
|
},
|
|
1669
1705
|
"src/core/fieldSemantics.ts": {
|
|
1670
1706
|
"bytesInOutput": 1368
|
|
@@ -1730,7 +1766,7 @@
|
|
|
1730
1766
|
"bytesInOutput": 1487
|
|
1731
1767
|
},
|
|
1732
1768
|
"src/core/explainMetadata.ts": {
|
|
1733
|
-
"bytesInOutput":
|
|
1769
|
+
"bytesInOutput": 626
|
|
1734
1770
|
},
|
|
1735
1771
|
"src/core/optimization/sharedPlanner.ts": {
|
|
1736
1772
|
"bytesInOutput": 339
|
|
@@ -1753,8 +1789,14 @@
|
|
|
1753
1789
|
"src/converter/korderCursorQuery.ts": {
|
|
1754
1790
|
"bytesInOutput": 295
|
|
1755
1791
|
},
|
|
1792
|
+
"src/core/systemFields.ts": {
|
|
1793
|
+
"bytesInOutput": 275
|
|
1794
|
+
},
|
|
1795
|
+
"src/core/optimization/plainGroupByPlan.ts": {
|
|
1796
|
+
"bytesInOutput": 2656
|
|
1797
|
+
},
|
|
1756
1798
|
"src/engine/process.ts": {
|
|
1757
|
-
"bytesInOutput":
|
|
1799
|
+
"bytesInOutput": 19953
|
|
1758
1800
|
},
|
|
1759
1801
|
"src/converter/subtableAdapter.ts": {
|
|
1760
1802
|
"bytesInOutput": 643
|
|
@@ -1817,7 +1859,7 @@
|
|
|
1817
1859
|
"bytesInOutput": 412
|
|
1818
1860
|
},
|
|
1819
1861
|
"src/execute.ts": {
|
|
1820
|
-
"bytesInOutput":
|
|
1862
|
+
"bytesInOutput": 155927
|
|
1821
1863
|
},
|
|
1822
1864
|
"src/engine-library/errors.ts": {
|
|
1823
1865
|
"bytesInOutput": 1116
|
|
@@ -1859,7 +1901,7 @@
|
|
|
1859
1901
|
"bytesInOutput": 1231
|
|
1860
1902
|
}
|
|
1861
1903
|
},
|
|
1862
|
-
"bytes":
|
|
1904
|
+
"bytes": 474723
|
|
1863
1905
|
}
|
|
1864
1906
|
}
|
|
1865
1907
|
}
|
|
@@ -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",
|
|
@@ -1063,7 +1089,7 @@
|
|
|
1063
1089
|
"format": "esm"
|
|
1064
1090
|
},
|
|
1065
1091
|
"src/execute.ts": {
|
|
1066
|
-
"bytes":
|
|
1092
|
+
"bytes": 433891,
|
|
1067
1093
|
"imports": [
|
|
1068
1094
|
{
|
|
1069
1095
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1245,6 +1271,16 @@
|
|
|
1245
1271
|
"kind": "import-statement",
|
|
1246
1272
|
"original": "./converter/korderCursorQuery"
|
|
1247
1273
|
},
|
|
1274
|
+
{
|
|
1275
|
+
"path": "src/core/optimization/plainGroupByPlan.ts",
|
|
1276
|
+
"kind": "import-statement",
|
|
1277
|
+
"original": "./core/optimization/plainGroupByPlan"
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"path": "src/core/systemFields.ts",
|
|
1281
|
+
"kind": "import-statement",
|
|
1282
|
+
"original": "./core/systemFields"
|
|
1283
|
+
},
|
|
1248
1284
|
{
|
|
1249
1285
|
"path": "src/core/like.ts",
|
|
1250
1286
|
"kind": "import-statement",
|
|
@@ -1622,7 +1658,7 @@
|
|
|
1622
1658
|
"bytesInOutput": 139
|
|
1623
1659
|
},
|
|
1624
1660
|
"src/core/grouping.ts": {
|
|
1625
|
-
"bytesInOutput":
|
|
1661
|
+
"bytesInOutput": 1281
|
|
1626
1662
|
},
|
|
1627
1663
|
"src/core/aggregateExpression.ts": {
|
|
1628
1664
|
"bytesInOutput": 2592
|
|
@@ -1634,7 +1670,7 @@
|
|
|
1634
1670
|
"bytesInOutput": 91609
|
|
1635
1671
|
},
|
|
1636
1672
|
"src/core/dmlGuard.ts": {
|
|
1637
|
-
"bytesInOutput":
|
|
1673
|
+
"bytesInOutput": 1881
|
|
1638
1674
|
},
|
|
1639
1675
|
"src/core/applyPatchScope.ts": {
|
|
1640
1676
|
"bytesInOutput": 12614
|
|
@@ -1649,7 +1685,7 @@
|
|
|
1649
1685
|
"bytesInOutput": 5033
|
|
1650
1686
|
},
|
|
1651
1687
|
"src/converter/selectToKintone.ts": {
|
|
1652
|
-
"bytesInOutput":
|
|
1688
|
+
"bytesInOutput": 8913
|
|
1653
1689
|
},
|
|
1654
1690
|
"src/core/cteInlining.ts": {
|
|
1655
1691
|
"bytesInOutput": 1224
|
|
@@ -1667,7 +1703,7 @@
|
|
|
1667
1703
|
"bytesInOutput": 559
|
|
1668
1704
|
},
|
|
1669
1705
|
"src/core/groupingValidation.ts": {
|
|
1670
|
-
"bytesInOutput":
|
|
1706
|
+
"bytesInOutput": 5173
|
|
1671
1707
|
},
|
|
1672
1708
|
"src/core/fieldSemantics.ts": {
|
|
1673
1709
|
"bytesInOutput": 1368
|
|
@@ -1733,7 +1769,7 @@
|
|
|
1733
1769
|
"bytesInOutput": 1487
|
|
1734
1770
|
},
|
|
1735
1771
|
"src/core/explainMetadata.ts": {
|
|
1736
|
-
"bytesInOutput":
|
|
1772
|
+
"bytesInOutput": 626
|
|
1737
1773
|
},
|
|
1738
1774
|
"src/core/optimization/sharedPlanner.ts": {
|
|
1739
1775
|
"bytesInOutput": 339
|
|
@@ -1756,8 +1792,14 @@
|
|
|
1756
1792
|
"src/converter/korderCursorQuery.ts": {
|
|
1757
1793
|
"bytesInOutput": 295
|
|
1758
1794
|
},
|
|
1795
|
+
"src/core/systemFields.ts": {
|
|
1796
|
+
"bytesInOutput": 275
|
|
1797
|
+
},
|
|
1798
|
+
"src/core/optimization/plainGroupByPlan.ts": {
|
|
1799
|
+
"bytesInOutput": 2656
|
|
1800
|
+
},
|
|
1759
1801
|
"src/engine/process.ts": {
|
|
1760
|
-
"bytesInOutput":
|
|
1802
|
+
"bytesInOutput": 19953
|
|
1761
1803
|
},
|
|
1762
1804
|
"src/converter/subtableAdapter.ts": {
|
|
1763
1805
|
"bytesInOutput": 643
|
|
@@ -1820,7 +1862,7 @@
|
|
|
1820
1862
|
"bytesInOutput": 412
|
|
1821
1863
|
},
|
|
1822
1864
|
"src/execute.ts": {
|
|
1823
|
-
"bytesInOutput":
|
|
1865
|
+
"bytesInOutput": 155927
|
|
1824
1866
|
},
|
|
1825
1867
|
"src/engine-library/errors.ts": {
|
|
1826
1868
|
"bytesInOutput": 1116
|
|
@@ -1865,7 +1907,7 @@
|
|
|
1865
1907
|
"bytesInOutput": 16
|
|
1866
1908
|
}
|
|
1867
1909
|
},
|
|
1868
|
-
"bytes":
|
|
1910
|
+
"bytes": 474188
|
|
1869
1911
|
}
|
|
1870
1912
|
}
|
|
1871
1913
|
}
|
|
@@ -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",
|
|
@@ -1063,7 +1089,7 @@
|
|
|
1063
1089
|
"format": "esm"
|
|
1064
1090
|
},
|
|
1065
1091
|
"src/execute.ts": {
|
|
1066
|
-
"bytes":
|
|
1092
|
+
"bytes": 433891,
|
|
1067
1093
|
"imports": [
|
|
1068
1094
|
{
|
|
1069
1095
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1245,6 +1271,16 @@
|
|
|
1245
1271
|
"kind": "import-statement",
|
|
1246
1272
|
"original": "./converter/korderCursorQuery"
|
|
1247
1273
|
},
|
|
1274
|
+
{
|
|
1275
|
+
"path": "src/core/optimization/plainGroupByPlan.ts",
|
|
1276
|
+
"kind": "import-statement",
|
|
1277
|
+
"original": "./core/optimization/plainGroupByPlan"
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"path": "src/core/systemFields.ts",
|
|
1281
|
+
"kind": "import-statement",
|
|
1282
|
+
"original": "./core/systemFields"
|
|
1283
|
+
},
|
|
1248
1284
|
{
|
|
1249
1285
|
"path": "src/core/like.ts",
|
|
1250
1286
|
"kind": "import-statement",
|
|
@@ -1637,7 +1673,7 @@
|
|
|
1637
1673
|
"bytesInOutput": 139
|
|
1638
1674
|
},
|
|
1639
1675
|
"src/core/grouping.ts": {
|
|
1640
|
-
"bytesInOutput":
|
|
1676
|
+
"bytesInOutput": 1281
|
|
1641
1677
|
},
|
|
1642
1678
|
"src/core/aggregateExpression.ts": {
|
|
1643
1679
|
"bytesInOutput": 2592
|
|
@@ -1649,7 +1685,7 @@
|
|
|
1649
1685
|
"bytesInOutput": 91609
|
|
1650
1686
|
},
|
|
1651
1687
|
"src/core/dmlGuard.ts": {
|
|
1652
|
-
"bytesInOutput":
|
|
1688
|
+
"bytesInOutput": 1881
|
|
1653
1689
|
},
|
|
1654
1690
|
"src/core/applyPatchScope.ts": {
|
|
1655
1691
|
"bytesInOutput": 12614
|
|
@@ -1664,7 +1700,7 @@
|
|
|
1664
1700
|
"bytesInOutput": 5033
|
|
1665
1701
|
},
|
|
1666
1702
|
"src/converter/selectToKintone.ts": {
|
|
1667
|
-
"bytesInOutput":
|
|
1703
|
+
"bytesInOutput": 8913
|
|
1668
1704
|
},
|
|
1669
1705
|
"src/core/cteInlining.ts": {
|
|
1670
1706
|
"bytesInOutput": 1224
|
|
@@ -1682,7 +1718,7 @@
|
|
|
1682
1718
|
"bytesInOutput": 559
|
|
1683
1719
|
},
|
|
1684
1720
|
"src/core/groupingValidation.ts": {
|
|
1685
|
-
"bytesInOutput":
|
|
1721
|
+
"bytesInOutput": 5173
|
|
1686
1722
|
},
|
|
1687
1723
|
"src/core/fieldSemantics.ts": {
|
|
1688
1724
|
"bytesInOutput": 1368
|
|
@@ -1748,7 +1784,7 @@
|
|
|
1748
1784
|
"bytesInOutput": 1487
|
|
1749
1785
|
},
|
|
1750
1786
|
"src/core/explainMetadata.ts": {
|
|
1751
|
-
"bytesInOutput":
|
|
1787
|
+
"bytesInOutput": 626
|
|
1752
1788
|
},
|
|
1753
1789
|
"src/core/optimization/sharedPlanner.ts": {
|
|
1754
1790
|
"bytesInOutput": 339
|
|
@@ -1771,8 +1807,14 @@
|
|
|
1771
1807
|
"src/converter/korderCursorQuery.ts": {
|
|
1772
1808
|
"bytesInOutput": 295
|
|
1773
1809
|
},
|
|
1810
|
+
"src/core/systemFields.ts": {
|
|
1811
|
+
"bytesInOutput": 275
|
|
1812
|
+
},
|
|
1813
|
+
"src/core/optimization/plainGroupByPlan.ts": {
|
|
1814
|
+
"bytesInOutput": 2656
|
|
1815
|
+
},
|
|
1774
1816
|
"src/engine/process.ts": {
|
|
1775
|
-
"bytesInOutput":
|
|
1817
|
+
"bytesInOutput": 19953
|
|
1776
1818
|
},
|
|
1777
1819
|
"src/converter/subtableAdapter.ts": {
|
|
1778
1820
|
"bytesInOutput": 643
|
|
@@ -1835,7 +1877,7 @@
|
|
|
1835
1877
|
"bytesInOutput": 412
|
|
1836
1878
|
},
|
|
1837
1879
|
"src/execute.ts": {
|
|
1838
|
-
"bytesInOutput":
|
|
1880
|
+
"bytesInOutput": 155927
|
|
1839
1881
|
},
|
|
1840
1882
|
"src/engine-library/errors.ts": {
|
|
1841
1883
|
"bytesInOutput": 1116
|
|
@@ -1886,7 +1928,7 @@
|
|
|
1886
1928
|
"bytesInOutput": 115
|
|
1887
1929
|
}
|
|
1888
1930
|
},
|
|
1889
|
-
"bytes":
|
|
1931
|
+
"bytes": 475215
|
|
1890
1932
|
}
|
|
1891
1933
|
}
|
|
1892
1934
|
}
|