@rex0220/kintone-sql-tools 3.24.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 +2550 -1850
- 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 +78 -34
- package/dist-engine/meta/esm.json +78 -34
- package/dist-engine/meta/umd.json +78 -34
- package/dist-mcp/ksql-mcp.js +1125 -422
- 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": [],
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"format": "esm"
|
|
28
28
|
},
|
|
29
29
|
"src/types/ast.ts": {
|
|
30
|
-
"bytes":
|
|
30
|
+
"bytes": 34493,
|
|
31
31
|
"imports": [
|
|
32
32
|
{
|
|
33
33
|
"path": "src/core/exactDecimal.ts",
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"format": "esm"
|
|
55
55
|
},
|
|
56
56
|
"src/core/relativeDateFunction.ts": {
|
|
57
|
-
"bytes":
|
|
57
|
+
"bytes": 1169,
|
|
58
58
|
"imports": [],
|
|
59
59
|
"format": "esm"
|
|
60
60
|
},
|
|
61
61
|
"src/parser/parser.ts": {
|
|
62
|
-
"bytes":
|
|
62
|
+
"bytes": 166811,
|
|
63
63
|
"imports": [
|
|
64
64
|
{
|
|
65
65
|
"path": "src/lexer/tokens.ts",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"format": "esm"
|
|
139
139
|
},
|
|
140
140
|
"src/converter/whereToKintone.ts": {
|
|
141
|
-
"bytes":
|
|
141
|
+
"bytes": 13060,
|
|
142
142
|
"imports": [
|
|
143
143
|
{
|
|
144
144
|
"path": "src/engine/pushDownNot.ts",
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
"format": "esm"
|
|
354
354
|
},
|
|
355
355
|
"src/engine/evalWhere.ts": {
|
|
356
|
-
"bytes":
|
|
356
|
+
"bytes": 19891,
|
|
357
357
|
"imports": [
|
|
358
358
|
{
|
|
359
359
|
"path": "src/types/ast.ts",
|
|
@@ -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,19 +910,8 @@
|
|
|
868
910
|
"imports": [],
|
|
869
911
|
"format": "esm"
|
|
870
912
|
},
|
|
871
|
-
"src/core/optimization/whereCapability.ts": {
|
|
872
|
-
"bytes": 15141,
|
|
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
|
-
"bytes":
|
|
914
|
+
"bytes": 7609,
|
|
884
915
|
"imports": [
|
|
885
916
|
{
|
|
886
917
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -891,7 +922,7 @@
|
|
|
891
922
|
"format": "esm"
|
|
892
923
|
},
|
|
893
924
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
894
|
-
"bytes":
|
|
925
|
+
"bytes": 21189,
|
|
895
926
|
"imports": [
|
|
896
927
|
{
|
|
897
928
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -922,7 +953,7 @@
|
|
|
922
953
|
"format": "esm"
|
|
923
954
|
},
|
|
924
955
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
925
|
-
"bytes":
|
|
956
|
+
"bytes": 15622,
|
|
926
957
|
"imports": [
|
|
927
958
|
{
|
|
928
959
|
"path": "src/converter/whereToKintone.ts",
|
|
@@ -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",
|
|
@@ -1372,6 +1408,11 @@
|
|
|
1372
1408
|
"kind": "import-statement",
|
|
1373
1409
|
"original": "./core/optimization/relativeDateFullScanExactPlan"
|
|
1374
1410
|
},
|
|
1411
|
+
{
|
|
1412
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
1413
|
+
"kind": "import-statement",
|
|
1414
|
+
"original": "./core/relativeDateFunction"
|
|
1415
|
+
},
|
|
1375
1416
|
{
|
|
1376
1417
|
"path": "src/import/sourceLoader.ts",
|
|
1377
1418
|
"kind": "import-statement",
|
|
@@ -1682,25 +1723,25 @@
|
|
|
1682
1723
|
"bytesInOutput": 2592
|
|
1683
1724
|
},
|
|
1684
1725
|
"src/core/relativeDateFunction.ts": {
|
|
1685
|
-
"bytesInOutput":
|
|
1726
|
+
"bytesInOutput": 427
|
|
1686
1727
|
},
|
|
1687
1728
|
"src/parser/parser.ts": {
|
|
1688
|
-
"bytesInOutput":
|
|
1729
|
+
"bytesInOutput": 92192
|
|
1689
1730
|
},
|
|
1690
1731
|
"src/core/dmlGuard.ts": {
|
|
1691
1732
|
"bytesInOutput": 1881
|
|
1692
1733
|
},
|
|
1693
1734
|
"src/core/applyPatchScope.ts": {
|
|
1694
|
-
"bytesInOutput":
|
|
1735
|
+
"bytesInOutput": 12612
|
|
1695
1736
|
},
|
|
1696
1737
|
"src/engine/pushDownNot.ts": {
|
|
1697
|
-
"bytesInOutput":
|
|
1738
|
+
"bytesInOutput": 793
|
|
1698
1739
|
},
|
|
1699
1740
|
"src/core/like.ts": {
|
|
1700
1741
|
"bytesInOutput": 651
|
|
1701
1742
|
},
|
|
1702
1743
|
"src/converter/whereToKintone.ts": {
|
|
1703
|
-
"bytesInOutput":
|
|
1744
|
+
"bytesInOutput": 5075
|
|
1704
1745
|
},
|
|
1705
1746
|
"src/converter/selectToKintone.ts": {
|
|
1706
1747
|
"bytesInOutput": 8913
|
|
@@ -1733,7 +1774,7 @@
|
|
|
1733
1774
|
"bytesInOutput": 11162
|
|
1734
1775
|
},
|
|
1735
1776
|
"src/engine/evalWhere.ts": {
|
|
1736
|
-
"bytesInOutput":
|
|
1777
|
+
"bytesInOutput": 5516
|
|
1737
1778
|
},
|
|
1738
1779
|
"src/core/dmlCustomCheck.ts": {
|
|
1739
1780
|
"bytesInOutput": 1250
|
|
@@ -1792,6 +1833,12 @@
|
|
|
1792
1833
|
"src/core/optimization/sharedPlanner.ts": {
|
|
1793
1834
|
"bytesInOutput": 339
|
|
1794
1835
|
},
|
|
1836
|
+
"src/core/optimization/whereCapability.ts": {
|
|
1837
|
+
"bytesInOutput": 9013
|
|
1838
|
+
},
|
|
1839
|
+
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
1840
|
+
"bytesInOutput": 6428
|
|
1841
|
+
},
|
|
1795
1842
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
1796
1843
|
"bytesInOutput": 246
|
|
1797
1844
|
},
|
|
@@ -1825,17 +1872,14 @@
|
|
|
1825
1872
|
"src/core/dmlPrevalidation.ts": {
|
|
1826
1873
|
"bytesInOutput": 1136
|
|
1827
1874
|
},
|
|
1828
|
-
"src/core/optimization/whereCapability.ts": {
|
|
1829
|
-
"bytesInOutput": 6602
|
|
1830
|
-
},
|
|
1831
1875
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1832
|
-
"bytesInOutput":
|
|
1876
|
+
"bytesInOutput": 2474
|
|
1833
1877
|
},
|
|
1834
1878
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
1835
|
-
"bytesInOutput":
|
|
1879
|
+
"bytesInOutput": 5813
|
|
1836
1880
|
},
|
|
1837
1881
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
1838
|
-
"bytesInOutput":
|
|
1882
|
+
"bytesInOutput": 4827
|
|
1839
1883
|
},
|
|
1840
1884
|
"src/import/sourceLoader.ts": {
|
|
1841
1885
|
"bytesInOutput": 527
|
|
@@ -1883,7 +1927,7 @@
|
|
|
1883
1927
|
"bytesInOutput": 412
|
|
1884
1928
|
},
|
|
1885
1929
|
"src/execute.ts": {
|
|
1886
|
-
"bytesInOutput":
|
|
1930
|
+
"bytesInOutput": 160215
|
|
1887
1931
|
},
|
|
1888
1932
|
"src/engine-library/errors.ts": {
|
|
1889
1933
|
"bytesInOutput": 1116
|
|
@@ -1925,7 +1969,7 @@
|
|
|
1925
1969
|
"bytesInOutput": 1231
|
|
1926
1970
|
}
|
|
1927
1971
|
},
|
|
1928
|
-
"bytes":
|
|
1972
|
+
"bytes": 492291
|
|
1929
1973
|
}
|
|
1930
1974
|
}
|
|
1931
1975
|
}
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"format": "esm"
|
|
28
28
|
},
|
|
29
29
|
"src/types/ast.ts": {
|
|
30
|
-
"bytes":
|
|
30
|
+
"bytes": 34493,
|
|
31
31
|
"imports": [
|
|
32
32
|
{
|
|
33
33
|
"path": "src/core/exactDecimal.ts",
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"format": "esm"
|
|
55
55
|
},
|
|
56
56
|
"src/core/relativeDateFunction.ts": {
|
|
57
|
-
"bytes":
|
|
57
|
+
"bytes": 1169,
|
|
58
58
|
"imports": [],
|
|
59
59
|
"format": "esm"
|
|
60
60
|
},
|
|
61
61
|
"src/parser/parser.ts": {
|
|
62
|
-
"bytes":
|
|
62
|
+
"bytes": 166811,
|
|
63
63
|
"imports": [
|
|
64
64
|
{
|
|
65
65
|
"path": "src/lexer/tokens.ts",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"format": "esm"
|
|
139
139
|
},
|
|
140
140
|
"src/converter/whereToKintone.ts": {
|
|
141
|
-
"bytes":
|
|
141
|
+
"bytes": 13060,
|
|
142
142
|
"imports": [
|
|
143
143
|
{
|
|
144
144
|
"path": "src/engine/pushDownNot.ts",
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
"format": "esm"
|
|
354
354
|
},
|
|
355
355
|
"src/engine/evalWhere.ts": {
|
|
356
|
-
"bytes":
|
|
356
|
+
"bytes": 19891,
|
|
357
357
|
"imports": [
|
|
358
358
|
{
|
|
359
359
|
"path": "src/types/ast.ts",
|
|
@@ -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,19 +910,8 @@
|
|
|
868
910
|
"imports": [],
|
|
869
911
|
"format": "esm"
|
|
870
912
|
},
|
|
871
|
-
"src/core/optimization/whereCapability.ts": {
|
|
872
|
-
"bytes": 15141,
|
|
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
|
-
"bytes":
|
|
914
|
+
"bytes": 7609,
|
|
884
915
|
"imports": [
|
|
885
916
|
{
|
|
886
917
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -891,7 +922,7 @@
|
|
|
891
922
|
"format": "esm"
|
|
892
923
|
},
|
|
893
924
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
894
|
-
"bytes":
|
|
925
|
+
"bytes": 21189,
|
|
895
926
|
"imports": [
|
|
896
927
|
{
|
|
897
928
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -922,7 +953,7 @@
|
|
|
922
953
|
"format": "esm"
|
|
923
954
|
},
|
|
924
955
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
925
|
-
"bytes":
|
|
956
|
+
"bytes": 15622,
|
|
926
957
|
"imports": [
|
|
927
958
|
{
|
|
928
959
|
"path": "src/converter/whereToKintone.ts",
|
|
@@ -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",
|
|
@@ -1372,6 +1408,11 @@
|
|
|
1372
1408
|
"kind": "import-statement",
|
|
1373
1409
|
"original": "./core/optimization/relativeDateFullScanExactPlan"
|
|
1374
1410
|
},
|
|
1411
|
+
{
|
|
1412
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
1413
|
+
"kind": "import-statement",
|
|
1414
|
+
"original": "./core/relativeDateFunction"
|
|
1415
|
+
},
|
|
1375
1416
|
{
|
|
1376
1417
|
"path": "src/import/sourceLoader.ts",
|
|
1377
1418
|
"kind": "import-statement",
|
|
@@ -1685,25 +1726,25 @@
|
|
|
1685
1726
|
"bytesInOutput": 2592
|
|
1686
1727
|
},
|
|
1687
1728
|
"src/core/relativeDateFunction.ts": {
|
|
1688
|
-
"bytesInOutput":
|
|
1729
|
+
"bytesInOutput": 427
|
|
1689
1730
|
},
|
|
1690
1731
|
"src/parser/parser.ts": {
|
|
1691
|
-
"bytesInOutput":
|
|
1732
|
+
"bytesInOutput": 92192
|
|
1692
1733
|
},
|
|
1693
1734
|
"src/core/dmlGuard.ts": {
|
|
1694
1735
|
"bytesInOutput": 1881
|
|
1695
1736
|
},
|
|
1696
1737
|
"src/core/applyPatchScope.ts": {
|
|
1697
|
-
"bytesInOutput":
|
|
1738
|
+
"bytesInOutput": 12612
|
|
1698
1739
|
},
|
|
1699
1740
|
"src/engine/pushDownNot.ts": {
|
|
1700
|
-
"bytesInOutput":
|
|
1741
|
+
"bytesInOutput": 793
|
|
1701
1742
|
},
|
|
1702
1743
|
"src/core/like.ts": {
|
|
1703
1744
|
"bytesInOutput": 651
|
|
1704
1745
|
},
|
|
1705
1746
|
"src/converter/whereToKintone.ts": {
|
|
1706
|
-
"bytesInOutput":
|
|
1747
|
+
"bytesInOutput": 5075
|
|
1707
1748
|
},
|
|
1708
1749
|
"src/converter/selectToKintone.ts": {
|
|
1709
1750
|
"bytesInOutput": 8913
|
|
@@ -1736,7 +1777,7 @@
|
|
|
1736
1777
|
"bytesInOutput": 11162
|
|
1737
1778
|
},
|
|
1738
1779
|
"src/engine/evalWhere.ts": {
|
|
1739
|
-
"bytesInOutput":
|
|
1780
|
+
"bytesInOutput": 5516
|
|
1740
1781
|
},
|
|
1741
1782
|
"src/core/dmlCustomCheck.ts": {
|
|
1742
1783
|
"bytesInOutput": 1250
|
|
@@ -1795,6 +1836,12 @@
|
|
|
1795
1836
|
"src/core/optimization/sharedPlanner.ts": {
|
|
1796
1837
|
"bytesInOutput": 339
|
|
1797
1838
|
},
|
|
1839
|
+
"src/core/optimization/whereCapability.ts": {
|
|
1840
|
+
"bytesInOutput": 9013
|
|
1841
|
+
},
|
|
1842
|
+
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
1843
|
+
"bytesInOutput": 6428
|
|
1844
|
+
},
|
|
1798
1845
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
1799
1846
|
"bytesInOutput": 246
|
|
1800
1847
|
},
|
|
@@ -1828,17 +1875,14 @@
|
|
|
1828
1875
|
"src/core/dmlPrevalidation.ts": {
|
|
1829
1876
|
"bytesInOutput": 1136
|
|
1830
1877
|
},
|
|
1831
|
-
"src/core/optimization/whereCapability.ts": {
|
|
1832
|
-
"bytesInOutput": 6602
|
|
1833
|
-
},
|
|
1834
1878
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1835
|
-
"bytesInOutput":
|
|
1879
|
+
"bytesInOutput": 2474
|
|
1836
1880
|
},
|
|
1837
1881
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
1838
|
-
"bytesInOutput":
|
|
1882
|
+
"bytesInOutput": 5813
|
|
1839
1883
|
},
|
|
1840
1884
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
1841
|
-
"bytesInOutput":
|
|
1885
|
+
"bytesInOutput": 4827
|
|
1842
1886
|
},
|
|
1843
1887
|
"src/import/sourceLoader.ts": {
|
|
1844
1888
|
"bytesInOutput": 527
|
|
@@ -1886,7 +1930,7 @@
|
|
|
1886
1930
|
"bytesInOutput": 412
|
|
1887
1931
|
},
|
|
1888
1932
|
"src/execute.ts": {
|
|
1889
|
-
"bytesInOutput":
|
|
1933
|
+
"bytesInOutput": 160215
|
|
1890
1934
|
},
|
|
1891
1935
|
"src/engine-library/errors.ts": {
|
|
1892
1936
|
"bytesInOutput": 1116
|
|
@@ -1931,7 +1975,7 @@
|
|
|
1931
1975
|
"bytesInOutput": 16
|
|
1932
1976
|
}
|
|
1933
1977
|
},
|
|
1934
|
-
"bytes":
|
|
1978
|
+
"bytes": 491756
|
|
1935
1979
|
}
|
|
1936
1980
|
}
|
|
1937
1981
|
}
|