@rex0220/kintone-sql-tools 3.26.0 → 3.28.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 +714 -157
- package/dist-engine/index.cjs +10 -10
- package/dist-engine/index.mjs +10 -10
- package/dist-engine/ksql-engine.umd.js +10 -10
- package/dist-engine/meta/bundle-baseline.json +10 -10
- package/dist-engine/meta/cjs.json +63 -25
- package/dist-engine/meta/esm.json +63 -25
- package/dist-engine/meta/umd.json +63 -25
- package/dist-mcp/ksql-mcp.js +719 -163
- 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-27T09:22:11.447Z",
|
|
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": 503762,
|
|
8
|
+
"gzipBytes": 136787,
|
|
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": 503227,
|
|
28
|
+
"gzipBytes": 136501,
|
|
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": 504254,
|
|
48
|
+
"gzipBytes": 136861,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -232,8 +232,19 @@
|
|
|
232
232
|
],
|
|
233
233
|
"format": "esm"
|
|
234
234
|
},
|
|
235
|
+
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
236
|
+
"bytes": 7609,
|
|
237
|
+
"imports": [
|
|
238
|
+
{
|
|
239
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
240
|
+
"kind": "import-statement",
|
|
241
|
+
"original": "../relativeDateFunction"
|
|
242
|
+
}
|
|
243
|
+
],
|
|
244
|
+
"format": "esm"
|
|
245
|
+
},
|
|
235
246
|
"src/core/klikeValidation.ts": {
|
|
236
|
-
"bytes":
|
|
247
|
+
"bytes": 12296,
|
|
237
248
|
"imports": [
|
|
238
249
|
{
|
|
239
250
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -255,6 +266,11 @@
|
|
|
255
266
|
"kind": "import-statement",
|
|
256
267
|
"original": "./optimization/klikePushdownPlan"
|
|
257
268
|
},
|
|
269
|
+
{
|
|
270
|
+
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
271
|
+
"kind": "import-statement",
|
|
272
|
+
"original": "./optimization/relativeDateFullScanExactPlan"
|
|
273
|
+
},
|
|
258
274
|
{
|
|
259
275
|
"path": "src/core/applyPatchScope.ts",
|
|
260
276
|
"kind": "import-statement",
|
|
@@ -716,6 +732,11 @@
|
|
|
716
732
|
"imports": [],
|
|
717
733
|
"format": "esm"
|
|
718
734
|
},
|
|
735
|
+
"src/core/outerJoinSearchAbortGuard.ts": {
|
|
736
|
+
"bytes": 1181,
|
|
737
|
+
"imports": [],
|
|
738
|
+
"format": "esm"
|
|
739
|
+
},
|
|
719
740
|
"src/core/explainMetadata.ts": {
|
|
720
741
|
"bytes": 3980,
|
|
721
742
|
"imports": [
|
|
@@ -750,7 +771,7 @@
|
|
|
750
771
|
"format": "esm"
|
|
751
772
|
},
|
|
752
773
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
753
|
-
"bytes":
|
|
774
|
+
"bytes": 40818,
|
|
754
775
|
"imports": [
|
|
755
776
|
{
|
|
756
777
|
"path": "src/types/ast.ts",
|
|
@@ -772,6 +793,16 @@
|
|
|
772
793
|
"kind": "import-statement",
|
|
773
794
|
"original": "../like"
|
|
774
795
|
},
|
|
796
|
+
{
|
|
797
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
798
|
+
"kind": "import-statement",
|
|
799
|
+
"original": "../relativeDateFunction"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
803
|
+
"kind": "import-statement",
|
|
804
|
+
"original": "./relativeDateFullScanExactPlan"
|
|
805
|
+
},
|
|
775
806
|
{
|
|
776
807
|
"path": "src/core/optimization/whereCapability.ts",
|
|
777
808
|
"kind": "import-statement",
|
|
@@ -910,19 +941,8 @@
|
|
|
910
941
|
"imports": [],
|
|
911
942
|
"format": "esm"
|
|
912
943
|
},
|
|
913
|
-
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
914
|
-
"bytes": 7609,
|
|
915
|
-
"imports": [
|
|
916
|
-
{
|
|
917
|
-
"path": "src/core/relativeDateFunction.ts",
|
|
918
|
-
"kind": "import-statement",
|
|
919
|
-
"original": "../relativeDateFunction"
|
|
920
|
-
}
|
|
921
|
-
],
|
|
922
|
-
"format": "esm"
|
|
923
|
-
},
|
|
924
944
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
925
|
-
"bytes":
|
|
945
|
+
"bytes": 22959,
|
|
926
946
|
"imports": [
|
|
927
947
|
{
|
|
928
948
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -948,6 +968,11 @@
|
|
|
948
968
|
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
949
969
|
"kind": "import-statement",
|
|
950
970
|
"original": "./relativeDateFullScanExactPlan"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"path": "src/core/optimization/joinPredicatePushdown.ts",
|
|
974
|
+
"kind": "import-statement",
|
|
975
|
+
"original": "./joinPredicatePushdown"
|
|
951
976
|
}
|
|
952
977
|
],
|
|
953
978
|
"format": "esm"
|
|
@@ -1136,7 +1161,7 @@
|
|
|
1136
1161
|
"format": "esm"
|
|
1137
1162
|
},
|
|
1138
1163
|
"src/execute.ts": {
|
|
1139
|
-
"bytes":
|
|
1164
|
+
"bytes": 453813,
|
|
1140
1165
|
"imports": [
|
|
1141
1166
|
{
|
|
1142
1167
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1223,6 +1248,11 @@
|
|
|
1223
1248
|
"kind": "import-statement",
|
|
1224
1249
|
"original": "./core/batchVariables"
|
|
1225
1250
|
},
|
|
1251
|
+
{
|
|
1252
|
+
"path": "src/core/outerJoinSearchAbortGuard.ts",
|
|
1253
|
+
"kind": "import-statement",
|
|
1254
|
+
"original": "./core/outerJoinSearchAbortGuard"
|
|
1255
|
+
},
|
|
1226
1256
|
{
|
|
1227
1257
|
"path": "src/core/scalarCompare.ts",
|
|
1228
1258
|
"kind": "import-statement",
|
|
@@ -1619,13 +1649,18 @@
|
|
|
1619
1649
|
"format": "esm"
|
|
1620
1650
|
},
|
|
1621
1651
|
"src/engine-library/statementGuard.ts": {
|
|
1622
|
-
"bytes":
|
|
1652
|
+
"bytes": 3420,
|
|
1623
1653
|
"imports": [
|
|
1624
1654
|
{
|
|
1625
1655
|
"path": "src/core/sql.ts",
|
|
1626
1656
|
"kind": "import-statement",
|
|
1627
1657
|
"original": "../core/sql"
|
|
1628
1658
|
},
|
|
1659
|
+
{
|
|
1660
|
+
"path": "src/core/klikeValidation.ts",
|
|
1661
|
+
"kind": "import-statement",
|
|
1662
|
+
"original": "../core/klikeValidation"
|
|
1663
|
+
},
|
|
1629
1664
|
{
|
|
1630
1665
|
"path": "src/engine-library/errors.ts",
|
|
1631
1666
|
"kind": "import-statement",
|
|
@@ -1755,8 +1790,11 @@
|
|
|
1755
1790
|
"src/core/optimization/klikePushdownPlan.ts": {
|
|
1756
1791
|
"bytesInOutput": 1363
|
|
1757
1792
|
},
|
|
1793
|
+
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1794
|
+
"bytesInOutput": 2474
|
|
1795
|
+
},
|
|
1758
1796
|
"src/core/klikeValidation.ts": {
|
|
1759
|
-
"bytesInOutput":
|
|
1797
|
+
"bytesInOutput": 6076
|
|
1760
1798
|
},
|
|
1761
1799
|
"src/engine/groupingRowMeta.ts": {
|
|
1762
1800
|
"bytesInOutput": 559
|
|
@@ -1827,6 +1865,9 @@
|
|
|
1827
1865
|
"src/core/applyUpsertExecutePrepared.ts": {
|
|
1828
1866
|
"bytesInOutput": 1487
|
|
1829
1867
|
},
|
|
1868
|
+
"src/core/outerJoinSearchAbortGuard.ts": {
|
|
1869
|
+
"bytesInOutput": 366
|
|
1870
|
+
},
|
|
1830
1871
|
"src/core/explainMetadata.ts": {
|
|
1831
1872
|
"bytesInOutput": 626
|
|
1832
1873
|
},
|
|
@@ -1837,7 +1878,7 @@
|
|
|
1837
1878
|
"bytesInOutput": 9013
|
|
1838
1879
|
},
|
|
1839
1880
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
1840
|
-
"bytesInOutput":
|
|
1881
|
+
"bytesInOutput": 13814
|
|
1841
1882
|
},
|
|
1842
1883
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
1843
1884
|
"bytesInOutput": 246
|
|
@@ -1872,11 +1913,8 @@
|
|
|
1872
1913
|
"src/core/dmlPrevalidation.ts": {
|
|
1873
1914
|
"bytesInOutput": 1136
|
|
1874
1915
|
},
|
|
1875
|
-
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1876
|
-
"bytesInOutput": 2474
|
|
1877
|
-
},
|
|
1878
1916
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
1879
|
-
"bytesInOutput":
|
|
1917
|
+
"bytesInOutput": 6253
|
|
1880
1918
|
},
|
|
1881
1919
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
1882
1920
|
"bytesInOutput": 4827
|
|
@@ -1927,7 +1965,7 @@
|
|
|
1927
1965
|
"bytesInOutput": 412
|
|
1928
1966
|
},
|
|
1929
1967
|
"src/execute.ts": {
|
|
1930
|
-
"bytesInOutput":
|
|
1968
|
+
"bytesInOutput": 163191
|
|
1931
1969
|
},
|
|
1932
1970
|
"src/engine-library/errors.ts": {
|
|
1933
1971
|
"bytesInOutput": 1116
|
|
@@ -1963,13 +2001,13 @@
|
|
|
1963
2001
|
"bytesInOutput": 84
|
|
1964
2002
|
},
|
|
1965
2003
|
"src/engine-library/statementGuard.ts": {
|
|
1966
|
-
"bytesInOutput":
|
|
2004
|
+
"bytesInOutput": 1082
|
|
1967
2005
|
},
|
|
1968
2006
|
"src/engine-library/query.ts": {
|
|
1969
2007
|
"bytesInOutput": 1231
|
|
1970
2008
|
}
|
|
1971
2009
|
},
|
|
1972
|
-
"bytes":
|
|
2010
|
+
"bytes": 503762
|
|
1973
2011
|
}
|
|
1974
2012
|
}
|
|
1975
2013
|
}
|
|
@@ -232,8 +232,19 @@
|
|
|
232
232
|
],
|
|
233
233
|
"format": "esm"
|
|
234
234
|
},
|
|
235
|
+
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
236
|
+
"bytes": 7609,
|
|
237
|
+
"imports": [
|
|
238
|
+
{
|
|
239
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
240
|
+
"kind": "import-statement",
|
|
241
|
+
"original": "../relativeDateFunction"
|
|
242
|
+
}
|
|
243
|
+
],
|
|
244
|
+
"format": "esm"
|
|
245
|
+
},
|
|
235
246
|
"src/core/klikeValidation.ts": {
|
|
236
|
-
"bytes":
|
|
247
|
+
"bytes": 12296,
|
|
237
248
|
"imports": [
|
|
238
249
|
{
|
|
239
250
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -255,6 +266,11 @@
|
|
|
255
266
|
"kind": "import-statement",
|
|
256
267
|
"original": "./optimization/klikePushdownPlan"
|
|
257
268
|
},
|
|
269
|
+
{
|
|
270
|
+
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
271
|
+
"kind": "import-statement",
|
|
272
|
+
"original": "./optimization/relativeDateFullScanExactPlan"
|
|
273
|
+
},
|
|
258
274
|
{
|
|
259
275
|
"path": "src/core/applyPatchScope.ts",
|
|
260
276
|
"kind": "import-statement",
|
|
@@ -716,6 +732,11 @@
|
|
|
716
732
|
"imports": [],
|
|
717
733
|
"format": "esm"
|
|
718
734
|
},
|
|
735
|
+
"src/core/outerJoinSearchAbortGuard.ts": {
|
|
736
|
+
"bytes": 1181,
|
|
737
|
+
"imports": [],
|
|
738
|
+
"format": "esm"
|
|
739
|
+
},
|
|
719
740
|
"src/core/explainMetadata.ts": {
|
|
720
741
|
"bytes": 3980,
|
|
721
742
|
"imports": [
|
|
@@ -750,7 +771,7 @@
|
|
|
750
771
|
"format": "esm"
|
|
751
772
|
},
|
|
752
773
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
753
|
-
"bytes":
|
|
774
|
+
"bytes": 40818,
|
|
754
775
|
"imports": [
|
|
755
776
|
{
|
|
756
777
|
"path": "src/types/ast.ts",
|
|
@@ -772,6 +793,16 @@
|
|
|
772
793
|
"kind": "import-statement",
|
|
773
794
|
"original": "../like"
|
|
774
795
|
},
|
|
796
|
+
{
|
|
797
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
798
|
+
"kind": "import-statement",
|
|
799
|
+
"original": "../relativeDateFunction"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
803
|
+
"kind": "import-statement",
|
|
804
|
+
"original": "./relativeDateFullScanExactPlan"
|
|
805
|
+
},
|
|
775
806
|
{
|
|
776
807
|
"path": "src/core/optimization/whereCapability.ts",
|
|
777
808
|
"kind": "import-statement",
|
|
@@ -910,19 +941,8 @@
|
|
|
910
941
|
"imports": [],
|
|
911
942
|
"format": "esm"
|
|
912
943
|
},
|
|
913
|
-
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
914
|
-
"bytes": 7609,
|
|
915
|
-
"imports": [
|
|
916
|
-
{
|
|
917
|
-
"path": "src/core/relativeDateFunction.ts",
|
|
918
|
-
"kind": "import-statement",
|
|
919
|
-
"original": "../relativeDateFunction"
|
|
920
|
-
}
|
|
921
|
-
],
|
|
922
|
-
"format": "esm"
|
|
923
|
-
},
|
|
924
944
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
925
|
-
"bytes":
|
|
945
|
+
"bytes": 22959,
|
|
926
946
|
"imports": [
|
|
927
947
|
{
|
|
928
948
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -948,6 +968,11 @@
|
|
|
948
968
|
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
949
969
|
"kind": "import-statement",
|
|
950
970
|
"original": "./relativeDateFullScanExactPlan"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"path": "src/core/optimization/joinPredicatePushdown.ts",
|
|
974
|
+
"kind": "import-statement",
|
|
975
|
+
"original": "./joinPredicatePushdown"
|
|
951
976
|
}
|
|
952
977
|
],
|
|
953
978
|
"format": "esm"
|
|
@@ -1136,7 +1161,7 @@
|
|
|
1136
1161
|
"format": "esm"
|
|
1137
1162
|
},
|
|
1138
1163
|
"src/execute.ts": {
|
|
1139
|
-
"bytes":
|
|
1164
|
+
"bytes": 453813,
|
|
1140
1165
|
"imports": [
|
|
1141
1166
|
{
|
|
1142
1167
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1223,6 +1248,11 @@
|
|
|
1223
1248
|
"kind": "import-statement",
|
|
1224
1249
|
"original": "./core/batchVariables"
|
|
1225
1250
|
},
|
|
1251
|
+
{
|
|
1252
|
+
"path": "src/core/outerJoinSearchAbortGuard.ts",
|
|
1253
|
+
"kind": "import-statement",
|
|
1254
|
+
"original": "./core/outerJoinSearchAbortGuard"
|
|
1255
|
+
},
|
|
1226
1256
|
{
|
|
1227
1257
|
"path": "src/core/scalarCompare.ts",
|
|
1228
1258
|
"kind": "import-statement",
|
|
@@ -1619,13 +1649,18 @@
|
|
|
1619
1649
|
"format": "esm"
|
|
1620
1650
|
},
|
|
1621
1651
|
"src/engine-library/statementGuard.ts": {
|
|
1622
|
-
"bytes":
|
|
1652
|
+
"bytes": 3420,
|
|
1623
1653
|
"imports": [
|
|
1624
1654
|
{
|
|
1625
1655
|
"path": "src/core/sql.ts",
|
|
1626
1656
|
"kind": "import-statement",
|
|
1627
1657
|
"original": "../core/sql"
|
|
1628
1658
|
},
|
|
1659
|
+
{
|
|
1660
|
+
"path": "src/core/klikeValidation.ts",
|
|
1661
|
+
"kind": "import-statement",
|
|
1662
|
+
"original": "../core/klikeValidation"
|
|
1663
|
+
},
|
|
1629
1664
|
{
|
|
1630
1665
|
"path": "src/engine-library/errors.ts",
|
|
1631
1666
|
"kind": "import-statement",
|
|
@@ -1758,8 +1793,11 @@
|
|
|
1758
1793
|
"src/core/optimization/klikePushdownPlan.ts": {
|
|
1759
1794
|
"bytesInOutput": 1363
|
|
1760
1795
|
},
|
|
1796
|
+
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1797
|
+
"bytesInOutput": 2474
|
|
1798
|
+
},
|
|
1761
1799
|
"src/core/klikeValidation.ts": {
|
|
1762
|
-
"bytesInOutput":
|
|
1800
|
+
"bytesInOutput": 6076
|
|
1763
1801
|
},
|
|
1764
1802
|
"src/engine/groupingRowMeta.ts": {
|
|
1765
1803
|
"bytesInOutput": 559
|
|
@@ -1830,6 +1868,9 @@
|
|
|
1830
1868
|
"src/core/applyUpsertExecutePrepared.ts": {
|
|
1831
1869
|
"bytesInOutput": 1487
|
|
1832
1870
|
},
|
|
1871
|
+
"src/core/outerJoinSearchAbortGuard.ts": {
|
|
1872
|
+
"bytesInOutput": 366
|
|
1873
|
+
},
|
|
1833
1874
|
"src/core/explainMetadata.ts": {
|
|
1834
1875
|
"bytesInOutput": 626
|
|
1835
1876
|
},
|
|
@@ -1840,7 +1881,7 @@
|
|
|
1840
1881
|
"bytesInOutput": 9013
|
|
1841
1882
|
},
|
|
1842
1883
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
1843
|
-
"bytesInOutput":
|
|
1884
|
+
"bytesInOutput": 13814
|
|
1844
1885
|
},
|
|
1845
1886
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
1846
1887
|
"bytesInOutput": 246
|
|
@@ -1875,11 +1916,8 @@
|
|
|
1875
1916
|
"src/core/dmlPrevalidation.ts": {
|
|
1876
1917
|
"bytesInOutput": 1136
|
|
1877
1918
|
},
|
|
1878
|
-
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1879
|
-
"bytesInOutput": 2474
|
|
1880
|
-
},
|
|
1881
1919
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
1882
|
-
"bytesInOutput":
|
|
1920
|
+
"bytesInOutput": 6253
|
|
1883
1921
|
},
|
|
1884
1922
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
1885
1923
|
"bytesInOutput": 4827
|
|
@@ -1930,7 +1968,7 @@
|
|
|
1930
1968
|
"bytesInOutput": 412
|
|
1931
1969
|
},
|
|
1932
1970
|
"src/execute.ts": {
|
|
1933
|
-
"bytesInOutput":
|
|
1971
|
+
"bytesInOutput": 163191
|
|
1934
1972
|
},
|
|
1935
1973
|
"src/engine-library/errors.ts": {
|
|
1936
1974
|
"bytesInOutput": 1116
|
|
@@ -1966,7 +2004,7 @@
|
|
|
1966
2004
|
"bytesInOutput": 84
|
|
1967
2005
|
},
|
|
1968
2006
|
"src/engine-library/statementGuard.ts": {
|
|
1969
|
-
"bytesInOutput":
|
|
2007
|
+
"bytesInOutput": 1082
|
|
1970
2008
|
},
|
|
1971
2009
|
"src/engine-library/query.ts": {
|
|
1972
2010
|
"bytesInOutput": 1231
|
|
@@ -1975,7 +2013,7 @@
|
|
|
1975
2013
|
"bytesInOutput": 16
|
|
1976
2014
|
}
|
|
1977
2015
|
},
|
|
1978
|
-
"bytes":
|
|
2016
|
+
"bytes": 503227
|
|
1979
2017
|
}
|
|
1980
2018
|
}
|
|
1981
2019
|
}
|
|
@@ -232,8 +232,19 @@
|
|
|
232
232
|
],
|
|
233
233
|
"format": "esm"
|
|
234
234
|
},
|
|
235
|
+
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
236
|
+
"bytes": 7609,
|
|
237
|
+
"imports": [
|
|
238
|
+
{
|
|
239
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
240
|
+
"kind": "import-statement",
|
|
241
|
+
"original": "../relativeDateFunction"
|
|
242
|
+
}
|
|
243
|
+
],
|
|
244
|
+
"format": "esm"
|
|
245
|
+
},
|
|
235
246
|
"src/core/klikeValidation.ts": {
|
|
236
|
-
"bytes":
|
|
247
|
+
"bytes": 12296,
|
|
237
248
|
"imports": [
|
|
238
249
|
{
|
|
239
250
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -255,6 +266,11 @@
|
|
|
255
266
|
"kind": "import-statement",
|
|
256
267
|
"original": "./optimization/klikePushdownPlan"
|
|
257
268
|
},
|
|
269
|
+
{
|
|
270
|
+
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
271
|
+
"kind": "import-statement",
|
|
272
|
+
"original": "./optimization/relativeDateFullScanExactPlan"
|
|
273
|
+
},
|
|
258
274
|
{
|
|
259
275
|
"path": "src/core/applyPatchScope.ts",
|
|
260
276
|
"kind": "import-statement",
|
|
@@ -716,6 +732,11 @@
|
|
|
716
732
|
"imports": [],
|
|
717
733
|
"format": "esm"
|
|
718
734
|
},
|
|
735
|
+
"src/core/outerJoinSearchAbortGuard.ts": {
|
|
736
|
+
"bytes": 1181,
|
|
737
|
+
"imports": [],
|
|
738
|
+
"format": "esm"
|
|
739
|
+
},
|
|
719
740
|
"src/core/explainMetadata.ts": {
|
|
720
741
|
"bytes": 3980,
|
|
721
742
|
"imports": [
|
|
@@ -750,7 +771,7 @@
|
|
|
750
771
|
"format": "esm"
|
|
751
772
|
},
|
|
752
773
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
753
|
-
"bytes":
|
|
774
|
+
"bytes": 40818,
|
|
754
775
|
"imports": [
|
|
755
776
|
{
|
|
756
777
|
"path": "src/types/ast.ts",
|
|
@@ -772,6 +793,16 @@
|
|
|
772
793
|
"kind": "import-statement",
|
|
773
794
|
"original": "../like"
|
|
774
795
|
},
|
|
796
|
+
{
|
|
797
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
798
|
+
"kind": "import-statement",
|
|
799
|
+
"original": "../relativeDateFunction"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
803
|
+
"kind": "import-statement",
|
|
804
|
+
"original": "./relativeDateFullScanExactPlan"
|
|
805
|
+
},
|
|
775
806
|
{
|
|
776
807
|
"path": "src/core/optimization/whereCapability.ts",
|
|
777
808
|
"kind": "import-statement",
|
|
@@ -910,19 +941,8 @@
|
|
|
910
941
|
"imports": [],
|
|
911
942
|
"format": "esm"
|
|
912
943
|
},
|
|
913
|
-
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
914
|
-
"bytes": 7609,
|
|
915
|
-
"imports": [
|
|
916
|
-
{
|
|
917
|
-
"path": "src/core/relativeDateFunction.ts",
|
|
918
|
-
"kind": "import-statement",
|
|
919
|
-
"original": "../relativeDateFunction"
|
|
920
|
-
}
|
|
921
|
-
],
|
|
922
|
-
"format": "esm"
|
|
923
|
-
},
|
|
924
944
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
925
|
-
"bytes":
|
|
945
|
+
"bytes": 22959,
|
|
926
946
|
"imports": [
|
|
927
947
|
{
|
|
928
948
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -948,6 +968,11 @@
|
|
|
948
968
|
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
949
969
|
"kind": "import-statement",
|
|
950
970
|
"original": "./relativeDateFullScanExactPlan"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"path": "src/core/optimization/joinPredicatePushdown.ts",
|
|
974
|
+
"kind": "import-statement",
|
|
975
|
+
"original": "./joinPredicatePushdown"
|
|
951
976
|
}
|
|
952
977
|
],
|
|
953
978
|
"format": "esm"
|
|
@@ -1136,7 +1161,7 @@
|
|
|
1136
1161
|
"format": "esm"
|
|
1137
1162
|
},
|
|
1138
1163
|
"src/execute.ts": {
|
|
1139
|
-
"bytes":
|
|
1164
|
+
"bytes": 453813,
|
|
1140
1165
|
"imports": [
|
|
1141
1166
|
{
|
|
1142
1167
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1223,6 +1248,11 @@
|
|
|
1223
1248
|
"kind": "import-statement",
|
|
1224
1249
|
"original": "./core/batchVariables"
|
|
1225
1250
|
},
|
|
1251
|
+
{
|
|
1252
|
+
"path": "src/core/outerJoinSearchAbortGuard.ts",
|
|
1253
|
+
"kind": "import-statement",
|
|
1254
|
+
"original": "./core/outerJoinSearchAbortGuard"
|
|
1255
|
+
},
|
|
1226
1256
|
{
|
|
1227
1257
|
"path": "src/core/scalarCompare.ts",
|
|
1228
1258
|
"kind": "import-statement",
|
|
@@ -1619,13 +1649,18 @@
|
|
|
1619
1649
|
"format": "esm"
|
|
1620
1650
|
},
|
|
1621
1651
|
"src/engine-library/statementGuard.ts": {
|
|
1622
|
-
"bytes":
|
|
1652
|
+
"bytes": 3420,
|
|
1623
1653
|
"imports": [
|
|
1624
1654
|
{
|
|
1625
1655
|
"path": "src/core/sql.ts",
|
|
1626
1656
|
"kind": "import-statement",
|
|
1627
1657
|
"original": "../core/sql"
|
|
1628
1658
|
},
|
|
1659
|
+
{
|
|
1660
|
+
"path": "src/core/klikeValidation.ts",
|
|
1661
|
+
"kind": "import-statement",
|
|
1662
|
+
"original": "../core/klikeValidation"
|
|
1663
|
+
},
|
|
1629
1664
|
{
|
|
1630
1665
|
"path": "src/engine-library/errors.ts",
|
|
1631
1666
|
"kind": "import-statement",
|
|
@@ -1773,8 +1808,11 @@
|
|
|
1773
1808
|
"src/core/optimization/klikePushdownPlan.ts": {
|
|
1774
1809
|
"bytesInOutput": 1363
|
|
1775
1810
|
},
|
|
1811
|
+
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1812
|
+
"bytesInOutput": 2474
|
|
1813
|
+
},
|
|
1776
1814
|
"src/core/klikeValidation.ts": {
|
|
1777
|
-
"bytesInOutput":
|
|
1815
|
+
"bytesInOutput": 6076
|
|
1778
1816
|
},
|
|
1779
1817
|
"src/engine/groupingRowMeta.ts": {
|
|
1780
1818
|
"bytesInOutput": 559
|
|
@@ -1845,6 +1883,9 @@
|
|
|
1845
1883
|
"src/core/applyUpsertExecutePrepared.ts": {
|
|
1846
1884
|
"bytesInOutput": 1487
|
|
1847
1885
|
},
|
|
1886
|
+
"src/core/outerJoinSearchAbortGuard.ts": {
|
|
1887
|
+
"bytesInOutput": 366
|
|
1888
|
+
},
|
|
1848
1889
|
"src/core/explainMetadata.ts": {
|
|
1849
1890
|
"bytesInOutput": 626
|
|
1850
1891
|
},
|
|
@@ -1855,7 +1896,7 @@
|
|
|
1855
1896
|
"bytesInOutput": 9013
|
|
1856
1897
|
},
|
|
1857
1898
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
1858
|
-
"bytesInOutput":
|
|
1899
|
+
"bytesInOutput": 13814
|
|
1859
1900
|
},
|
|
1860
1901
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
1861
1902
|
"bytesInOutput": 246
|
|
@@ -1890,11 +1931,8 @@
|
|
|
1890
1931
|
"src/core/dmlPrevalidation.ts": {
|
|
1891
1932
|
"bytesInOutput": 1136
|
|
1892
1933
|
},
|
|
1893
|
-
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1894
|
-
"bytesInOutput": 2474
|
|
1895
|
-
},
|
|
1896
1934
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
1897
|
-
"bytesInOutput":
|
|
1935
|
+
"bytesInOutput": 6253
|
|
1898
1936
|
},
|
|
1899
1937
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
1900
1938
|
"bytesInOutput": 4827
|
|
@@ -1945,7 +1983,7 @@
|
|
|
1945
1983
|
"bytesInOutput": 412
|
|
1946
1984
|
},
|
|
1947
1985
|
"src/execute.ts": {
|
|
1948
|
-
"bytesInOutput":
|
|
1986
|
+
"bytesInOutput": 163191
|
|
1949
1987
|
},
|
|
1950
1988
|
"src/engine-library/errors.ts": {
|
|
1951
1989
|
"bytesInOutput": 1116
|
|
@@ -1981,7 +2019,7 @@
|
|
|
1981
2019
|
"bytesInOutput": 84
|
|
1982
2020
|
},
|
|
1983
2021
|
"src/engine-library/statementGuard.ts": {
|
|
1984
|
-
"bytesInOutput":
|
|
2022
|
+
"bytesInOutput": 1082
|
|
1985
2023
|
},
|
|
1986
2024
|
"src/engine-library/query.ts": {
|
|
1987
2025
|
"bytesInOutput": 1231
|
|
@@ -1996,7 +2034,7 @@
|
|
|
1996
2034
|
"bytesInOutput": 115
|
|
1997
2035
|
}
|
|
1998
2036
|
},
|
|
1999
|
-
"bytes":
|
|
2037
|
+
"bytes": 504254
|
|
2000
2038
|
}
|
|
2001
2039
|
}
|
|
2002
2040
|
}
|