@rex0220/kintone-sql-tools 3.24.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 +360 -90
- 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 +7 -7
- package/dist-engine/meta/cjs.json +27 -22
- package/dist-engine/meta/esm.json +27 -22
- package/dist-engine/meta/umd.json +27 -22
- package/dist-mcp/ksql-mcp.js +363 -93
- 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
6
|
"inputCount": 91,
|
|
7
|
-
"minifiedBytes":
|
|
8
|
-
"gzipBytes":
|
|
7
|
+
"minifiedBytes": 483589,
|
|
8
|
+
"gzipBytes": 130893,
|
|
9
9
|
"forbidden": {
|
|
10
10
|
"mcp-instructions": [],
|
|
11
11
|
"src-mcp": [],
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"index.mjs": {
|
|
26
26
|
"inputCount": 91,
|
|
27
|
-
"minifiedBytes":
|
|
28
|
-
"gzipBytes":
|
|
27
|
+
"minifiedBytes": 483054,
|
|
28
|
+
"gzipBytes": 130608,
|
|
29
29
|
"forbidden": {
|
|
30
30
|
"mcp-instructions": [],
|
|
31
31
|
"src-mcp": [],
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
},
|
|
45
45
|
"ksql-engine.umd.js": {
|
|
46
46
|
"inputCount": 93,
|
|
47
|
-
"minifiedBytes":
|
|
48
|
-
"gzipBytes":
|
|
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",
|
|
@@ -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,7 @@
|
|
|
869
869
|
"format": "esm"
|
|
870
870
|
},
|
|
871
871
|
"src/core/optimization/whereCapability.ts": {
|
|
872
|
-
"bytes":
|
|
872
|
+
"bytes": 21915,
|
|
873
873
|
"imports": [
|
|
874
874
|
{
|
|
875
875
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -880,7 +880,7 @@
|
|
|
880
880
|
"format": "esm"
|
|
881
881
|
},
|
|
882
882
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
883
|
-
"bytes":
|
|
883
|
+
"bytes": 7609,
|
|
884
884
|
"imports": [
|
|
885
885
|
{
|
|
886
886
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -891,7 +891,7 @@
|
|
|
891
891
|
"format": "esm"
|
|
892
892
|
},
|
|
893
893
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
894
|
-
"bytes":
|
|
894
|
+
"bytes": 21189,
|
|
895
895
|
"imports": [
|
|
896
896
|
{
|
|
897
897
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
"format": "esm"
|
|
923
923
|
},
|
|
924
924
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
925
|
-
"bytes":
|
|
925
|
+
"bytes": 15622,
|
|
926
926
|
"imports": [
|
|
927
927
|
{
|
|
928
928
|
"path": "src/converter/whereToKintone.ts",
|
|
@@ -1105,7 +1105,7 @@
|
|
|
1105
1105
|
"format": "esm"
|
|
1106
1106
|
},
|
|
1107
1107
|
"src/execute.ts": {
|
|
1108
|
-
"bytes":
|
|
1108
|
+
"bytes": 438992,
|
|
1109
1109
|
"imports": [
|
|
1110
1110
|
{
|
|
1111
1111
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1372,6 +1372,11 @@
|
|
|
1372
1372
|
"kind": "import-statement",
|
|
1373
1373
|
"original": "./core/optimization/relativeDateFullScanExactPlan"
|
|
1374
1374
|
},
|
|
1375
|
+
{
|
|
1376
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
1377
|
+
"kind": "import-statement",
|
|
1378
|
+
"original": "./core/relativeDateFunction"
|
|
1379
|
+
},
|
|
1375
1380
|
{
|
|
1376
1381
|
"path": "src/import/sourceLoader.ts",
|
|
1377
1382
|
"kind": "import-statement",
|
|
@@ -1682,25 +1687,25 @@
|
|
|
1682
1687
|
"bytesInOutput": 2592
|
|
1683
1688
|
},
|
|
1684
1689
|
"src/core/relativeDateFunction.ts": {
|
|
1685
|
-
"bytesInOutput":
|
|
1690
|
+
"bytesInOutput": 427
|
|
1686
1691
|
},
|
|
1687
1692
|
"src/parser/parser.ts": {
|
|
1688
|
-
"bytesInOutput":
|
|
1693
|
+
"bytesInOutput": 92192
|
|
1689
1694
|
},
|
|
1690
1695
|
"src/core/dmlGuard.ts": {
|
|
1691
1696
|
"bytesInOutput": 1881
|
|
1692
1697
|
},
|
|
1693
1698
|
"src/core/applyPatchScope.ts": {
|
|
1694
|
-
"bytesInOutput":
|
|
1699
|
+
"bytesInOutput": 12612
|
|
1695
1700
|
},
|
|
1696
1701
|
"src/engine/pushDownNot.ts": {
|
|
1697
|
-
"bytesInOutput":
|
|
1702
|
+
"bytesInOutput": 793
|
|
1698
1703
|
},
|
|
1699
1704
|
"src/core/like.ts": {
|
|
1700
1705
|
"bytesInOutput": 651
|
|
1701
1706
|
},
|
|
1702
1707
|
"src/converter/whereToKintone.ts": {
|
|
1703
|
-
"bytesInOutput":
|
|
1708
|
+
"bytesInOutput": 5075
|
|
1704
1709
|
},
|
|
1705
1710
|
"src/converter/selectToKintone.ts": {
|
|
1706
1711
|
"bytesInOutput": 8913
|
|
@@ -1733,7 +1738,7 @@
|
|
|
1733
1738
|
"bytesInOutput": 11162
|
|
1734
1739
|
},
|
|
1735
1740
|
"src/engine/evalWhere.ts": {
|
|
1736
|
-
"bytesInOutput":
|
|
1741
|
+
"bytesInOutput": 5516
|
|
1737
1742
|
},
|
|
1738
1743
|
"src/core/dmlCustomCheck.ts": {
|
|
1739
1744
|
"bytesInOutput": 1250
|
|
@@ -1826,16 +1831,16 @@
|
|
|
1826
1831
|
"bytesInOutput": 1136
|
|
1827
1832
|
},
|
|
1828
1833
|
"src/core/optimization/whereCapability.ts": {
|
|
1829
|
-
"bytesInOutput":
|
|
1834
|
+
"bytesInOutput": 9013
|
|
1830
1835
|
},
|
|
1831
1836
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1832
|
-
"bytesInOutput":
|
|
1837
|
+
"bytesInOutput": 2474
|
|
1833
1838
|
},
|
|
1834
1839
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
1835
|
-
"bytesInOutput":
|
|
1840
|
+
"bytesInOutput": 5813
|
|
1836
1841
|
},
|
|
1837
1842
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
1838
|
-
"bytesInOutput":
|
|
1843
|
+
"bytesInOutput": 4827
|
|
1839
1844
|
},
|
|
1840
1845
|
"src/import/sourceLoader.ts": {
|
|
1841
1846
|
"bytesInOutput": 527
|
|
@@ -1883,7 +1888,7 @@
|
|
|
1883
1888
|
"bytesInOutput": 412
|
|
1884
1889
|
},
|
|
1885
1890
|
"src/execute.ts": {
|
|
1886
|
-
"bytesInOutput":
|
|
1891
|
+
"bytesInOutput": 157941
|
|
1887
1892
|
},
|
|
1888
1893
|
"src/engine-library/errors.ts": {
|
|
1889
1894
|
"bytesInOutput": 1116
|
|
@@ -1925,7 +1930,7 @@
|
|
|
1925
1930
|
"bytesInOutput": 1231
|
|
1926
1931
|
}
|
|
1927
1932
|
},
|
|
1928
|
-
"bytes":
|
|
1933
|
+
"bytes": 483589
|
|
1929
1934
|
}
|
|
1930
1935
|
}
|
|
1931
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",
|
|
@@ -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,7 @@
|
|
|
869
869
|
"format": "esm"
|
|
870
870
|
},
|
|
871
871
|
"src/core/optimization/whereCapability.ts": {
|
|
872
|
-
"bytes":
|
|
872
|
+
"bytes": 21915,
|
|
873
873
|
"imports": [
|
|
874
874
|
{
|
|
875
875
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -880,7 +880,7 @@
|
|
|
880
880
|
"format": "esm"
|
|
881
881
|
},
|
|
882
882
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
883
|
-
"bytes":
|
|
883
|
+
"bytes": 7609,
|
|
884
884
|
"imports": [
|
|
885
885
|
{
|
|
886
886
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -891,7 +891,7 @@
|
|
|
891
891
|
"format": "esm"
|
|
892
892
|
},
|
|
893
893
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
894
|
-
"bytes":
|
|
894
|
+
"bytes": 21189,
|
|
895
895
|
"imports": [
|
|
896
896
|
{
|
|
897
897
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
"format": "esm"
|
|
923
923
|
},
|
|
924
924
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
925
|
-
"bytes":
|
|
925
|
+
"bytes": 15622,
|
|
926
926
|
"imports": [
|
|
927
927
|
{
|
|
928
928
|
"path": "src/converter/whereToKintone.ts",
|
|
@@ -1105,7 +1105,7 @@
|
|
|
1105
1105
|
"format": "esm"
|
|
1106
1106
|
},
|
|
1107
1107
|
"src/execute.ts": {
|
|
1108
|
-
"bytes":
|
|
1108
|
+
"bytes": 438992,
|
|
1109
1109
|
"imports": [
|
|
1110
1110
|
{
|
|
1111
1111
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1372,6 +1372,11 @@
|
|
|
1372
1372
|
"kind": "import-statement",
|
|
1373
1373
|
"original": "./core/optimization/relativeDateFullScanExactPlan"
|
|
1374
1374
|
},
|
|
1375
|
+
{
|
|
1376
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
1377
|
+
"kind": "import-statement",
|
|
1378
|
+
"original": "./core/relativeDateFunction"
|
|
1379
|
+
},
|
|
1375
1380
|
{
|
|
1376
1381
|
"path": "src/import/sourceLoader.ts",
|
|
1377
1382
|
"kind": "import-statement",
|
|
@@ -1685,25 +1690,25 @@
|
|
|
1685
1690
|
"bytesInOutput": 2592
|
|
1686
1691
|
},
|
|
1687
1692
|
"src/core/relativeDateFunction.ts": {
|
|
1688
|
-
"bytesInOutput":
|
|
1693
|
+
"bytesInOutput": 427
|
|
1689
1694
|
},
|
|
1690
1695
|
"src/parser/parser.ts": {
|
|
1691
|
-
"bytesInOutput":
|
|
1696
|
+
"bytesInOutput": 92192
|
|
1692
1697
|
},
|
|
1693
1698
|
"src/core/dmlGuard.ts": {
|
|
1694
1699
|
"bytesInOutput": 1881
|
|
1695
1700
|
},
|
|
1696
1701
|
"src/core/applyPatchScope.ts": {
|
|
1697
|
-
"bytesInOutput":
|
|
1702
|
+
"bytesInOutput": 12612
|
|
1698
1703
|
},
|
|
1699
1704
|
"src/engine/pushDownNot.ts": {
|
|
1700
|
-
"bytesInOutput":
|
|
1705
|
+
"bytesInOutput": 793
|
|
1701
1706
|
},
|
|
1702
1707
|
"src/core/like.ts": {
|
|
1703
1708
|
"bytesInOutput": 651
|
|
1704
1709
|
},
|
|
1705
1710
|
"src/converter/whereToKintone.ts": {
|
|
1706
|
-
"bytesInOutput":
|
|
1711
|
+
"bytesInOutput": 5075
|
|
1707
1712
|
},
|
|
1708
1713
|
"src/converter/selectToKintone.ts": {
|
|
1709
1714
|
"bytesInOutput": 8913
|
|
@@ -1736,7 +1741,7 @@
|
|
|
1736
1741
|
"bytesInOutput": 11162
|
|
1737
1742
|
},
|
|
1738
1743
|
"src/engine/evalWhere.ts": {
|
|
1739
|
-
"bytesInOutput":
|
|
1744
|
+
"bytesInOutput": 5516
|
|
1740
1745
|
},
|
|
1741
1746
|
"src/core/dmlCustomCheck.ts": {
|
|
1742
1747
|
"bytesInOutput": 1250
|
|
@@ -1829,16 +1834,16 @@
|
|
|
1829
1834
|
"bytesInOutput": 1136
|
|
1830
1835
|
},
|
|
1831
1836
|
"src/core/optimization/whereCapability.ts": {
|
|
1832
|
-
"bytesInOutput":
|
|
1837
|
+
"bytesInOutput": 9013
|
|
1833
1838
|
},
|
|
1834
1839
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1835
|
-
"bytesInOutput":
|
|
1840
|
+
"bytesInOutput": 2474
|
|
1836
1841
|
},
|
|
1837
1842
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
1838
|
-
"bytesInOutput":
|
|
1843
|
+
"bytesInOutput": 5813
|
|
1839
1844
|
},
|
|
1840
1845
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
1841
|
-
"bytesInOutput":
|
|
1846
|
+
"bytesInOutput": 4827
|
|
1842
1847
|
},
|
|
1843
1848
|
"src/import/sourceLoader.ts": {
|
|
1844
1849
|
"bytesInOutput": 527
|
|
@@ -1886,7 +1891,7 @@
|
|
|
1886
1891
|
"bytesInOutput": 412
|
|
1887
1892
|
},
|
|
1888
1893
|
"src/execute.ts": {
|
|
1889
|
-
"bytesInOutput":
|
|
1894
|
+
"bytesInOutput": 157941
|
|
1890
1895
|
},
|
|
1891
1896
|
"src/engine-library/errors.ts": {
|
|
1892
1897
|
"bytesInOutput": 1116
|
|
@@ -1931,7 +1936,7 @@
|
|
|
1931
1936
|
"bytesInOutput": 16
|
|
1932
1937
|
}
|
|
1933
1938
|
},
|
|
1934
|
-
"bytes":
|
|
1939
|
+
"bytes": 483054
|
|
1935
1940
|
}
|
|
1936
1941
|
}
|
|
1937
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",
|
|
@@ -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,7 @@
|
|
|
869
869
|
"format": "esm"
|
|
870
870
|
},
|
|
871
871
|
"src/core/optimization/whereCapability.ts": {
|
|
872
|
-
"bytes":
|
|
872
|
+
"bytes": 21915,
|
|
873
873
|
"imports": [
|
|
874
874
|
{
|
|
875
875
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -880,7 +880,7 @@
|
|
|
880
880
|
"format": "esm"
|
|
881
881
|
},
|
|
882
882
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
883
|
-
"bytes":
|
|
883
|
+
"bytes": 7609,
|
|
884
884
|
"imports": [
|
|
885
885
|
{
|
|
886
886
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -891,7 +891,7 @@
|
|
|
891
891
|
"format": "esm"
|
|
892
892
|
},
|
|
893
893
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
894
|
-
"bytes":
|
|
894
|
+
"bytes": 21189,
|
|
895
895
|
"imports": [
|
|
896
896
|
{
|
|
897
897
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
"format": "esm"
|
|
923
923
|
},
|
|
924
924
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
925
|
-
"bytes":
|
|
925
|
+
"bytes": 15622,
|
|
926
926
|
"imports": [
|
|
927
927
|
{
|
|
928
928
|
"path": "src/converter/whereToKintone.ts",
|
|
@@ -1105,7 +1105,7 @@
|
|
|
1105
1105
|
"format": "esm"
|
|
1106
1106
|
},
|
|
1107
1107
|
"src/execute.ts": {
|
|
1108
|
-
"bytes":
|
|
1108
|
+
"bytes": 438992,
|
|
1109
1109
|
"imports": [
|
|
1110
1110
|
{
|
|
1111
1111
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1372,6 +1372,11 @@
|
|
|
1372
1372
|
"kind": "import-statement",
|
|
1373
1373
|
"original": "./core/optimization/relativeDateFullScanExactPlan"
|
|
1374
1374
|
},
|
|
1375
|
+
{
|
|
1376
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
1377
|
+
"kind": "import-statement",
|
|
1378
|
+
"original": "./core/relativeDateFunction"
|
|
1379
|
+
},
|
|
1375
1380
|
{
|
|
1376
1381
|
"path": "src/import/sourceLoader.ts",
|
|
1377
1382
|
"kind": "import-statement",
|
|
@@ -1700,25 +1705,25 @@
|
|
|
1700
1705
|
"bytesInOutput": 2592
|
|
1701
1706
|
},
|
|
1702
1707
|
"src/core/relativeDateFunction.ts": {
|
|
1703
|
-
"bytesInOutput":
|
|
1708
|
+
"bytesInOutput": 427
|
|
1704
1709
|
},
|
|
1705
1710
|
"src/parser/parser.ts": {
|
|
1706
|
-
"bytesInOutput":
|
|
1711
|
+
"bytesInOutput": 92192
|
|
1707
1712
|
},
|
|
1708
1713
|
"src/core/dmlGuard.ts": {
|
|
1709
1714
|
"bytesInOutput": 1881
|
|
1710
1715
|
},
|
|
1711
1716
|
"src/core/applyPatchScope.ts": {
|
|
1712
|
-
"bytesInOutput":
|
|
1717
|
+
"bytesInOutput": 12612
|
|
1713
1718
|
},
|
|
1714
1719
|
"src/engine/pushDownNot.ts": {
|
|
1715
|
-
"bytesInOutput":
|
|
1720
|
+
"bytesInOutput": 793
|
|
1716
1721
|
},
|
|
1717
1722
|
"src/core/like.ts": {
|
|
1718
1723
|
"bytesInOutput": 651
|
|
1719
1724
|
},
|
|
1720
1725
|
"src/converter/whereToKintone.ts": {
|
|
1721
|
-
"bytesInOutput":
|
|
1726
|
+
"bytesInOutput": 5075
|
|
1722
1727
|
},
|
|
1723
1728
|
"src/converter/selectToKintone.ts": {
|
|
1724
1729
|
"bytesInOutput": 8913
|
|
@@ -1751,7 +1756,7 @@
|
|
|
1751
1756
|
"bytesInOutput": 11162
|
|
1752
1757
|
},
|
|
1753
1758
|
"src/engine/evalWhere.ts": {
|
|
1754
|
-
"bytesInOutput":
|
|
1759
|
+
"bytesInOutput": 5516
|
|
1755
1760
|
},
|
|
1756
1761
|
"src/core/dmlCustomCheck.ts": {
|
|
1757
1762
|
"bytesInOutput": 1250
|
|
@@ -1844,16 +1849,16 @@
|
|
|
1844
1849
|
"bytesInOutput": 1136
|
|
1845
1850
|
},
|
|
1846
1851
|
"src/core/optimization/whereCapability.ts": {
|
|
1847
|
-
"bytesInOutput":
|
|
1852
|
+
"bytesInOutput": 9013
|
|
1848
1853
|
},
|
|
1849
1854
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
1850
|
-
"bytesInOutput":
|
|
1855
|
+
"bytesInOutput": 2474
|
|
1851
1856
|
},
|
|
1852
1857
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
1853
|
-
"bytesInOutput":
|
|
1858
|
+
"bytesInOutput": 5813
|
|
1854
1859
|
},
|
|
1855
1860
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
1856
|
-
"bytesInOutput":
|
|
1861
|
+
"bytesInOutput": 4827
|
|
1857
1862
|
},
|
|
1858
1863
|
"src/import/sourceLoader.ts": {
|
|
1859
1864
|
"bytesInOutput": 527
|
|
@@ -1901,7 +1906,7 @@
|
|
|
1901
1906
|
"bytesInOutput": 412
|
|
1902
1907
|
},
|
|
1903
1908
|
"src/execute.ts": {
|
|
1904
|
-
"bytesInOutput":
|
|
1909
|
+
"bytesInOutput": 157941
|
|
1905
1910
|
},
|
|
1906
1911
|
"src/engine-library/errors.ts": {
|
|
1907
1912
|
"bytesInOutput": 1116
|
|
@@ -1952,7 +1957,7 @@
|
|
|
1952
1957
|
"bytesInOutput": 115
|
|
1953
1958
|
}
|
|
1954
1959
|
},
|
|
1955
|
-
"bytes":
|
|
1960
|
+
"bytes": 484081
|
|
1956
1961
|
}
|
|
1957
1962
|
}
|
|
1958
1963
|
}
|