@rex0220/kintone-sql-tools 3.34.1 → 3.35.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 +103 -13
- 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 +62 -20
- package/dist-engine/meta/esm.json +62 -20
- package/dist-engine/meta/umd.json +62 -20
- package/dist-mcp/ksql-mcp.js +108 -15
- 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-29T12:03:31.879Z",
|
|
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": 99,
|
|
7
|
+
"minifiedBytes": 543212,
|
|
8
|
+
"gzipBytes": 148112,
|
|
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": 99,
|
|
27
|
+
"minifiedBytes": 542667,
|
|
28
|
+
"gzipBytes": 147808,
|
|
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": 101,
|
|
47
|
+
"minifiedBytes": 543691,
|
|
48
|
+
"gzipBytes": 148187,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"format": "esm"
|
|
12
12
|
},
|
|
13
13
|
"src/types/ast.ts": {
|
|
14
|
-
"bytes":
|
|
14
|
+
"bytes": 34645,
|
|
15
15
|
"imports": [
|
|
16
16
|
{
|
|
17
17
|
"path": "src/core/exactDecimal.ts",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"format": "esm"
|
|
44
44
|
},
|
|
45
45
|
"src/core/relativeDateFunction.ts": {
|
|
46
|
-
"bytes":
|
|
46
|
+
"bytes": 1191,
|
|
47
47
|
"imports": [],
|
|
48
48
|
"format": "esm"
|
|
49
49
|
},
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"format": "esm"
|
|
76
76
|
},
|
|
77
77
|
"src/converter/whereToKintone.ts": {
|
|
78
|
-
"bytes":
|
|
78
|
+
"bytes": 13088,
|
|
79
79
|
"imports": [
|
|
80
80
|
{
|
|
81
81
|
"path": "src/engine/pushDownNot.ts",
|
|
@@ -227,6 +227,27 @@
|
|
|
227
227
|
],
|
|
228
228
|
"format": "esm"
|
|
229
229
|
},
|
|
230
|
+
"src/core/primaryOrganizationDmlValidation.ts": {
|
|
231
|
+
"bytes": 1945,
|
|
232
|
+
"imports": [],
|
|
233
|
+
"format": "esm"
|
|
234
|
+
},
|
|
235
|
+
"src/core/statementValidation.ts": {
|
|
236
|
+
"bytes": 437,
|
|
237
|
+
"imports": [
|
|
238
|
+
{
|
|
239
|
+
"path": "src/core/klikeValidation.ts",
|
|
240
|
+
"kind": "import-statement",
|
|
241
|
+
"original": "./klikeValidation"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"path": "src/core/primaryOrganizationDmlValidation.ts",
|
|
245
|
+
"kind": "import-statement",
|
|
246
|
+
"original": "./primaryOrganizationDmlValidation"
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"format": "esm"
|
|
250
|
+
},
|
|
230
251
|
"src/engine/groupingRowMeta.ts": {
|
|
231
252
|
"bytes": 2420,
|
|
232
253
|
"imports": [],
|
|
@@ -249,7 +270,7 @@
|
|
|
249
270
|
"format": "esm"
|
|
250
271
|
},
|
|
251
272
|
"src/core/batch.ts": {
|
|
252
|
-
"bytes":
|
|
273
|
+
"bytes": 19517,
|
|
253
274
|
"imports": [
|
|
254
275
|
{
|
|
255
276
|
"path": "src/core/dmlGuard.ts",
|
|
@@ -266,6 +287,16 @@
|
|
|
266
287
|
"kind": "import-statement",
|
|
267
288
|
"original": "./klikeValidation"
|
|
268
289
|
},
|
|
290
|
+
{
|
|
291
|
+
"path": "src/core/primaryOrganizationDmlValidation.ts",
|
|
292
|
+
"kind": "import-statement",
|
|
293
|
+
"original": "./primaryOrganizationDmlValidation"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"path": "src/core/statementValidation.ts",
|
|
297
|
+
"kind": "import-statement",
|
|
298
|
+
"original": "./statementValidation"
|
|
299
|
+
},
|
|
269
300
|
{
|
|
270
301
|
"path": "src/core/groupingValidation.ts",
|
|
271
302
|
"kind": "import-statement",
|
|
@@ -275,7 +306,7 @@
|
|
|
275
306
|
"format": "esm"
|
|
276
307
|
},
|
|
277
308
|
"src/lexer/tokens.ts": {
|
|
278
|
-
"bytes":
|
|
309
|
+
"bytes": 9458,
|
|
279
310
|
"imports": [],
|
|
280
311
|
"format": "esm"
|
|
281
312
|
},
|
|
@@ -291,7 +322,7 @@
|
|
|
291
322
|
"format": "esm"
|
|
292
323
|
},
|
|
293
324
|
"src/parser/parser.ts": {
|
|
294
|
-
"bytes":
|
|
325
|
+
"bytes": 168522,
|
|
295
326
|
"imports": [
|
|
296
327
|
{
|
|
297
328
|
"path": "src/lexer/tokens.ts",
|
|
@@ -369,7 +400,7 @@
|
|
|
369
400
|
"format": "esm"
|
|
370
401
|
},
|
|
371
402
|
"src/engine/evalWhere.ts": {
|
|
372
|
-
"bytes":
|
|
403
|
+
"bytes": 19949,
|
|
373
404
|
"imports": [
|
|
374
405
|
{
|
|
375
406
|
"path": "src/types/ast.ts",
|
|
@@ -760,7 +791,7 @@
|
|
|
760
791
|
"format": "esm"
|
|
761
792
|
},
|
|
762
793
|
"src/core/optimization/whereCapability.ts": {
|
|
763
|
-
"bytes":
|
|
794
|
+
"bytes": 22024,
|
|
764
795
|
"imports": [
|
|
765
796
|
{
|
|
766
797
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -1166,7 +1197,7 @@
|
|
|
1166
1197
|
"format": "esm"
|
|
1167
1198
|
},
|
|
1168
1199
|
"src/execute.ts": {
|
|
1169
|
-
"bytes":
|
|
1200
|
+
"bytes": 473403,
|
|
1170
1201
|
"imports": [
|
|
1171
1202
|
{
|
|
1172
1203
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1273,6 +1304,11 @@
|
|
|
1273
1304
|
"kind": "import-statement",
|
|
1274
1305
|
"original": "./core/klikeValidation"
|
|
1275
1306
|
},
|
|
1307
|
+
{
|
|
1308
|
+
"path": "src/core/statementValidation.ts",
|
|
1309
|
+
"kind": "import-statement",
|
|
1310
|
+
"original": "./core/statementValidation"
|
|
1311
|
+
},
|
|
1276
1312
|
{
|
|
1277
1313
|
"path": "src/core/cteInlining.ts",
|
|
1278
1314
|
"kind": "import-statement",
|
|
@@ -1654,7 +1690,7 @@
|
|
|
1654
1690
|
"format": "esm"
|
|
1655
1691
|
},
|
|
1656
1692
|
"src/core/sql.ts": {
|
|
1657
|
-
"bytes":
|
|
1693
|
+
"bytes": 862,
|
|
1658
1694
|
"imports": [
|
|
1659
1695
|
{
|
|
1660
1696
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1667,9 +1703,9 @@
|
|
|
1667
1703
|
"original": "../parser/parser"
|
|
1668
1704
|
},
|
|
1669
1705
|
{
|
|
1670
|
-
"path": "src/core/
|
|
1706
|
+
"path": "src/core/statementValidation.ts",
|
|
1671
1707
|
"kind": "import-statement",
|
|
1672
|
-
"original": "./
|
|
1708
|
+
"original": "./statementValidation"
|
|
1673
1709
|
}
|
|
1674
1710
|
],
|
|
1675
1711
|
"format": "esm"
|
|
@@ -1844,7 +1880,7 @@
|
|
|
1844
1880
|
"bytesInOutput": 3279
|
|
1845
1881
|
},
|
|
1846
1882
|
"src/core/relativeDateFunction.ts": {
|
|
1847
|
-
"bytesInOutput":
|
|
1883
|
+
"bytesInOutput": 450
|
|
1848
1884
|
},
|
|
1849
1885
|
"src/core/applyPatchScope.ts": {
|
|
1850
1886
|
"bytesInOutput": 12612
|
|
@@ -1856,7 +1892,7 @@
|
|
|
1856
1892
|
"bytesInOutput": 651
|
|
1857
1893
|
},
|
|
1858
1894
|
"src/converter/whereToKintone.ts": {
|
|
1859
|
-
"bytesInOutput":
|
|
1895
|
+
"bytesInOutput": 5102
|
|
1860
1896
|
},
|
|
1861
1897
|
"src/core/aggregateExpression.ts": {
|
|
1862
1898
|
"bytesInOutput": 2730
|
|
@@ -1879,6 +1915,12 @@
|
|
|
1879
1915
|
"src/core/klikeValidation.ts": {
|
|
1880
1916
|
"bytesInOutput": 6076
|
|
1881
1917
|
},
|
|
1918
|
+
"src/core/primaryOrganizationDmlValidation.ts": {
|
|
1919
|
+
"bytesInOutput": 768
|
|
1920
|
+
},
|
|
1921
|
+
"src/core/statementValidation.ts": {
|
|
1922
|
+
"bytesInOutput": 27
|
|
1923
|
+
},
|
|
1882
1924
|
"src/engine/groupingRowMeta.ts": {
|
|
1883
1925
|
"bytesInOutput": 559
|
|
1884
1926
|
},
|
|
@@ -1886,16 +1928,16 @@
|
|
|
1886
1928
|
"bytesInOutput": 5175
|
|
1887
1929
|
},
|
|
1888
1930
|
"src/core/batch.ts": {
|
|
1889
|
-
"bytesInOutput":
|
|
1931
|
+
"bytesInOutput": 5516
|
|
1890
1932
|
},
|
|
1891
1933
|
"src/lexer/tokens.ts": {
|
|
1892
|
-
"bytesInOutput":
|
|
1934
|
+
"bytesInOutput": 2310
|
|
1893
1935
|
},
|
|
1894
1936
|
"src/lexer/lexer.ts": {
|
|
1895
1937
|
"bytesInOutput": 5893
|
|
1896
1938
|
},
|
|
1897
1939
|
"src/parser/parser.ts": {
|
|
1898
|
-
"bytesInOutput":
|
|
1940
|
+
"bytesInOutput": 93529
|
|
1899
1941
|
},
|
|
1900
1942
|
"src/core/fieldSemantics.ts": {
|
|
1901
1943
|
"bytesInOutput": 1368
|
|
@@ -1907,7 +1949,7 @@
|
|
|
1907
1949
|
"bytesInOutput": 11292
|
|
1908
1950
|
},
|
|
1909
1951
|
"src/engine/evalWhere.ts": {
|
|
1910
|
-
"bytesInOutput":
|
|
1952
|
+
"bytesInOutput": 5788
|
|
1911
1953
|
},
|
|
1912
1954
|
"src/core/dmlCustomCheck.ts": {
|
|
1913
1955
|
"bytesInOutput": 1251
|
|
@@ -1973,7 +2015,7 @@
|
|
|
1973
2015
|
"bytesInOutput": 339
|
|
1974
2016
|
},
|
|
1975
2017
|
"src/core/optimization/whereCapability.ts": {
|
|
1976
|
-
"bytesInOutput":
|
|
2018
|
+
"bytesInOutput": 9121
|
|
1977
2019
|
},
|
|
1978
2020
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
1979
2021
|
"bytesInOutput": 13814
|
|
@@ -2117,7 +2159,7 @@
|
|
|
2117
2159
|
"bytesInOutput": 950
|
|
2118
2160
|
}
|
|
2119
2161
|
},
|
|
2120
|
-
"bytes":
|
|
2162
|
+
"bytes": 543212
|
|
2121
2163
|
}
|
|
2122
2164
|
}
|
|
2123
2165
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"format": "esm"
|
|
12
12
|
},
|
|
13
13
|
"src/types/ast.ts": {
|
|
14
|
-
"bytes":
|
|
14
|
+
"bytes": 34645,
|
|
15
15
|
"imports": [
|
|
16
16
|
{
|
|
17
17
|
"path": "src/core/exactDecimal.ts",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"format": "esm"
|
|
44
44
|
},
|
|
45
45
|
"src/core/relativeDateFunction.ts": {
|
|
46
|
-
"bytes":
|
|
46
|
+
"bytes": 1191,
|
|
47
47
|
"imports": [],
|
|
48
48
|
"format": "esm"
|
|
49
49
|
},
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"format": "esm"
|
|
76
76
|
},
|
|
77
77
|
"src/converter/whereToKintone.ts": {
|
|
78
|
-
"bytes":
|
|
78
|
+
"bytes": 13088,
|
|
79
79
|
"imports": [
|
|
80
80
|
{
|
|
81
81
|
"path": "src/engine/pushDownNot.ts",
|
|
@@ -227,6 +227,27 @@
|
|
|
227
227
|
],
|
|
228
228
|
"format": "esm"
|
|
229
229
|
},
|
|
230
|
+
"src/core/primaryOrganizationDmlValidation.ts": {
|
|
231
|
+
"bytes": 1945,
|
|
232
|
+
"imports": [],
|
|
233
|
+
"format": "esm"
|
|
234
|
+
},
|
|
235
|
+
"src/core/statementValidation.ts": {
|
|
236
|
+
"bytes": 437,
|
|
237
|
+
"imports": [
|
|
238
|
+
{
|
|
239
|
+
"path": "src/core/klikeValidation.ts",
|
|
240
|
+
"kind": "import-statement",
|
|
241
|
+
"original": "./klikeValidation"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"path": "src/core/primaryOrganizationDmlValidation.ts",
|
|
245
|
+
"kind": "import-statement",
|
|
246
|
+
"original": "./primaryOrganizationDmlValidation"
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"format": "esm"
|
|
250
|
+
},
|
|
230
251
|
"src/engine/groupingRowMeta.ts": {
|
|
231
252
|
"bytes": 2420,
|
|
232
253
|
"imports": [],
|
|
@@ -249,7 +270,7 @@
|
|
|
249
270
|
"format": "esm"
|
|
250
271
|
},
|
|
251
272
|
"src/core/batch.ts": {
|
|
252
|
-
"bytes":
|
|
273
|
+
"bytes": 19517,
|
|
253
274
|
"imports": [
|
|
254
275
|
{
|
|
255
276
|
"path": "src/core/dmlGuard.ts",
|
|
@@ -266,6 +287,16 @@
|
|
|
266
287
|
"kind": "import-statement",
|
|
267
288
|
"original": "./klikeValidation"
|
|
268
289
|
},
|
|
290
|
+
{
|
|
291
|
+
"path": "src/core/primaryOrganizationDmlValidation.ts",
|
|
292
|
+
"kind": "import-statement",
|
|
293
|
+
"original": "./primaryOrganizationDmlValidation"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"path": "src/core/statementValidation.ts",
|
|
297
|
+
"kind": "import-statement",
|
|
298
|
+
"original": "./statementValidation"
|
|
299
|
+
},
|
|
269
300
|
{
|
|
270
301
|
"path": "src/core/groupingValidation.ts",
|
|
271
302
|
"kind": "import-statement",
|
|
@@ -275,7 +306,7 @@
|
|
|
275
306
|
"format": "esm"
|
|
276
307
|
},
|
|
277
308
|
"src/lexer/tokens.ts": {
|
|
278
|
-
"bytes":
|
|
309
|
+
"bytes": 9458,
|
|
279
310
|
"imports": [],
|
|
280
311
|
"format": "esm"
|
|
281
312
|
},
|
|
@@ -291,7 +322,7 @@
|
|
|
291
322
|
"format": "esm"
|
|
292
323
|
},
|
|
293
324
|
"src/parser/parser.ts": {
|
|
294
|
-
"bytes":
|
|
325
|
+
"bytes": 168522,
|
|
295
326
|
"imports": [
|
|
296
327
|
{
|
|
297
328
|
"path": "src/lexer/tokens.ts",
|
|
@@ -369,7 +400,7 @@
|
|
|
369
400
|
"format": "esm"
|
|
370
401
|
},
|
|
371
402
|
"src/engine/evalWhere.ts": {
|
|
372
|
-
"bytes":
|
|
403
|
+
"bytes": 19949,
|
|
373
404
|
"imports": [
|
|
374
405
|
{
|
|
375
406
|
"path": "src/types/ast.ts",
|
|
@@ -760,7 +791,7 @@
|
|
|
760
791
|
"format": "esm"
|
|
761
792
|
},
|
|
762
793
|
"src/core/optimization/whereCapability.ts": {
|
|
763
|
-
"bytes":
|
|
794
|
+
"bytes": 22024,
|
|
764
795
|
"imports": [
|
|
765
796
|
{
|
|
766
797
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -1166,7 +1197,7 @@
|
|
|
1166
1197
|
"format": "esm"
|
|
1167
1198
|
},
|
|
1168
1199
|
"src/execute.ts": {
|
|
1169
|
-
"bytes":
|
|
1200
|
+
"bytes": 473403,
|
|
1170
1201
|
"imports": [
|
|
1171
1202
|
{
|
|
1172
1203
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1273,6 +1304,11 @@
|
|
|
1273
1304
|
"kind": "import-statement",
|
|
1274
1305
|
"original": "./core/klikeValidation"
|
|
1275
1306
|
},
|
|
1307
|
+
{
|
|
1308
|
+
"path": "src/core/statementValidation.ts",
|
|
1309
|
+
"kind": "import-statement",
|
|
1310
|
+
"original": "./core/statementValidation"
|
|
1311
|
+
},
|
|
1276
1312
|
{
|
|
1277
1313
|
"path": "src/core/cteInlining.ts",
|
|
1278
1314
|
"kind": "import-statement",
|
|
@@ -1654,7 +1690,7 @@
|
|
|
1654
1690
|
"format": "esm"
|
|
1655
1691
|
},
|
|
1656
1692
|
"src/core/sql.ts": {
|
|
1657
|
-
"bytes":
|
|
1693
|
+
"bytes": 862,
|
|
1658
1694
|
"imports": [
|
|
1659
1695
|
{
|
|
1660
1696
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1667,9 +1703,9 @@
|
|
|
1667
1703
|
"original": "../parser/parser"
|
|
1668
1704
|
},
|
|
1669
1705
|
{
|
|
1670
|
-
"path": "src/core/
|
|
1706
|
+
"path": "src/core/statementValidation.ts",
|
|
1671
1707
|
"kind": "import-statement",
|
|
1672
|
-
"original": "./
|
|
1708
|
+
"original": "./statementValidation"
|
|
1673
1709
|
}
|
|
1674
1710
|
],
|
|
1675
1711
|
"format": "esm"
|
|
@@ -1848,7 +1884,7 @@
|
|
|
1848
1884
|
"bytesInOutput": 3279
|
|
1849
1885
|
},
|
|
1850
1886
|
"src/core/relativeDateFunction.ts": {
|
|
1851
|
-
"bytesInOutput":
|
|
1887
|
+
"bytesInOutput": 450
|
|
1852
1888
|
},
|
|
1853
1889
|
"src/core/applyPatchScope.ts": {
|
|
1854
1890
|
"bytesInOutput": 12612
|
|
@@ -1860,7 +1896,7 @@
|
|
|
1860
1896
|
"bytesInOutput": 651
|
|
1861
1897
|
},
|
|
1862
1898
|
"src/converter/whereToKintone.ts": {
|
|
1863
|
-
"bytesInOutput":
|
|
1899
|
+
"bytesInOutput": 5102
|
|
1864
1900
|
},
|
|
1865
1901
|
"src/core/aggregateExpression.ts": {
|
|
1866
1902
|
"bytesInOutput": 2730
|
|
@@ -1883,6 +1919,12 @@
|
|
|
1883
1919
|
"src/core/klikeValidation.ts": {
|
|
1884
1920
|
"bytesInOutput": 6076
|
|
1885
1921
|
},
|
|
1922
|
+
"src/core/primaryOrganizationDmlValidation.ts": {
|
|
1923
|
+
"bytesInOutput": 768
|
|
1924
|
+
},
|
|
1925
|
+
"src/core/statementValidation.ts": {
|
|
1926
|
+
"bytesInOutput": 27
|
|
1927
|
+
},
|
|
1886
1928
|
"src/engine/groupingRowMeta.ts": {
|
|
1887
1929
|
"bytesInOutput": 559
|
|
1888
1930
|
},
|
|
@@ -1890,16 +1932,16 @@
|
|
|
1890
1932
|
"bytesInOutput": 5175
|
|
1891
1933
|
},
|
|
1892
1934
|
"src/core/batch.ts": {
|
|
1893
|
-
"bytesInOutput":
|
|
1935
|
+
"bytesInOutput": 5516
|
|
1894
1936
|
},
|
|
1895
1937
|
"src/lexer/tokens.ts": {
|
|
1896
|
-
"bytesInOutput":
|
|
1938
|
+
"bytesInOutput": 2310
|
|
1897
1939
|
},
|
|
1898
1940
|
"src/lexer/lexer.ts": {
|
|
1899
1941
|
"bytesInOutput": 5893
|
|
1900
1942
|
},
|
|
1901
1943
|
"src/parser/parser.ts": {
|
|
1902
|
-
"bytesInOutput":
|
|
1944
|
+
"bytesInOutput": 93529
|
|
1903
1945
|
},
|
|
1904
1946
|
"src/core/fieldSemantics.ts": {
|
|
1905
1947
|
"bytesInOutput": 1368
|
|
@@ -1911,7 +1953,7 @@
|
|
|
1911
1953
|
"bytesInOutput": 11292
|
|
1912
1954
|
},
|
|
1913
1955
|
"src/engine/evalWhere.ts": {
|
|
1914
|
-
"bytesInOutput":
|
|
1956
|
+
"bytesInOutput": 5788
|
|
1915
1957
|
},
|
|
1916
1958
|
"src/core/dmlCustomCheck.ts": {
|
|
1917
1959
|
"bytesInOutput": 1251
|
|
@@ -1977,7 +2019,7 @@
|
|
|
1977
2019
|
"bytesInOutput": 339
|
|
1978
2020
|
},
|
|
1979
2021
|
"src/core/optimization/whereCapability.ts": {
|
|
1980
|
-
"bytesInOutput":
|
|
2022
|
+
"bytesInOutput": 9121
|
|
1981
2023
|
},
|
|
1982
2024
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
1983
2025
|
"bytesInOutput": 13814
|
|
@@ -2124,7 +2166,7 @@
|
|
|
2124
2166
|
"bytesInOutput": 16
|
|
2125
2167
|
}
|
|
2126
2168
|
},
|
|
2127
|
-
"bytes":
|
|
2169
|
+
"bytes": 542667
|
|
2128
2170
|
}
|
|
2129
2171
|
}
|
|
2130
2172
|
}
|