@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
|
@@ -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",
|
|
@@ -1637,7 +1694,7 @@
|
|
|
1637
1694
|
"bytesInOutput": 139
|
|
1638
1695
|
},
|
|
1639
1696
|
"src/core/grouping.ts": {
|
|
1640
|
-
"bytesInOutput":
|
|
1697
|
+
"bytesInOutput": 1281
|
|
1641
1698
|
},
|
|
1642
1699
|
"src/core/aggregateExpression.ts": {
|
|
1643
1700
|
"bytesInOutput": 2592
|
|
@@ -1649,7 +1706,7 @@
|
|
|
1649
1706
|
"bytesInOutput": 91609
|
|
1650
1707
|
},
|
|
1651
1708
|
"src/core/dmlGuard.ts": {
|
|
1652
|
-
"bytesInOutput":
|
|
1709
|
+
"bytesInOutput": 1881
|
|
1653
1710
|
},
|
|
1654
1711
|
"src/core/applyPatchScope.ts": {
|
|
1655
1712
|
"bytesInOutput": 12614
|
|
@@ -1664,7 +1721,7 @@
|
|
|
1664
1721
|
"bytesInOutput": 5033
|
|
1665
1722
|
},
|
|
1666
1723
|
"src/converter/selectToKintone.ts": {
|
|
1667
|
-
"bytesInOutput":
|
|
1724
|
+
"bytesInOutput": 8913
|
|
1668
1725
|
},
|
|
1669
1726
|
"src/core/cteInlining.ts": {
|
|
1670
1727
|
"bytesInOutput": 1224
|
|
@@ -1682,7 +1739,7 @@
|
|
|
1682
1739
|
"bytesInOutput": 559
|
|
1683
1740
|
},
|
|
1684
1741
|
"src/core/groupingValidation.ts": {
|
|
1685
|
-
"bytesInOutput":
|
|
1742
|
+
"bytesInOutput": 5173
|
|
1686
1743
|
},
|
|
1687
1744
|
"src/core/fieldSemantics.ts": {
|
|
1688
1745
|
"bytesInOutput": 1368
|
|
@@ -1748,7 +1805,7 @@
|
|
|
1748
1805
|
"bytesInOutput": 1487
|
|
1749
1806
|
},
|
|
1750
1807
|
"src/core/explainMetadata.ts": {
|
|
1751
|
-
"bytesInOutput":
|
|
1808
|
+
"bytesInOutput": 626
|
|
1752
1809
|
},
|
|
1753
1810
|
"src/core/optimization/sharedPlanner.ts": {
|
|
1754
1811
|
"bytesInOutput": 339
|
|
@@ -1771,8 +1828,14 @@
|
|
|
1771
1828
|
"src/converter/korderCursorQuery.ts": {
|
|
1772
1829
|
"bytesInOutput": 295
|
|
1773
1830
|
},
|
|
1831
|
+
"src/core/systemFields.ts": {
|
|
1832
|
+
"bytesInOutput": 275
|
|
1833
|
+
},
|
|
1834
|
+
"src/core/optimization/plainGroupByPlan.ts": {
|
|
1835
|
+
"bytesInOutput": 2656
|
|
1836
|
+
},
|
|
1774
1837
|
"src/engine/process.ts": {
|
|
1775
|
-
"bytesInOutput":
|
|
1838
|
+
"bytesInOutput": 19953
|
|
1776
1839
|
},
|
|
1777
1840
|
"src/converter/subtableAdapter.ts": {
|
|
1778
1841
|
"bytesInOutput": 643
|
|
@@ -1783,8 +1846,11 @@
|
|
|
1783
1846
|
"src/core/optimization/whereCapability.ts": {
|
|
1784
1847
|
"bytesInOutput": 6602
|
|
1785
1848
|
},
|
|
1849
|
+
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1850
|
+
"bytesInOutput": 2350
|
|
1851
|
+
},
|
|
1786
1852
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
1787
|
-
"bytesInOutput":
|
|
1853
|
+
"bytesInOutput": 5211
|
|
1788
1854
|
},
|
|
1789
1855
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
1790
1856
|
"bytesInOutput": 4701
|
|
@@ -1835,7 +1901,7 @@
|
|
|
1835
1901
|
"bytesInOutput": 412
|
|
1836
1902
|
},
|
|
1837
1903
|
"src/execute.ts": {
|
|
1838
|
-
"bytesInOutput":
|
|
1904
|
+
"bytesInOutput": 157037
|
|
1839
1905
|
},
|
|
1840
1906
|
"src/engine-library/errors.ts": {
|
|
1841
1907
|
"bytesInOutput": 1116
|
|
@@ -1886,7 +1952,7 @@
|
|
|
1886
1952
|
"bytesInOutput": 115
|
|
1887
1953
|
}
|
|
1888
1954
|
},
|
|
1889
|
-
"bytes":
|
|
1955
|
+
"bytes": 479289
|
|
1890
1956
|
}
|
|
1891
1957
|
}
|
|
1892
1958
|
}
|