@rex0220/kintone-sql-tools 3.23.0 → 3.25.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 +577 -93
- 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 +50 -21
- package/dist-engine/meta/esm.json +50 -21
- package/dist-engine/meta/umd.json +50 -21
- package/dist-mcp/ksql-mcp.js +583 -96
- 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-26T17:40:25.963Z",
|
|
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": 91,
|
|
7
|
+
"minifiedBytes": 483589,
|
|
8
|
+
"gzipBytes": 130893,
|
|
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": 91,
|
|
27
|
+
"minifiedBytes": 483054,
|
|
28
|
+
"gzipBytes": 130608,
|
|
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": 93,
|
|
47
|
+
"minifiedBytes": 484081,
|
|
48
|
+
"gzipBytes": 130974,
|
|
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",
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -869,7 +869,18 @@
|
|
|
869
869
|
"format": "esm"
|
|
870
870
|
},
|
|
871
871
|
"src/core/optimization/whereCapability.ts": {
|
|
872
|
-
"bytes":
|
|
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
|
+
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
883
|
+
"bytes": 7609,
|
|
873
884
|
"imports": [
|
|
874
885
|
{
|
|
875
886
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -880,7 +891,7 @@
|
|
|
880
891
|
"format": "esm"
|
|
881
892
|
},
|
|
882
893
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
883
|
-
"bytes":
|
|
894
|
+
"bytes": 21189,
|
|
884
895
|
"imports": [
|
|
885
896
|
{
|
|
886
897
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -901,12 +912,17 @@
|
|
|
901
912
|
"path": "src/core/relativeDateFunction.ts",
|
|
902
913
|
"kind": "import-statement",
|
|
903
914
|
"original": "../relativeDateFunction"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
918
|
+
"kind": "import-statement",
|
|
919
|
+
"original": "./relativeDateFullScanExactPlan"
|
|
904
920
|
}
|
|
905
921
|
],
|
|
906
922
|
"format": "esm"
|
|
907
923
|
},
|
|
908
924
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
909
|
-
"bytes":
|
|
925
|
+
"bytes": 15622,
|
|
910
926
|
"imports": [
|
|
911
927
|
{
|
|
912
928
|
"path": "src/converter/whereToKintone.ts",
|
|
@@ -1089,7 +1105,7 @@
|
|
|
1089
1105
|
"format": "esm"
|
|
1090
1106
|
},
|
|
1091
1107
|
"src/execute.ts": {
|
|
1092
|
-
"bytes":
|
|
1108
|
+
"bytes": 438992,
|
|
1093
1109
|
"imports": [
|
|
1094
1110
|
{
|
|
1095
1111
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1351,6 +1367,16 @@
|
|
|
1351
1367
|
"kind": "import-statement",
|
|
1352
1368
|
"original": "./core/optimization/relativeDatePrefilterPlan"
|
|
1353
1369
|
},
|
|
1370
|
+
{
|
|
1371
|
+
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
1372
|
+
"kind": "import-statement",
|
|
1373
|
+
"original": "./core/optimization/relativeDateFullScanExactPlan"
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
1377
|
+
"kind": "import-statement",
|
|
1378
|
+
"original": "./core/relativeDateFunction"
|
|
1379
|
+
},
|
|
1354
1380
|
{
|
|
1355
1381
|
"path": "src/import/sourceLoader.ts",
|
|
1356
1382
|
"kind": "import-statement",
|
|
@@ -1661,25 +1687,25 @@
|
|
|
1661
1687
|
"bytesInOutput": 2592
|
|
1662
1688
|
},
|
|
1663
1689
|
"src/core/relativeDateFunction.ts": {
|
|
1664
|
-
"bytesInOutput":
|
|
1690
|
+
"bytesInOutput": 427
|
|
1665
1691
|
},
|
|
1666
1692
|
"src/parser/parser.ts": {
|
|
1667
|
-
"bytesInOutput":
|
|
1693
|
+
"bytesInOutput": 92192
|
|
1668
1694
|
},
|
|
1669
1695
|
"src/core/dmlGuard.ts": {
|
|
1670
1696
|
"bytesInOutput": 1881
|
|
1671
1697
|
},
|
|
1672
1698
|
"src/core/applyPatchScope.ts": {
|
|
1673
|
-
"bytesInOutput":
|
|
1699
|
+
"bytesInOutput": 12612
|
|
1674
1700
|
},
|
|
1675
1701
|
"src/engine/pushDownNot.ts": {
|
|
1676
|
-
"bytesInOutput":
|
|
1702
|
+
"bytesInOutput": 793
|
|
1677
1703
|
},
|
|
1678
1704
|
"src/core/like.ts": {
|
|
1679
1705
|
"bytesInOutput": 651
|
|
1680
1706
|
},
|
|
1681
1707
|
"src/converter/whereToKintone.ts": {
|
|
1682
|
-
"bytesInOutput":
|
|
1708
|
+
"bytesInOutput": 5075
|
|
1683
1709
|
},
|
|
1684
1710
|
"src/converter/selectToKintone.ts": {
|
|
1685
1711
|
"bytesInOutput": 8913
|
|
@@ -1712,7 +1738,7 @@
|
|
|
1712
1738
|
"bytesInOutput": 11162
|
|
1713
1739
|
},
|
|
1714
1740
|
"src/engine/evalWhere.ts": {
|
|
1715
|
-
"bytesInOutput":
|
|
1741
|
+
"bytesInOutput": 5516
|
|
1716
1742
|
},
|
|
1717
1743
|
"src/core/dmlCustomCheck.ts": {
|
|
1718
1744
|
"bytesInOutput": 1250
|
|
@@ -1805,13 +1831,16 @@
|
|
|
1805
1831
|
"bytesInOutput": 1136
|
|
1806
1832
|
},
|
|
1807
1833
|
"src/core/optimization/whereCapability.ts": {
|
|
1808
|
-
"bytesInOutput":
|
|
1834
|
+
"bytesInOutput": 9013
|
|
1835
|
+
},
|
|
1836
|
+
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1837
|
+
"bytesInOutput": 2474
|
|
1809
1838
|
},
|
|
1810
1839
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
1811
|
-
"bytesInOutput":
|
|
1840
|
+
"bytesInOutput": 5813
|
|
1812
1841
|
},
|
|
1813
1842
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
1814
|
-
"bytesInOutput":
|
|
1843
|
+
"bytesInOutput": 4827
|
|
1815
1844
|
},
|
|
1816
1845
|
"src/import/sourceLoader.ts": {
|
|
1817
1846
|
"bytesInOutput": 527
|
|
@@ -1859,7 +1888,7 @@
|
|
|
1859
1888
|
"bytesInOutput": 412
|
|
1860
1889
|
},
|
|
1861
1890
|
"src/execute.ts": {
|
|
1862
|
-
"bytesInOutput":
|
|
1891
|
+
"bytesInOutput": 157941
|
|
1863
1892
|
},
|
|
1864
1893
|
"src/engine-library/errors.ts": {
|
|
1865
1894
|
"bytesInOutput": 1116
|
|
@@ -1901,7 +1930,7 @@
|
|
|
1901
1930
|
"bytesInOutput": 1231
|
|
1902
1931
|
}
|
|
1903
1932
|
},
|
|
1904
|
-
"bytes":
|
|
1933
|
+
"bytes": 483589
|
|
1905
1934
|
}
|
|
1906
1935
|
}
|
|
1907
1936
|
}
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -869,7 +869,18 @@
|
|
|
869
869
|
"format": "esm"
|
|
870
870
|
},
|
|
871
871
|
"src/core/optimization/whereCapability.ts": {
|
|
872
|
-
"bytes":
|
|
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
|
+
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
883
|
+
"bytes": 7609,
|
|
873
884
|
"imports": [
|
|
874
885
|
{
|
|
875
886
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -880,7 +891,7 @@
|
|
|
880
891
|
"format": "esm"
|
|
881
892
|
},
|
|
882
893
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
883
|
-
"bytes":
|
|
894
|
+
"bytes": 21189,
|
|
884
895
|
"imports": [
|
|
885
896
|
{
|
|
886
897
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -901,12 +912,17 @@
|
|
|
901
912
|
"path": "src/core/relativeDateFunction.ts",
|
|
902
913
|
"kind": "import-statement",
|
|
903
914
|
"original": "../relativeDateFunction"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
918
|
+
"kind": "import-statement",
|
|
919
|
+
"original": "./relativeDateFullScanExactPlan"
|
|
904
920
|
}
|
|
905
921
|
],
|
|
906
922
|
"format": "esm"
|
|
907
923
|
},
|
|
908
924
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
909
|
-
"bytes":
|
|
925
|
+
"bytes": 15622,
|
|
910
926
|
"imports": [
|
|
911
927
|
{
|
|
912
928
|
"path": "src/converter/whereToKintone.ts",
|
|
@@ -1089,7 +1105,7 @@
|
|
|
1089
1105
|
"format": "esm"
|
|
1090
1106
|
},
|
|
1091
1107
|
"src/execute.ts": {
|
|
1092
|
-
"bytes":
|
|
1108
|
+
"bytes": 438992,
|
|
1093
1109
|
"imports": [
|
|
1094
1110
|
{
|
|
1095
1111
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1351,6 +1367,16 @@
|
|
|
1351
1367
|
"kind": "import-statement",
|
|
1352
1368
|
"original": "./core/optimization/relativeDatePrefilterPlan"
|
|
1353
1369
|
},
|
|
1370
|
+
{
|
|
1371
|
+
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
1372
|
+
"kind": "import-statement",
|
|
1373
|
+
"original": "./core/optimization/relativeDateFullScanExactPlan"
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
1377
|
+
"kind": "import-statement",
|
|
1378
|
+
"original": "./core/relativeDateFunction"
|
|
1379
|
+
},
|
|
1354
1380
|
{
|
|
1355
1381
|
"path": "src/import/sourceLoader.ts",
|
|
1356
1382
|
"kind": "import-statement",
|
|
@@ -1664,25 +1690,25 @@
|
|
|
1664
1690
|
"bytesInOutput": 2592
|
|
1665
1691
|
},
|
|
1666
1692
|
"src/core/relativeDateFunction.ts": {
|
|
1667
|
-
"bytesInOutput":
|
|
1693
|
+
"bytesInOutput": 427
|
|
1668
1694
|
},
|
|
1669
1695
|
"src/parser/parser.ts": {
|
|
1670
|
-
"bytesInOutput":
|
|
1696
|
+
"bytesInOutput": 92192
|
|
1671
1697
|
},
|
|
1672
1698
|
"src/core/dmlGuard.ts": {
|
|
1673
1699
|
"bytesInOutput": 1881
|
|
1674
1700
|
},
|
|
1675
1701
|
"src/core/applyPatchScope.ts": {
|
|
1676
|
-
"bytesInOutput":
|
|
1702
|
+
"bytesInOutput": 12612
|
|
1677
1703
|
},
|
|
1678
1704
|
"src/engine/pushDownNot.ts": {
|
|
1679
|
-
"bytesInOutput":
|
|
1705
|
+
"bytesInOutput": 793
|
|
1680
1706
|
},
|
|
1681
1707
|
"src/core/like.ts": {
|
|
1682
1708
|
"bytesInOutput": 651
|
|
1683
1709
|
},
|
|
1684
1710
|
"src/converter/whereToKintone.ts": {
|
|
1685
|
-
"bytesInOutput":
|
|
1711
|
+
"bytesInOutput": 5075
|
|
1686
1712
|
},
|
|
1687
1713
|
"src/converter/selectToKintone.ts": {
|
|
1688
1714
|
"bytesInOutput": 8913
|
|
@@ -1715,7 +1741,7 @@
|
|
|
1715
1741
|
"bytesInOutput": 11162
|
|
1716
1742
|
},
|
|
1717
1743
|
"src/engine/evalWhere.ts": {
|
|
1718
|
-
"bytesInOutput":
|
|
1744
|
+
"bytesInOutput": 5516
|
|
1719
1745
|
},
|
|
1720
1746
|
"src/core/dmlCustomCheck.ts": {
|
|
1721
1747
|
"bytesInOutput": 1250
|
|
@@ -1808,13 +1834,16 @@
|
|
|
1808
1834
|
"bytesInOutput": 1136
|
|
1809
1835
|
},
|
|
1810
1836
|
"src/core/optimization/whereCapability.ts": {
|
|
1811
|
-
"bytesInOutput":
|
|
1837
|
+
"bytesInOutput": 9013
|
|
1838
|
+
},
|
|
1839
|
+
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1840
|
+
"bytesInOutput": 2474
|
|
1812
1841
|
},
|
|
1813
1842
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
1814
|
-
"bytesInOutput":
|
|
1843
|
+
"bytesInOutput": 5813
|
|
1815
1844
|
},
|
|
1816
1845
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
1817
|
-
"bytesInOutput":
|
|
1846
|
+
"bytesInOutput": 4827
|
|
1818
1847
|
},
|
|
1819
1848
|
"src/import/sourceLoader.ts": {
|
|
1820
1849
|
"bytesInOutput": 527
|
|
@@ -1862,7 +1891,7 @@
|
|
|
1862
1891
|
"bytesInOutput": 412
|
|
1863
1892
|
},
|
|
1864
1893
|
"src/execute.ts": {
|
|
1865
|
-
"bytesInOutput":
|
|
1894
|
+
"bytesInOutput": 157941
|
|
1866
1895
|
},
|
|
1867
1896
|
"src/engine-library/errors.ts": {
|
|
1868
1897
|
"bytesInOutput": 1116
|
|
@@ -1907,7 +1936,7 @@
|
|
|
1907
1936
|
"bytesInOutput": 16
|
|
1908
1937
|
}
|
|
1909
1938
|
},
|
|
1910
|
-
"bytes":
|
|
1939
|
+
"bytes": 483054
|
|
1911
1940
|
}
|
|
1912
1941
|
}
|
|
1913
1942
|
}
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -869,7 +869,18 @@
|
|
|
869
869
|
"format": "esm"
|
|
870
870
|
},
|
|
871
871
|
"src/core/optimization/whereCapability.ts": {
|
|
872
|
-
"bytes":
|
|
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
|
+
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
883
|
+
"bytes": 7609,
|
|
873
884
|
"imports": [
|
|
874
885
|
{
|
|
875
886
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -880,7 +891,7 @@
|
|
|
880
891
|
"format": "esm"
|
|
881
892
|
},
|
|
882
893
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
883
|
-
"bytes":
|
|
894
|
+
"bytes": 21189,
|
|
884
895
|
"imports": [
|
|
885
896
|
{
|
|
886
897
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -901,12 +912,17 @@
|
|
|
901
912
|
"path": "src/core/relativeDateFunction.ts",
|
|
902
913
|
"kind": "import-statement",
|
|
903
914
|
"original": "../relativeDateFunction"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
918
|
+
"kind": "import-statement",
|
|
919
|
+
"original": "./relativeDateFullScanExactPlan"
|
|
904
920
|
}
|
|
905
921
|
],
|
|
906
922
|
"format": "esm"
|
|
907
923
|
},
|
|
908
924
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
909
|
-
"bytes":
|
|
925
|
+
"bytes": 15622,
|
|
910
926
|
"imports": [
|
|
911
927
|
{
|
|
912
928
|
"path": "src/converter/whereToKintone.ts",
|
|
@@ -1089,7 +1105,7 @@
|
|
|
1089
1105
|
"format": "esm"
|
|
1090
1106
|
},
|
|
1091
1107
|
"src/execute.ts": {
|
|
1092
|
-
"bytes":
|
|
1108
|
+
"bytes": 438992,
|
|
1093
1109
|
"imports": [
|
|
1094
1110
|
{
|
|
1095
1111
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1351,6 +1367,16 @@
|
|
|
1351
1367
|
"kind": "import-statement",
|
|
1352
1368
|
"original": "./core/optimization/relativeDatePrefilterPlan"
|
|
1353
1369
|
},
|
|
1370
|
+
{
|
|
1371
|
+
"path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
|
|
1372
|
+
"kind": "import-statement",
|
|
1373
|
+
"original": "./core/optimization/relativeDateFullScanExactPlan"
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
1377
|
+
"kind": "import-statement",
|
|
1378
|
+
"original": "./core/relativeDateFunction"
|
|
1379
|
+
},
|
|
1354
1380
|
{
|
|
1355
1381
|
"path": "src/import/sourceLoader.ts",
|
|
1356
1382
|
"kind": "import-statement",
|
|
@@ -1679,25 +1705,25 @@
|
|
|
1679
1705
|
"bytesInOutput": 2592
|
|
1680
1706
|
},
|
|
1681
1707
|
"src/core/relativeDateFunction.ts": {
|
|
1682
|
-
"bytesInOutput":
|
|
1708
|
+
"bytesInOutput": 427
|
|
1683
1709
|
},
|
|
1684
1710
|
"src/parser/parser.ts": {
|
|
1685
|
-
"bytesInOutput":
|
|
1711
|
+
"bytesInOutput": 92192
|
|
1686
1712
|
},
|
|
1687
1713
|
"src/core/dmlGuard.ts": {
|
|
1688
1714
|
"bytesInOutput": 1881
|
|
1689
1715
|
},
|
|
1690
1716
|
"src/core/applyPatchScope.ts": {
|
|
1691
|
-
"bytesInOutput":
|
|
1717
|
+
"bytesInOutput": 12612
|
|
1692
1718
|
},
|
|
1693
1719
|
"src/engine/pushDownNot.ts": {
|
|
1694
|
-
"bytesInOutput":
|
|
1720
|
+
"bytesInOutput": 793
|
|
1695
1721
|
},
|
|
1696
1722
|
"src/core/like.ts": {
|
|
1697
1723
|
"bytesInOutput": 651
|
|
1698
1724
|
},
|
|
1699
1725
|
"src/converter/whereToKintone.ts": {
|
|
1700
|
-
"bytesInOutput":
|
|
1726
|
+
"bytesInOutput": 5075
|
|
1701
1727
|
},
|
|
1702
1728
|
"src/converter/selectToKintone.ts": {
|
|
1703
1729
|
"bytesInOutput": 8913
|
|
@@ -1730,7 +1756,7 @@
|
|
|
1730
1756
|
"bytesInOutput": 11162
|
|
1731
1757
|
},
|
|
1732
1758
|
"src/engine/evalWhere.ts": {
|
|
1733
|
-
"bytesInOutput":
|
|
1759
|
+
"bytesInOutput": 5516
|
|
1734
1760
|
},
|
|
1735
1761
|
"src/core/dmlCustomCheck.ts": {
|
|
1736
1762
|
"bytesInOutput": 1250
|
|
@@ -1823,13 +1849,16 @@
|
|
|
1823
1849
|
"bytesInOutput": 1136
|
|
1824
1850
|
},
|
|
1825
1851
|
"src/core/optimization/whereCapability.ts": {
|
|
1826
|
-
"bytesInOutput":
|
|
1852
|
+
"bytesInOutput": 9013
|
|
1853
|
+
},
|
|
1854
|
+
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1855
|
+
"bytesInOutput": 2474
|
|
1827
1856
|
},
|
|
1828
1857
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
1829
|
-
"bytesInOutput":
|
|
1858
|
+
"bytesInOutput": 5813
|
|
1830
1859
|
},
|
|
1831
1860
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
1832
|
-
"bytesInOutput":
|
|
1861
|
+
"bytesInOutput": 4827
|
|
1833
1862
|
},
|
|
1834
1863
|
"src/import/sourceLoader.ts": {
|
|
1835
1864
|
"bytesInOutput": 527
|
|
@@ -1877,7 +1906,7 @@
|
|
|
1877
1906
|
"bytesInOutput": 412
|
|
1878
1907
|
},
|
|
1879
1908
|
"src/execute.ts": {
|
|
1880
|
-
"bytesInOutput":
|
|
1909
|
+
"bytesInOutput": 157941
|
|
1881
1910
|
},
|
|
1882
1911
|
"src/engine-library/errors.ts": {
|
|
1883
1912
|
"bytesInOutput": 1116
|
|
@@ -1928,7 +1957,7 @@
|
|
|
1928
1957
|
"bytesInOutput": 115
|
|
1929
1958
|
}
|
|
1930
1959
|
},
|
|
1931
|
-
"bytes":
|
|
1960
|
+
"bytes": 484081
|
|
1932
1961
|
}
|
|
1933
1962
|
}
|
|
1934
1963
|
}
|