@rex0220/kintone-sql-tools 3.25.0 → 3.26.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 +2322 -1892
- package/dist-engine/index.cjs +7 -7
- package/dist-engine/index.mjs +7 -7
- package/dist-engine/ksql-engine.umd.js +7 -7
- package/dist-engine/meta/bundle-baseline.json +10 -10
- package/dist-engine/meta/cjs.json +56 -17
- package/dist-engine/meta/esm.json +56 -17
- package/dist-engine/meta/umd.json +56 -17
- package/dist-mcp/ksql-mcp.js +916 -483
- package/dist-mcpb/ksql-mcp.mcpb +0 -0
- package/package.json +4 -3
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-07-
|
|
2
|
+
"generatedAt": "2026-07-27T01:27:46.810Z",
|
|
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": 92,
|
|
7
|
+
"minifiedBytes": 492291,
|
|
8
|
+
"gzipBytes": 133514,
|
|
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": 92,
|
|
27
|
+
"minifiedBytes": 491756,
|
|
28
|
+
"gzipBytes": 133212,
|
|
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": 94,
|
|
47
|
+
"minifiedBytes": 492783,
|
|
48
|
+
"gzipBytes": 133545,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -738,6 +738,48 @@
|
|
|
738
738
|
],
|
|
739
739
|
"format": "esm"
|
|
740
740
|
},
|
|
741
|
+
"src/core/optimization/whereCapability.ts": {
|
|
742
|
+
"bytes": 21915,
|
|
743
|
+
"imports": [
|
|
744
|
+
{
|
|
745
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
746
|
+
"kind": "import-statement",
|
|
747
|
+
"original": "../relativeDateFunction"
|
|
748
|
+
}
|
|
749
|
+
],
|
|
750
|
+
"format": "esm"
|
|
751
|
+
},
|
|
752
|
+
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
753
|
+
"bytes": 19803,
|
|
754
|
+
"imports": [
|
|
755
|
+
{
|
|
756
|
+
"path": "src/types/ast.ts",
|
|
757
|
+
"kind": "import-statement",
|
|
758
|
+
"original": "../../types/ast"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"path": "src/converter/whereToKintone.ts",
|
|
762
|
+
"kind": "import-statement",
|
|
763
|
+
"original": "../../converter/whereToKintone"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"path": "src/core/fieldSemantics.ts",
|
|
767
|
+
"kind": "import-statement",
|
|
768
|
+
"original": "../fieldSemantics"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"path": "src/core/like.ts",
|
|
772
|
+
"kind": "import-statement",
|
|
773
|
+
"original": "../like"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"path": "src/core/optimization/whereCapability.ts",
|
|
777
|
+
"kind": "import-statement",
|
|
778
|
+
"original": "./whereCapability"
|
|
779
|
+
}
|
|
780
|
+
],
|
|
781
|
+
"format": "esm"
|
|
782
|
+
},
|
|
741
783
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
742
784
|
"bytes": 1179,
|
|
743
785
|
"imports": [
|
|
@@ -868,17 +910,6 @@
|
|
|
868
910
|
"imports": [],
|
|
869
911
|
"format": "esm"
|
|
870
912
|
},
|
|
871
|
-
"src/core/optimization/whereCapability.ts": {
|
|
872
|
-
"bytes": 21915,
|
|
873
|
-
"imports": [
|
|
874
|
-
{
|
|
875
|
-
"path": "src/core/relativeDateFunction.ts",
|
|
876
|
-
"kind": "import-statement",
|
|
877
|
-
"original": "../relativeDateFunction"
|
|
878
|
-
}
|
|
879
|
-
],
|
|
880
|
-
"format": "esm"
|
|
881
|
-
},
|
|
882
913
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
883
914
|
"bytes": 7609,
|
|
884
915
|
"imports": [
|
|
@@ -1105,7 +1136,7 @@
|
|
|
1105
1136
|
"format": "esm"
|
|
1106
1137
|
},
|
|
1107
1138
|
"src/execute.ts": {
|
|
1108
|
-
"bytes":
|
|
1139
|
+
"bytes": 445503,
|
|
1109
1140
|
"imports": [
|
|
1110
1141
|
{
|
|
1111
1142
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1262,6 +1293,11 @@
|
|
|
1262
1293
|
"kind": "import-statement",
|
|
1263
1294
|
"original": "./core/optimization/klikePushdownPlan"
|
|
1264
1295
|
},
|
|
1296
|
+
{
|
|
1297
|
+
"path": "src/core/optimization/joinPredicatePushdown.ts",
|
|
1298
|
+
"kind": "import-statement",
|
|
1299
|
+
"original": "./core/optimization/joinPredicatePushdown"
|
|
1300
|
+
},
|
|
1265
1301
|
{
|
|
1266
1302
|
"path": "src/core/optimization/applyParentSelectionPlan.ts",
|
|
1267
1303
|
"kind": "import-statement",
|
|
@@ -1797,6 +1833,12 @@
|
|
|
1797
1833
|
"src/core/optimization/sharedPlanner.ts": {
|
|
1798
1834
|
"bytesInOutput": 339
|
|
1799
1835
|
},
|
|
1836
|
+
"src/core/optimization/whereCapability.ts": {
|
|
1837
|
+
"bytesInOutput": 9013
|
|
1838
|
+
},
|
|
1839
|
+
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
1840
|
+
"bytesInOutput": 6428
|
|
1841
|
+
},
|
|
1800
1842
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
1801
1843
|
"bytesInOutput": 246
|
|
1802
1844
|
},
|
|
@@ -1830,9 +1872,6 @@
|
|
|
1830
1872
|
"src/core/dmlPrevalidation.ts": {
|
|
1831
1873
|
"bytesInOutput": 1136
|
|
1832
1874
|
},
|
|
1833
|
-
"src/core/optimization/whereCapability.ts": {
|
|
1834
|
-
"bytesInOutput": 9013
|
|
1835
|
-
},
|
|
1836
1875
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1837
1876
|
"bytesInOutput": 2474
|
|
1838
1877
|
},
|
|
@@ -1888,7 +1927,7 @@
|
|
|
1888
1927
|
"bytesInOutput": 412
|
|
1889
1928
|
},
|
|
1890
1929
|
"src/execute.ts": {
|
|
1891
|
-
"bytesInOutput":
|
|
1930
|
+
"bytesInOutput": 160215
|
|
1892
1931
|
},
|
|
1893
1932
|
"src/engine-library/errors.ts": {
|
|
1894
1933
|
"bytesInOutput": 1116
|
|
@@ -1930,7 +1969,7 @@
|
|
|
1930
1969
|
"bytesInOutput": 1231
|
|
1931
1970
|
}
|
|
1932
1971
|
},
|
|
1933
|
-
"bytes":
|
|
1972
|
+
"bytes": 492291
|
|
1934
1973
|
}
|
|
1935
1974
|
}
|
|
1936
1975
|
}
|
|
@@ -738,6 +738,48 @@
|
|
|
738
738
|
],
|
|
739
739
|
"format": "esm"
|
|
740
740
|
},
|
|
741
|
+
"src/core/optimization/whereCapability.ts": {
|
|
742
|
+
"bytes": 21915,
|
|
743
|
+
"imports": [
|
|
744
|
+
{
|
|
745
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
746
|
+
"kind": "import-statement",
|
|
747
|
+
"original": "../relativeDateFunction"
|
|
748
|
+
}
|
|
749
|
+
],
|
|
750
|
+
"format": "esm"
|
|
751
|
+
},
|
|
752
|
+
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
753
|
+
"bytes": 19803,
|
|
754
|
+
"imports": [
|
|
755
|
+
{
|
|
756
|
+
"path": "src/types/ast.ts",
|
|
757
|
+
"kind": "import-statement",
|
|
758
|
+
"original": "../../types/ast"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"path": "src/converter/whereToKintone.ts",
|
|
762
|
+
"kind": "import-statement",
|
|
763
|
+
"original": "../../converter/whereToKintone"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"path": "src/core/fieldSemantics.ts",
|
|
767
|
+
"kind": "import-statement",
|
|
768
|
+
"original": "../fieldSemantics"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"path": "src/core/like.ts",
|
|
772
|
+
"kind": "import-statement",
|
|
773
|
+
"original": "../like"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"path": "src/core/optimization/whereCapability.ts",
|
|
777
|
+
"kind": "import-statement",
|
|
778
|
+
"original": "./whereCapability"
|
|
779
|
+
}
|
|
780
|
+
],
|
|
781
|
+
"format": "esm"
|
|
782
|
+
},
|
|
741
783
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
742
784
|
"bytes": 1179,
|
|
743
785
|
"imports": [
|
|
@@ -868,17 +910,6 @@
|
|
|
868
910
|
"imports": [],
|
|
869
911
|
"format": "esm"
|
|
870
912
|
},
|
|
871
|
-
"src/core/optimization/whereCapability.ts": {
|
|
872
|
-
"bytes": 21915,
|
|
873
|
-
"imports": [
|
|
874
|
-
{
|
|
875
|
-
"path": "src/core/relativeDateFunction.ts",
|
|
876
|
-
"kind": "import-statement",
|
|
877
|
-
"original": "../relativeDateFunction"
|
|
878
|
-
}
|
|
879
|
-
],
|
|
880
|
-
"format": "esm"
|
|
881
|
-
},
|
|
882
913
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
883
914
|
"bytes": 7609,
|
|
884
915
|
"imports": [
|
|
@@ -1105,7 +1136,7 @@
|
|
|
1105
1136
|
"format": "esm"
|
|
1106
1137
|
},
|
|
1107
1138
|
"src/execute.ts": {
|
|
1108
|
-
"bytes":
|
|
1139
|
+
"bytes": 445503,
|
|
1109
1140
|
"imports": [
|
|
1110
1141
|
{
|
|
1111
1142
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1262,6 +1293,11 @@
|
|
|
1262
1293
|
"kind": "import-statement",
|
|
1263
1294
|
"original": "./core/optimization/klikePushdownPlan"
|
|
1264
1295
|
},
|
|
1296
|
+
{
|
|
1297
|
+
"path": "src/core/optimization/joinPredicatePushdown.ts",
|
|
1298
|
+
"kind": "import-statement",
|
|
1299
|
+
"original": "./core/optimization/joinPredicatePushdown"
|
|
1300
|
+
},
|
|
1265
1301
|
{
|
|
1266
1302
|
"path": "src/core/optimization/applyParentSelectionPlan.ts",
|
|
1267
1303
|
"kind": "import-statement",
|
|
@@ -1800,6 +1836,12 @@
|
|
|
1800
1836
|
"src/core/optimization/sharedPlanner.ts": {
|
|
1801
1837
|
"bytesInOutput": 339
|
|
1802
1838
|
},
|
|
1839
|
+
"src/core/optimization/whereCapability.ts": {
|
|
1840
|
+
"bytesInOutput": 9013
|
|
1841
|
+
},
|
|
1842
|
+
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
1843
|
+
"bytesInOutput": 6428
|
|
1844
|
+
},
|
|
1803
1845
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
1804
1846
|
"bytesInOutput": 246
|
|
1805
1847
|
},
|
|
@@ -1833,9 +1875,6 @@
|
|
|
1833
1875
|
"src/core/dmlPrevalidation.ts": {
|
|
1834
1876
|
"bytesInOutput": 1136
|
|
1835
1877
|
},
|
|
1836
|
-
"src/core/optimization/whereCapability.ts": {
|
|
1837
|
-
"bytesInOutput": 9013
|
|
1838
|
-
},
|
|
1839
1878
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1840
1879
|
"bytesInOutput": 2474
|
|
1841
1880
|
},
|
|
@@ -1891,7 +1930,7 @@
|
|
|
1891
1930
|
"bytesInOutput": 412
|
|
1892
1931
|
},
|
|
1893
1932
|
"src/execute.ts": {
|
|
1894
|
-
"bytesInOutput":
|
|
1933
|
+
"bytesInOutput": 160215
|
|
1895
1934
|
},
|
|
1896
1935
|
"src/engine-library/errors.ts": {
|
|
1897
1936
|
"bytesInOutput": 1116
|
|
@@ -1936,7 +1975,7 @@
|
|
|
1936
1975
|
"bytesInOutput": 16
|
|
1937
1976
|
}
|
|
1938
1977
|
},
|
|
1939
|
-
"bytes":
|
|
1978
|
+
"bytes": 491756
|
|
1940
1979
|
}
|
|
1941
1980
|
}
|
|
1942
1981
|
}
|
|
@@ -738,6 +738,48 @@
|
|
|
738
738
|
],
|
|
739
739
|
"format": "esm"
|
|
740
740
|
},
|
|
741
|
+
"src/core/optimization/whereCapability.ts": {
|
|
742
|
+
"bytes": 21915,
|
|
743
|
+
"imports": [
|
|
744
|
+
{
|
|
745
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
746
|
+
"kind": "import-statement",
|
|
747
|
+
"original": "../relativeDateFunction"
|
|
748
|
+
}
|
|
749
|
+
],
|
|
750
|
+
"format": "esm"
|
|
751
|
+
},
|
|
752
|
+
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
753
|
+
"bytes": 19803,
|
|
754
|
+
"imports": [
|
|
755
|
+
{
|
|
756
|
+
"path": "src/types/ast.ts",
|
|
757
|
+
"kind": "import-statement",
|
|
758
|
+
"original": "../../types/ast"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"path": "src/converter/whereToKintone.ts",
|
|
762
|
+
"kind": "import-statement",
|
|
763
|
+
"original": "../../converter/whereToKintone"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"path": "src/core/fieldSemantics.ts",
|
|
767
|
+
"kind": "import-statement",
|
|
768
|
+
"original": "../fieldSemantics"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"path": "src/core/like.ts",
|
|
772
|
+
"kind": "import-statement",
|
|
773
|
+
"original": "../like"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"path": "src/core/optimization/whereCapability.ts",
|
|
777
|
+
"kind": "import-statement",
|
|
778
|
+
"original": "./whereCapability"
|
|
779
|
+
}
|
|
780
|
+
],
|
|
781
|
+
"format": "esm"
|
|
782
|
+
},
|
|
741
783
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
742
784
|
"bytes": 1179,
|
|
743
785
|
"imports": [
|
|
@@ -868,17 +910,6 @@
|
|
|
868
910
|
"imports": [],
|
|
869
911
|
"format": "esm"
|
|
870
912
|
},
|
|
871
|
-
"src/core/optimization/whereCapability.ts": {
|
|
872
|
-
"bytes": 21915,
|
|
873
|
-
"imports": [
|
|
874
|
-
{
|
|
875
|
-
"path": "src/core/relativeDateFunction.ts",
|
|
876
|
-
"kind": "import-statement",
|
|
877
|
-
"original": "../relativeDateFunction"
|
|
878
|
-
}
|
|
879
|
-
],
|
|
880
|
-
"format": "esm"
|
|
881
|
-
},
|
|
882
913
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
883
914
|
"bytes": 7609,
|
|
884
915
|
"imports": [
|
|
@@ -1105,7 +1136,7 @@
|
|
|
1105
1136
|
"format": "esm"
|
|
1106
1137
|
},
|
|
1107
1138
|
"src/execute.ts": {
|
|
1108
|
-
"bytes":
|
|
1139
|
+
"bytes": 445503,
|
|
1109
1140
|
"imports": [
|
|
1110
1141
|
{
|
|
1111
1142
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1262,6 +1293,11 @@
|
|
|
1262
1293
|
"kind": "import-statement",
|
|
1263
1294
|
"original": "./core/optimization/klikePushdownPlan"
|
|
1264
1295
|
},
|
|
1296
|
+
{
|
|
1297
|
+
"path": "src/core/optimization/joinPredicatePushdown.ts",
|
|
1298
|
+
"kind": "import-statement",
|
|
1299
|
+
"original": "./core/optimization/joinPredicatePushdown"
|
|
1300
|
+
},
|
|
1265
1301
|
{
|
|
1266
1302
|
"path": "src/core/optimization/applyParentSelectionPlan.ts",
|
|
1267
1303
|
"kind": "import-statement",
|
|
@@ -1815,6 +1851,12 @@
|
|
|
1815
1851
|
"src/core/optimization/sharedPlanner.ts": {
|
|
1816
1852
|
"bytesInOutput": 339
|
|
1817
1853
|
},
|
|
1854
|
+
"src/core/optimization/whereCapability.ts": {
|
|
1855
|
+
"bytesInOutput": 9013
|
|
1856
|
+
},
|
|
1857
|
+
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
1858
|
+
"bytesInOutput": 6428
|
|
1859
|
+
},
|
|
1818
1860
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
1819
1861
|
"bytesInOutput": 246
|
|
1820
1862
|
},
|
|
@@ -1848,9 +1890,6 @@
|
|
|
1848
1890
|
"src/core/dmlPrevalidation.ts": {
|
|
1849
1891
|
"bytesInOutput": 1136
|
|
1850
1892
|
},
|
|
1851
|
-
"src/core/optimization/whereCapability.ts": {
|
|
1852
|
-
"bytesInOutput": 9013
|
|
1853
|
-
},
|
|
1854
1893
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1855
1894
|
"bytesInOutput": 2474
|
|
1856
1895
|
},
|
|
@@ -1906,7 +1945,7 @@
|
|
|
1906
1945
|
"bytesInOutput": 412
|
|
1907
1946
|
},
|
|
1908
1947
|
"src/execute.ts": {
|
|
1909
|
-
"bytesInOutput":
|
|
1948
|
+
"bytesInOutput": 160215
|
|
1910
1949
|
},
|
|
1911
1950
|
"src/engine-library/errors.ts": {
|
|
1912
1951
|
"bytesInOutput": 1116
|
|
@@ -1957,7 +1996,7 @@
|
|
|
1957
1996
|
"bytesInOutput": 115
|
|
1958
1997
|
}
|
|
1959
1998
|
},
|
|
1960
|
-
"bytes":
|
|
1999
|
+
"bytes": 492783
|
|
1961
2000
|
}
|
|
1962
2001
|
}
|
|
1963
2002
|
}
|