@rex0220/kintone-sql-tools 3.25.0 → 3.27.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 +2360 -1903
- 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 +76 -19
- package/dist-engine/meta/esm.json +76 -19
- package/dist-engine/meta/umd.json +76 -19
- package/dist-mcp/ksql-mcp.js +946 -485
- 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-27T04:06:21.176Z",
|
|
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": 93,
|
|
7
|
+
"minifiedBytes": 492803,
|
|
8
|
+
"gzipBytes": 133703,
|
|
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": 93,
|
|
27
|
+
"minifiedBytes": 492268,
|
|
28
|
+
"gzipBytes": 133385,
|
|
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": 95,
|
|
47
|
+
"minifiedBytes": 493295,
|
|
48
|
+
"gzipBytes": 133740,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -716,6 +716,11 @@
|
|
|
716
716
|
"imports": [],
|
|
717
717
|
"format": "esm"
|
|
718
718
|
},
|
|
719
|
+
"src/core/outerJoinSearchAbortGuard.ts": {
|
|
720
|
+
"bytes": 1181,
|
|
721
|
+
"imports": [],
|
|
722
|
+
"format": "esm"
|
|
723
|
+
},
|
|
719
724
|
"src/core/explainMetadata.ts": {
|
|
720
725
|
"bytes": 3980,
|
|
721
726
|
"imports": [
|
|
@@ -738,6 +743,48 @@
|
|
|
738
743
|
],
|
|
739
744
|
"format": "esm"
|
|
740
745
|
},
|
|
746
|
+
"src/core/optimization/whereCapability.ts": {
|
|
747
|
+
"bytes": 21915,
|
|
748
|
+
"imports": [
|
|
749
|
+
{
|
|
750
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
751
|
+
"kind": "import-statement",
|
|
752
|
+
"original": "../relativeDateFunction"
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"format": "esm"
|
|
756
|
+
},
|
|
757
|
+
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
758
|
+
"bytes": 19803,
|
|
759
|
+
"imports": [
|
|
760
|
+
{
|
|
761
|
+
"path": "src/types/ast.ts",
|
|
762
|
+
"kind": "import-statement",
|
|
763
|
+
"original": "../../types/ast"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"path": "src/converter/whereToKintone.ts",
|
|
767
|
+
"kind": "import-statement",
|
|
768
|
+
"original": "../../converter/whereToKintone"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"path": "src/core/fieldSemantics.ts",
|
|
772
|
+
"kind": "import-statement",
|
|
773
|
+
"original": "../fieldSemantics"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"path": "src/core/like.ts",
|
|
777
|
+
"kind": "import-statement",
|
|
778
|
+
"original": "../like"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"path": "src/core/optimization/whereCapability.ts",
|
|
782
|
+
"kind": "import-statement",
|
|
783
|
+
"original": "./whereCapability"
|
|
784
|
+
}
|
|
785
|
+
],
|
|
786
|
+
"format": "esm"
|
|
787
|
+
},
|
|
741
788
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
742
789
|
"bytes": 1179,
|
|
743
790
|
"imports": [
|
|
@@ -868,17 +915,6 @@
|
|
|
868
915
|
"imports": [],
|
|
869
916
|
"format": "esm"
|
|
870
917
|
},
|
|
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
918
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
883
919
|
"bytes": 7609,
|
|
884
920
|
"imports": [
|
|
@@ -1105,7 +1141,7 @@
|
|
|
1105
1141
|
"format": "esm"
|
|
1106
1142
|
},
|
|
1107
1143
|
"src/execute.ts": {
|
|
1108
|
-
"bytes":
|
|
1144
|
+
"bytes": 446249,
|
|
1109
1145
|
"imports": [
|
|
1110
1146
|
{
|
|
1111
1147
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1192,6 +1228,11 @@
|
|
|
1192
1228
|
"kind": "import-statement",
|
|
1193
1229
|
"original": "./core/batchVariables"
|
|
1194
1230
|
},
|
|
1231
|
+
{
|
|
1232
|
+
"path": "src/core/outerJoinSearchAbortGuard.ts",
|
|
1233
|
+
"kind": "import-statement",
|
|
1234
|
+
"original": "./core/outerJoinSearchAbortGuard"
|
|
1235
|
+
},
|
|
1195
1236
|
{
|
|
1196
1237
|
"path": "src/core/scalarCompare.ts",
|
|
1197
1238
|
"kind": "import-statement",
|
|
@@ -1262,6 +1303,11 @@
|
|
|
1262
1303
|
"kind": "import-statement",
|
|
1263
1304
|
"original": "./core/optimization/klikePushdownPlan"
|
|
1264
1305
|
},
|
|
1306
|
+
{
|
|
1307
|
+
"path": "src/core/optimization/joinPredicatePushdown.ts",
|
|
1308
|
+
"kind": "import-statement",
|
|
1309
|
+
"original": "./core/optimization/joinPredicatePushdown"
|
|
1310
|
+
},
|
|
1265
1311
|
{
|
|
1266
1312
|
"path": "src/core/optimization/applyParentSelectionPlan.ts",
|
|
1267
1313
|
"kind": "import-statement",
|
|
@@ -1583,13 +1629,18 @@
|
|
|
1583
1629
|
"format": "esm"
|
|
1584
1630
|
},
|
|
1585
1631
|
"src/engine-library/statementGuard.ts": {
|
|
1586
|
-
"bytes":
|
|
1632
|
+
"bytes": 3420,
|
|
1587
1633
|
"imports": [
|
|
1588
1634
|
{
|
|
1589
1635
|
"path": "src/core/sql.ts",
|
|
1590
1636
|
"kind": "import-statement",
|
|
1591
1637
|
"original": "../core/sql"
|
|
1592
1638
|
},
|
|
1639
|
+
{
|
|
1640
|
+
"path": "src/core/klikeValidation.ts",
|
|
1641
|
+
"kind": "import-statement",
|
|
1642
|
+
"original": "../core/klikeValidation"
|
|
1643
|
+
},
|
|
1593
1644
|
{
|
|
1594
1645
|
"path": "src/engine-library/errors.ts",
|
|
1595
1646
|
"kind": "import-statement",
|
|
@@ -1791,12 +1842,21 @@
|
|
|
1791
1842
|
"src/core/applyUpsertExecutePrepared.ts": {
|
|
1792
1843
|
"bytesInOutput": 1487
|
|
1793
1844
|
},
|
|
1845
|
+
"src/core/outerJoinSearchAbortGuard.ts": {
|
|
1846
|
+
"bytesInOutput": 366
|
|
1847
|
+
},
|
|
1794
1848
|
"src/core/explainMetadata.ts": {
|
|
1795
1849
|
"bytesInOutput": 626
|
|
1796
1850
|
},
|
|
1797
1851
|
"src/core/optimization/sharedPlanner.ts": {
|
|
1798
1852
|
"bytesInOutput": 339
|
|
1799
1853
|
},
|
|
1854
|
+
"src/core/optimization/whereCapability.ts": {
|
|
1855
|
+
"bytesInOutput": 9013
|
|
1856
|
+
},
|
|
1857
|
+
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
1858
|
+
"bytesInOutput": 6428
|
|
1859
|
+
},
|
|
1800
1860
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
1801
1861
|
"bytesInOutput": 246
|
|
1802
1862
|
},
|
|
@@ -1830,9 +1890,6 @@
|
|
|
1830
1890
|
"src/core/dmlPrevalidation.ts": {
|
|
1831
1891
|
"bytesInOutput": 1136
|
|
1832
1892
|
},
|
|
1833
|
-
"src/core/optimization/whereCapability.ts": {
|
|
1834
|
-
"bytesInOutput": 9013
|
|
1835
|
-
},
|
|
1836
1893
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1837
1894
|
"bytesInOutput": 2474
|
|
1838
1895
|
},
|
|
@@ -1888,7 +1945,7 @@
|
|
|
1888
1945
|
"bytesInOutput": 412
|
|
1889
1946
|
},
|
|
1890
1947
|
"src/execute.ts": {
|
|
1891
|
-
"bytesInOutput":
|
|
1948
|
+
"bytesInOutput": 160291
|
|
1892
1949
|
},
|
|
1893
1950
|
"src/engine-library/errors.ts": {
|
|
1894
1951
|
"bytesInOutput": 1116
|
|
@@ -1924,13 +1981,13 @@
|
|
|
1924
1981
|
"bytesInOutput": 84
|
|
1925
1982
|
},
|
|
1926
1983
|
"src/engine-library/statementGuard.ts": {
|
|
1927
|
-
"bytesInOutput":
|
|
1984
|
+
"bytesInOutput": 1082
|
|
1928
1985
|
},
|
|
1929
1986
|
"src/engine-library/query.ts": {
|
|
1930
1987
|
"bytesInOutput": 1231
|
|
1931
1988
|
}
|
|
1932
1989
|
},
|
|
1933
|
-
"bytes":
|
|
1990
|
+
"bytes": 492803
|
|
1934
1991
|
}
|
|
1935
1992
|
}
|
|
1936
1993
|
}
|
|
@@ -716,6 +716,11 @@
|
|
|
716
716
|
"imports": [],
|
|
717
717
|
"format": "esm"
|
|
718
718
|
},
|
|
719
|
+
"src/core/outerJoinSearchAbortGuard.ts": {
|
|
720
|
+
"bytes": 1181,
|
|
721
|
+
"imports": [],
|
|
722
|
+
"format": "esm"
|
|
723
|
+
},
|
|
719
724
|
"src/core/explainMetadata.ts": {
|
|
720
725
|
"bytes": 3980,
|
|
721
726
|
"imports": [
|
|
@@ -738,6 +743,48 @@
|
|
|
738
743
|
],
|
|
739
744
|
"format": "esm"
|
|
740
745
|
},
|
|
746
|
+
"src/core/optimization/whereCapability.ts": {
|
|
747
|
+
"bytes": 21915,
|
|
748
|
+
"imports": [
|
|
749
|
+
{
|
|
750
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
751
|
+
"kind": "import-statement",
|
|
752
|
+
"original": "../relativeDateFunction"
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"format": "esm"
|
|
756
|
+
},
|
|
757
|
+
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
758
|
+
"bytes": 19803,
|
|
759
|
+
"imports": [
|
|
760
|
+
{
|
|
761
|
+
"path": "src/types/ast.ts",
|
|
762
|
+
"kind": "import-statement",
|
|
763
|
+
"original": "../../types/ast"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"path": "src/converter/whereToKintone.ts",
|
|
767
|
+
"kind": "import-statement",
|
|
768
|
+
"original": "../../converter/whereToKintone"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"path": "src/core/fieldSemantics.ts",
|
|
772
|
+
"kind": "import-statement",
|
|
773
|
+
"original": "../fieldSemantics"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"path": "src/core/like.ts",
|
|
777
|
+
"kind": "import-statement",
|
|
778
|
+
"original": "../like"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"path": "src/core/optimization/whereCapability.ts",
|
|
782
|
+
"kind": "import-statement",
|
|
783
|
+
"original": "./whereCapability"
|
|
784
|
+
}
|
|
785
|
+
],
|
|
786
|
+
"format": "esm"
|
|
787
|
+
},
|
|
741
788
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
742
789
|
"bytes": 1179,
|
|
743
790
|
"imports": [
|
|
@@ -868,17 +915,6 @@
|
|
|
868
915
|
"imports": [],
|
|
869
916
|
"format": "esm"
|
|
870
917
|
},
|
|
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
918
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
883
919
|
"bytes": 7609,
|
|
884
920
|
"imports": [
|
|
@@ -1105,7 +1141,7 @@
|
|
|
1105
1141
|
"format": "esm"
|
|
1106
1142
|
},
|
|
1107
1143
|
"src/execute.ts": {
|
|
1108
|
-
"bytes":
|
|
1144
|
+
"bytes": 446249,
|
|
1109
1145
|
"imports": [
|
|
1110
1146
|
{
|
|
1111
1147
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1192,6 +1228,11 @@
|
|
|
1192
1228
|
"kind": "import-statement",
|
|
1193
1229
|
"original": "./core/batchVariables"
|
|
1194
1230
|
},
|
|
1231
|
+
{
|
|
1232
|
+
"path": "src/core/outerJoinSearchAbortGuard.ts",
|
|
1233
|
+
"kind": "import-statement",
|
|
1234
|
+
"original": "./core/outerJoinSearchAbortGuard"
|
|
1235
|
+
},
|
|
1195
1236
|
{
|
|
1196
1237
|
"path": "src/core/scalarCompare.ts",
|
|
1197
1238
|
"kind": "import-statement",
|
|
@@ -1262,6 +1303,11 @@
|
|
|
1262
1303
|
"kind": "import-statement",
|
|
1263
1304
|
"original": "./core/optimization/klikePushdownPlan"
|
|
1264
1305
|
},
|
|
1306
|
+
{
|
|
1307
|
+
"path": "src/core/optimization/joinPredicatePushdown.ts",
|
|
1308
|
+
"kind": "import-statement",
|
|
1309
|
+
"original": "./core/optimization/joinPredicatePushdown"
|
|
1310
|
+
},
|
|
1265
1311
|
{
|
|
1266
1312
|
"path": "src/core/optimization/applyParentSelectionPlan.ts",
|
|
1267
1313
|
"kind": "import-statement",
|
|
@@ -1583,13 +1629,18 @@
|
|
|
1583
1629
|
"format": "esm"
|
|
1584
1630
|
},
|
|
1585
1631
|
"src/engine-library/statementGuard.ts": {
|
|
1586
|
-
"bytes":
|
|
1632
|
+
"bytes": 3420,
|
|
1587
1633
|
"imports": [
|
|
1588
1634
|
{
|
|
1589
1635
|
"path": "src/core/sql.ts",
|
|
1590
1636
|
"kind": "import-statement",
|
|
1591
1637
|
"original": "../core/sql"
|
|
1592
1638
|
},
|
|
1639
|
+
{
|
|
1640
|
+
"path": "src/core/klikeValidation.ts",
|
|
1641
|
+
"kind": "import-statement",
|
|
1642
|
+
"original": "../core/klikeValidation"
|
|
1643
|
+
},
|
|
1593
1644
|
{
|
|
1594
1645
|
"path": "src/engine-library/errors.ts",
|
|
1595
1646
|
"kind": "import-statement",
|
|
@@ -1794,12 +1845,21 @@
|
|
|
1794
1845
|
"src/core/applyUpsertExecutePrepared.ts": {
|
|
1795
1846
|
"bytesInOutput": 1487
|
|
1796
1847
|
},
|
|
1848
|
+
"src/core/outerJoinSearchAbortGuard.ts": {
|
|
1849
|
+
"bytesInOutput": 366
|
|
1850
|
+
},
|
|
1797
1851
|
"src/core/explainMetadata.ts": {
|
|
1798
1852
|
"bytesInOutput": 626
|
|
1799
1853
|
},
|
|
1800
1854
|
"src/core/optimization/sharedPlanner.ts": {
|
|
1801
1855
|
"bytesInOutput": 339
|
|
1802
1856
|
},
|
|
1857
|
+
"src/core/optimization/whereCapability.ts": {
|
|
1858
|
+
"bytesInOutput": 9013
|
|
1859
|
+
},
|
|
1860
|
+
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
1861
|
+
"bytesInOutput": 6428
|
|
1862
|
+
},
|
|
1803
1863
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
1804
1864
|
"bytesInOutput": 246
|
|
1805
1865
|
},
|
|
@@ -1833,9 +1893,6 @@
|
|
|
1833
1893
|
"src/core/dmlPrevalidation.ts": {
|
|
1834
1894
|
"bytesInOutput": 1136
|
|
1835
1895
|
},
|
|
1836
|
-
"src/core/optimization/whereCapability.ts": {
|
|
1837
|
-
"bytesInOutput": 9013
|
|
1838
|
-
},
|
|
1839
1896
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1840
1897
|
"bytesInOutput": 2474
|
|
1841
1898
|
},
|
|
@@ -1891,7 +1948,7 @@
|
|
|
1891
1948
|
"bytesInOutput": 412
|
|
1892
1949
|
},
|
|
1893
1950
|
"src/execute.ts": {
|
|
1894
|
-
"bytesInOutput":
|
|
1951
|
+
"bytesInOutput": 160291
|
|
1895
1952
|
},
|
|
1896
1953
|
"src/engine-library/errors.ts": {
|
|
1897
1954
|
"bytesInOutput": 1116
|
|
@@ -1927,7 +1984,7 @@
|
|
|
1927
1984
|
"bytesInOutput": 84
|
|
1928
1985
|
},
|
|
1929
1986
|
"src/engine-library/statementGuard.ts": {
|
|
1930
|
-
"bytesInOutput":
|
|
1987
|
+
"bytesInOutput": 1082
|
|
1931
1988
|
},
|
|
1932
1989
|
"src/engine-library/query.ts": {
|
|
1933
1990
|
"bytesInOutput": 1231
|
|
@@ -1936,7 +1993,7 @@
|
|
|
1936
1993
|
"bytesInOutput": 16
|
|
1937
1994
|
}
|
|
1938
1995
|
},
|
|
1939
|
-
"bytes":
|
|
1996
|
+
"bytes": 492268
|
|
1940
1997
|
}
|
|
1941
1998
|
}
|
|
1942
1999
|
}
|
|
@@ -716,6 +716,11 @@
|
|
|
716
716
|
"imports": [],
|
|
717
717
|
"format": "esm"
|
|
718
718
|
},
|
|
719
|
+
"src/core/outerJoinSearchAbortGuard.ts": {
|
|
720
|
+
"bytes": 1181,
|
|
721
|
+
"imports": [],
|
|
722
|
+
"format": "esm"
|
|
723
|
+
},
|
|
719
724
|
"src/core/explainMetadata.ts": {
|
|
720
725
|
"bytes": 3980,
|
|
721
726
|
"imports": [
|
|
@@ -738,6 +743,48 @@
|
|
|
738
743
|
],
|
|
739
744
|
"format": "esm"
|
|
740
745
|
},
|
|
746
|
+
"src/core/optimization/whereCapability.ts": {
|
|
747
|
+
"bytes": 21915,
|
|
748
|
+
"imports": [
|
|
749
|
+
{
|
|
750
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
751
|
+
"kind": "import-statement",
|
|
752
|
+
"original": "../relativeDateFunction"
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"format": "esm"
|
|
756
|
+
},
|
|
757
|
+
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
758
|
+
"bytes": 19803,
|
|
759
|
+
"imports": [
|
|
760
|
+
{
|
|
761
|
+
"path": "src/types/ast.ts",
|
|
762
|
+
"kind": "import-statement",
|
|
763
|
+
"original": "../../types/ast"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"path": "src/converter/whereToKintone.ts",
|
|
767
|
+
"kind": "import-statement",
|
|
768
|
+
"original": "../../converter/whereToKintone"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"path": "src/core/fieldSemantics.ts",
|
|
772
|
+
"kind": "import-statement",
|
|
773
|
+
"original": "../fieldSemantics"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"path": "src/core/like.ts",
|
|
777
|
+
"kind": "import-statement",
|
|
778
|
+
"original": "../like"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"path": "src/core/optimization/whereCapability.ts",
|
|
782
|
+
"kind": "import-statement",
|
|
783
|
+
"original": "./whereCapability"
|
|
784
|
+
}
|
|
785
|
+
],
|
|
786
|
+
"format": "esm"
|
|
787
|
+
},
|
|
741
788
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
742
789
|
"bytes": 1179,
|
|
743
790
|
"imports": [
|
|
@@ -868,17 +915,6 @@
|
|
|
868
915
|
"imports": [],
|
|
869
916
|
"format": "esm"
|
|
870
917
|
},
|
|
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
918
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
883
919
|
"bytes": 7609,
|
|
884
920
|
"imports": [
|
|
@@ -1105,7 +1141,7 @@
|
|
|
1105
1141
|
"format": "esm"
|
|
1106
1142
|
},
|
|
1107
1143
|
"src/execute.ts": {
|
|
1108
|
-
"bytes":
|
|
1144
|
+
"bytes": 446249,
|
|
1109
1145
|
"imports": [
|
|
1110
1146
|
{
|
|
1111
1147
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1192,6 +1228,11 @@
|
|
|
1192
1228
|
"kind": "import-statement",
|
|
1193
1229
|
"original": "./core/batchVariables"
|
|
1194
1230
|
},
|
|
1231
|
+
{
|
|
1232
|
+
"path": "src/core/outerJoinSearchAbortGuard.ts",
|
|
1233
|
+
"kind": "import-statement",
|
|
1234
|
+
"original": "./core/outerJoinSearchAbortGuard"
|
|
1235
|
+
},
|
|
1195
1236
|
{
|
|
1196
1237
|
"path": "src/core/scalarCompare.ts",
|
|
1197
1238
|
"kind": "import-statement",
|
|
@@ -1262,6 +1303,11 @@
|
|
|
1262
1303
|
"kind": "import-statement",
|
|
1263
1304
|
"original": "./core/optimization/klikePushdownPlan"
|
|
1264
1305
|
},
|
|
1306
|
+
{
|
|
1307
|
+
"path": "src/core/optimization/joinPredicatePushdown.ts",
|
|
1308
|
+
"kind": "import-statement",
|
|
1309
|
+
"original": "./core/optimization/joinPredicatePushdown"
|
|
1310
|
+
},
|
|
1265
1311
|
{
|
|
1266
1312
|
"path": "src/core/optimization/applyParentSelectionPlan.ts",
|
|
1267
1313
|
"kind": "import-statement",
|
|
@@ -1583,13 +1629,18 @@
|
|
|
1583
1629
|
"format": "esm"
|
|
1584
1630
|
},
|
|
1585
1631
|
"src/engine-library/statementGuard.ts": {
|
|
1586
|
-
"bytes":
|
|
1632
|
+
"bytes": 3420,
|
|
1587
1633
|
"imports": [
|
|
1588
1634
|
{
|
|
1589
1635
|
"path": "src/core/sql.ts",
|
|
1590
1636
|
"kind": "import-statement",
|
|
1591
1637
|
"original": "../core/sql"
|
|
1592
1638
|
},
|
|
1639
|
+
{
|
|
1640
|
+
"path": "src/core/klikeValidation.ts",
|
|
1641
|
+
"kind": "import-statement",
|
|
1642
|
+
"original": "../core/klikeValidation"
|
|
1643
|
+
},
|
|
1593
1644
|
{
|
|
1594
1645
|
"path": "src/engine-library/errors.ts",
|
|
1595
1646
|
"kind": "import-statement",
|
|
@@ -1809,12 +1860,21 @@
|
|
|
1809
1860
|
"src/core/applyUpsertExecutePrepared.ts": {
|
|
1810
1861
|
"bytesInOutput": 1487
|
|
1811
1862
|
},
|
|
1863
|
+
"src/core/outerJoinSearchAbortGuard.ts": {
|
|
1864
|
+
"bytesInOutput": 366
|
|
1865
|
+
},
|
|
1812
1866
|
"src/core/explainMetadata.ts": {
|
|
1813
1867
|
"bytesInOutput": 626
|
|
1814
1868
|
},
|
|
1815
1869
|
"src/core/optimization/sharedPlanner.ts": {
|
|
1816
1870
|
"bytesInOutput": 339
|
|
1817
1871
|
},
|
|
1872
|
+
"src/core/optimization/whereCapability.ts": {
|
|
1873
|
+
"bytesInOutput": 9013
|
|
1874
|
+
},
|
|
1875
|
+
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
1876
|
+
"bytesInOutput": 6428
|
|
1877
|
+
},
|
|
1818
1878
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
1819
1879
|
"bytesInOutput": 246
|
|
1820
1880
|
},
|
|
@@ -1848,9 +1908,6 @@
|
|
|
1848
1908
|
"src/core/dmlPrevalidation.ts": {
|
|
1849
1909
|
"bytesInOutput": 1136
|
|
1850
1910
|
},
|
|
1851
|
-
"src/core/optimization/whereCapability.ts": {
|
|
1852
|
-
"bytesInOutput": 9013
|
|
1853
|
-
},
|
|
1854
1911
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1855
1912
|
"bytesInOutput": 2474
|
|
1856
1913
|
},
|
|
@@ -1906,7 +1963,7 @@
|
|
|
1906
1963
|
"bytesInOutput": 412
|
|
1907
1964
|
},
|
|
1908
1965
|
"src/execute.ts": {
|
|
1909
|
-
"bytesInOutput":
|
|
1966
|
+
"bytesInOutput": 160291
|
|
1910
1967
|
},
|
|
1911
1968
|
"src/engine-library/errors.ts": {
|
|
1912
1969
|
"bytesInOutput": 1116
|
|
@@ -1942,7 +1999,7 @@
|
|
|
1942
1999
|
"bytesInOutput": 84
|
|
1943
2000
|
},
|
|
1944
2001
|
"src/engine-library/statementGuard.ts": {
|
|
1945
|
-
"bytesInOutput":
|
|
2002
|
+
"bytesInOutput": 1082
|
|
1946
2003
|
},
|
|
1947
2004
|
"src/engine-library/query.ts": {
|
|
1948
2005
|
"bytesInOutput": 1231
|
|
@@ -1957,7 +2014,7 @@
|
|
|
1957
2014
|
"bytesInOutput": 115
|
|
1958
2015
|
}
|
|
1959
2016
|
},
|
|
1960
|
-
"bytes":
|
|
2017
|
+
"bytes": 493295
|
|
1961
2018
|
}
|
|
1962
2019
|
}
|
|
1963
2020
|
}
|