@rex0220/kintone-sql-tools 3.77.0 → 3.78.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 +375 -126
- package/dist-engine/index.cjs +14 -14
- package/dist-engine/index.mjs +14 -14
- package/dist-engine/ksql-engine.umd.js +14 -14
- package/dist-engine/meta/bundle-baseline.json +10 -10
- package/dist-engine/meta/cjs.json +80 -18
- package/dist-engine/meta/esm.json +80 -18
- package/dist-engine/meta/umd.json +80 -18
- package/dist-flow/index.cjs +14 -14
- package/dist-flow/index.mjs +14 -14
- package/dist-flow/meta/cjs.json +80 -18
- package/dist-flow/meta/esm.json +80 -18
- package/dist-mcp/ksql-mcp.js +389 -128
- package/dist-mcpb/ksql-mcp.mcpb +0 -0
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-09-
|
|
2
|
+
"generatedAt": "2026-09-16T07:19:58.770Z",
|
|
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": 117,
|
|
7
|
+
"minifiedBytes": 695609,
|
|
8
|
+
"gzipBytes": 190786,
|
|
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": 117,
|
|
27
|
+
"minifiedBytes": 695064,
|
|
28
|
+
"gzipBytes": 190499,
|
|
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": 119,
|
|
47
|
+
"minifiedBytes": 696088,
|
|
48
|
+
"gzipBytes": 190818,
|
|
49
49
|
"forbidden": {
|
|
50
50
|
"mcp-instructions": [],
|
|
51
51
|
"src-mcp": [],
|
|
@@ -137,8 +137,13 @@
|
|
|
137
137
|
],
|
|
138
138
|
"format": "esm"
|
|
139
139
|
},
|
|
140
|
+
"src/core/projectedNameResolution.ts": {
|
|
141
|
+
"bytes": 603,
|
|
142
|
+
"imports": [],
|
|
143
|
+
"format": "esm"
|
|
144
|
+
},
|
|
140
145
|
"src/core/aggregateDependencyValidation.ts": {
|
|
141
|
-
"bytes":
|
|
146
|
+
"bytes": 17909,
|
|
142
147
|
"imports": [
|
|
143
148
|
{
|
|
144
149
|
"path": "src/core/grouping.ts",
|
|
@@ -149,12 +154,17 @@
|
|
|
149
154
|
"path": "src/core/optimization/plainGroupByPlan.ts",
|
|
150
155
|
"kind": "import-statement",
|
|
151
156
|
"original": "./optimization/plainGroupByPlan"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"path": "src/core/projectedNameResolution.ts",
|
|
160
|
+
"kind": "import-statement",
|
|
161
|
+
"original": "./projectedNameResolution"
|
|
152
162
|
}
|
|
153
163
|
],
|
|
154
164
|
"format": "esm"
|
|
155
165
|
},
|
|
156
166
|
"src/core/groupingValidation.ts": {
|
|
157
|
-
"bytes":
|
|
167
|
+
"bytes": 11558,
|
|
158
168
|
"imports": [
|
|
159
169
|
{
|
|
160
170
|
"path": "src/core/grouping.ts",
|
|
@@ -175,7 +185,7 @@
|
|
|
175
185
|
"format": "esm"
|
|
176
186
|
},
|
|
177
187
|
"src/converter/selectToKintone.ts": {
|
|
178
|
-
"bytes":
|
|
188
|
+
"bytes": 30353,
|
|
179
189
|
"imports": [
|
|
180
190
|
{
|
|
181
191
|
"path": "../types/ast",
|
|
@@ -206,12 +216,17 @@
|
|
|
206
216
|
"path": "src/core/groupingValidation.ts",
|
|
207
217
|
"kind": "import-statement",
|
|
208
218
|
"original": "../core/groupingValidation"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"path": "src/core/projectedNameResolution.ts",
|
|
222
|
+
"kind": "import-statement",
|
|
223
|
+
"original": "../core/projectedNameResolution"
|
|
209
224
|
}
|
|
210
225
|
],
|
|
211
226
|
"format": "esm"
|
|
212
227
|
},
|
|
213
228
|
"src/core/cteInlining.ts": {
|
|
214
|
-
"bytes":
|
|
229
|
+
"bytes": 3031,
|
|
215
230
|
"imports": [
|
|
216
231
|
{
|
|
217
232
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -222,6 +237,11 @@
|
|
|
222
237
|
"path": "src/core/grouping.ts",
|
|
223
238
|
"kind": "import-statement",
|
|
224
239
|
"original": "./grouping"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"path": "src/core/aggregateDependencyValidation.ts",
|
|
243
|
+
"kind": "import-statement",
|
|
244
|
+
"original": "./aggregateDependencyValidation"
|
|
225
245
|
}
|
|
226
246
|
],
|
|
227
247
|
"format": "esm"
|
|
@@ -570,8 +590,13 @@
|
|
|
570
590
|
],
|
|
571
591
|
"format": "esm"
|
|
572
592
|
},
|
|
593
|
+
"src/core/expressionSemantics.ts": {
|
|
594
|
+
"bytes": 3798,
|
|
595
|
+
"imports": [],
|
|
596
|
+
"format": "esm"
|
|
597
|
+
},
|
|
573
598
|
"src/engine/evalWhere.ts": {
|
|
574
|
-
"bytes":
|
|
599
|
+
"bytes": 20942,
|
|
575
600
|
"imports": [
|
|
576
601
|
{
|
|
577
602
|
"path": "src/types/ast.ts",
|
|
@@ -612,6 +637,11 @@
|
|
|
612
637
|
"path": "src/core/aggregateExpression.ts",
|
|
613
638
|
"kind": "import-statement",
|
|
614
639
|
"original": "../core/aggregateExpression"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"path": "src/core/expressionSemantics.ts",
|
|
643
|
+
"kind": "import-statement",
|
|
644
|
+
"original": "../core/expressionSemantics"
|
|
615
645
|
}
|
|
616
646
|
],
|
|
617
647
|
"format": "esm"
|
|
@@ -1056,8 +1086,14 @@
|
|
|
1056
1086
|
"format": "esm"
|
|
1057
1087
|
},
|
|
1058
1088
|
"src/core/optimization/canonicalOrderPlanner.ts": {
|
|
1059
|
-
"bytes":
|
|
1060
|
-
"imports": [
|
|
1089
|
+
"bytes": 5042,
|
|
1090
|
+
"imports": [
|
|
1091
|
+
{
|
|
1092
|
+
"path": "src/core/projectedNameResolution.ts",
|
|
1093
|
+
"kind": "import-statement",
|
|
1094
|
+
"original": "../projectedNameResolution"
|
|
1095
|
+
}
|
|
1096
|
+
],
|
|
1061
1097
|
"format": "esm"
|
|
1062
1098
|
},
|
|
1063
1099
|
"src/core/optimization/korderPlanner.ts": {
|
|
@@ -1098,7 +1134,7 @@
|
|
|
1098
1134
|
"format": "esm"
|
|
1099
1135
|
},
|
|
1100
1136
|
"src/engine/process.ts": {
|
|
1101
|
-
"bytes":
|
|
1137
|
+
"bytes": 90912,
|
|
1102
1138
|
"imports": [
|
|
1103
1139
|
{
|
|
1104
1140
|
"path": "src/core/optimization/crossJoinRowPlan.ts",
|
|
@@ -1149,6 +1185,16 @@
|
|
|
1149
1185
|
"path": "src/core/groupingValidation.ts",
|
|
1150
1186
|
"kind": "import-statement",
|
|
1151
1187
|
"original": "../core/groupingValidation"
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"path": "src/core/expressionSemantics.ts",
|
|
1191
|
+
"kind": "import-statement",
|
|
1192
|
+
"original": "../core/expressionSemantics"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"path": "src/core/projectedNameResolution.ts",
|
|
1196
|
+
"kind": "import-statement",
|
|
1197
|
+
"original": "../core/projectedNameResolution"
|
|
1152
1198
|
}
|
|
1153
1199
|
],
|
|
1154
1200
|
"format": "esm"
|
|
@@ -1446,7 +1492,7 @@
|
|
|
1446
1492
|
"format": "esm"
|
|
1447
1493
|
},
|
|
1448
1494
|
"src/execute.ts": {
|
|
1449
|
-
"bytes":
|
|
1495
|
+
"bytes": 649459,
|
|
1450
1496
|
"imports": [
|
|
1451
1497
|
{
|
|
1452
1498
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1543,6 +1589,16 @@
|
|
|
1543
1589
|
"kind": "import-statement",
|
|
1544
1590
|
"original": "./core/scalarCompare"
|
|
1545
1591
|
},
|
|
1592
|
+
{
|
|
1593
|
+
"path": "src/core/expressionSemantics.ts",
|
|
1594
|
+
"kind": "import-statement",
|
|
1595
|
+
"original": "./core/expressionSemantics"
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"path": "src/core/projectedNameResolution.ts",
|
|
1599
|
+
"kind": "import-statement",
|
|
1600
|
+
"original": "./core/projectedNameResolution"
|
|
1601
|
+
},
|
|
1546
1602
|
{
|
|
1547
1603
|
"path": "src/core/exactDecimal.ts",
|
|
1548
1604
|
"kind": "import-statement",
|
|
@@ -2216,17 +2272,20 @@
|
|
|
2216
2272
|
"src/core/optimization/plainGroupByPlan.ts": {
|
|
2217
2273
|
"bytesInOutput": 3124
|
|
2218
2274
|
},
|
|
2275
|
+
"src/core/projectedNameResolution.ts": {
|
|
2276
|
+
"bytesInOutput": 102
|
|
2277
|
+
},
|
|
2219
2278
|
"src/core/aggregateDependencyValidation.ts": {
|
|
2220
|
-
"bytesInOutput":
|
|
2279
|
+
"bytesInOutput": 8267
|
|
2221
2280
|
},
|
|
2222
2281
|
"src/core/groupingValidation.ts": {
|
|
2223
|
-
"bytesInOutput":
|
|
2282
|
+
"bytesInOutput": 3833
|
|
2224
2283
|
},
|
|
2225
2284
|
"src/converter/selectToKintone.ts": {
|
|
2226
|
-
"bytesInOutput":
|
|
2285
|
+
"bytesInOutput": 10224
|
|
2227
2286
|
},
|
|
2228
2287
|
"src/core/cteInlining.ts": {
|
|
2229
|
-
"bytesInOutput":
|
|
2288
|
+
"bytesInOutput": 1164
|
|
2230
2289
|
},
|
|
2231
2290
|
"src/core/fieldSemantics.ts": {
|
|
2232
2291
|
"bytesInOutput": 1369
|
|
@@ -2288,8 +2347,11 @@
|
|
|
2288
2347
|
"src/engine/evalFunc.ts": {
|
|
2289
2348
|
"bytesInOutput": 11626
|
|
2290
2349
|
},
|
|
2350
|
+
"src/core/expressionSemantics.ts": {
|
|
2351
|
+
"bytesInOutput": 1598
|
|
2352
|
+
},
|
|
2291
2353
|
"src/engine/evalWhere.ts": {
|
|
2292
|
-
"bytesInOutput":
|
|
2354
|
+
"bytesInOutput": 6091
|
|
2293
2355
|
},
|
|
2294
2356
|
"src/core/dmlCustomCheck.ts": {
|
|
2295
2357
|
"bytesInOutput": 1251
|
|
@@ -2370,7 +2432,7 @@
|
|
|
2370
2432
|
"bytesInOutput": 246
|
|
2371
2433
|
},
|
|
2372
2434
|
"src/core/optimization/canonicalOrderPlanner.ts": {
|
|
2373
|
-
"bytesInOutput":
|
|
2435
|
+
"bytesInOutput": 1884
|
|
2374
2436
|
},
|
|
2375
2437
|
"src/core/optimization/korderPlanner.ts": {
|
|
2376
2438
|
"bytesInOutput": 2244
|
|
@@ -2388,7 +2450,7 @@
|
|
|
2388
2450
|
"bytesInOutput": 1223
|
|
2389
2451
|
},
|
|
2390
2452
|
"src/engine/process.ts": {
|
|
2391
|
-
"bytesInOutput":
|
|
2453
|
+
"bytesInOutput": 27958
|
|
2392
2454
|
},
|
|
2393
2455
|
"src/converter/subtableAdapter.ts": {
|
|
2394
2456
|
"bytesInOutput": 643
|
|
@@ -2460,7 +2522,7 @@
|
|
|
2460
2522
|
"bytesInOutput": 412
|
|
2461
2523
|
},
|
|
2462
2524
|
"src/execute.ts": {
|
|
2463
|
-
"bytesInOutput":
|
|
2525
|
+
"bytesInOutput": 247328
|
|
2464
2526
|
},
|
|
2465
2527
|
"src/engine-library/errors.ts": {
|
|
2466
2528
|
"bytesInOutput": 1441
|
|
@@ -2517,7 +2579,7 @@
|
|
|
2517
2579
|
"bytesInOutput": 1446
|
|
2518
2580
|
}
|
|
2519
2581
|
},
|
|
2520
|
-
"bytes":
|
|
2582
|
+
"bytes": 695609
|
|
2521
2583
|
}
|
|
2522
2584
|
}
|
|
2523
2585
|
}
|
|
@@ -137,8 +137,13 @@
|
|
|
137
137
|
],
|
|
138
138
|
"format": "esm"
|
|
139
139
|
},
|
|
140
|
+
"src/core/projectedNameResolution.ts": {
|
|
141
|
+
"bytes": 603,
|
|
142
|
+
"imports": [],
|
|
143
|
+
"format": "esm"
|
|
144
|
+
},
|
|
140
145
|
"src/core/aggregateDependencyValidation.ts": {
|
|
141
|
-
"bytes":
|
|
146
|
+
"bytes": 17909,
|
|
142
147
|
"imports": [
|
|
143
148
|
{
|
|
144
149
|
"path": "src/core/grouping.ts",
|
|
@@ -149,12 +154,17 @@
|
|
|
149
154
|
"path": "src/core/optimization/plainGroupByPlan.ts",
|
|
150
155
|
"kind": "import-statement",
|
|
151
156
|
"original": "./optimization/plainGroupByPlan"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"path": "src/core/projectedNameResolution.ts",
|
|
160
|
+
"kind": "import-statement",
|
|
161
|
+
"original": "./projectedNameResolution"
|
|
152
162
|
}
|
|
153
163
|
],
|
|
154
164
|
"format": "esm"
|
|
155
165
|
},
|
|
156
166
|
"src/core/groupingValidation.ts": {
|
|
157
|
-
"bytes":
|
|
167
|
+
"bytes": 11558,
|
|
158
168
|
"imports": [
|
|
159
169
|
{
|
|
160
170
|
"path": "src/core/grouping.ts",
|
|
@@ -175,7 +185,7 @@
|
|
|
175
185
|
"format": "esm"
|
|
176
186
|
},
|
|
177
187
|
"src/converter/selectToKintone.ts": {
|
|
178
|
-
"bytes":
|
|
188
|
+
"bytes": 30353,
|
|
179
189
|
"imports": [
|
|
180
190
|
{
|
|
181
191
|
"path": "../types/ast",
|
|
@@ -206,12 +216,17 @@
|
|
|
206
216
|
"path": "src/core/groupingValidation.ts",
|
|
207
217
|
"kind": "import-statement",
|
|
208
218
|
"original": "../core/groupingValidation"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"path": "src/core/projectedNameResolution.ts",
|
|
222
|
+
"kind": "import-statement",
|
|
223
|
+
"original": "../core/projectedNameResolution"
|
|
209
224
|
}
|
|
210
225
|
],
|
|
211
226
|
"format": "esm"
|
|
212
227
|
},
|
|
213
228
|
"src/core/cteInlining.ts": {
|
|
214
|
-
"bytes":
|
|
229
|
+
"bytes": 3031,
|
|
215
230
|
"imports": [
|
|
216
231
|
{
|
|
217
232
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -222,6 +237,11 @@
|
|
|
222
237
|
"path": "src/core/grouping.ts",
|
|
223
238
|
"kind": "import-statement",
|
|
224
239
|
"original": "./grouping"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"path": "src/core/aggregateDependencyValidation.ts",
|
|
243
|
+
"kind": "import-statement",
|
|
244
|
+
"original": "./aggregateDependencyValidation"
|
|
225
245
|
}
|
|
226
246
|
],
|
|
227
247
|
"format": "esm"
|
|
@@ -570,8 +590,13 @@
|
|
|
570
590
|
],
|
|
571
591
|
"format": "esm"
|
|
572
592
|
},
|
|
593
|
+
"src/core/expressionSemantics.ts": {
|
|
594
|
+
"bytes": 3798,
|
|
595
|
+
"imports": [],
|
|
596
|
+
"format": "esm"
|
|
597
|
+
},
|
|
573
598
|
"src/engine/evalWhere.ts": {
|
|
574
|
-
"bytes":
|
|
599
|
+
"bytes": 20942,
|
|
575
600
|
"imports": [
|
|
576
601
|
{
|
|
577
602
|
"path": "src/types/ast.ts",
|
|
@@ -612,6 +637,11 @@
|
|
|
612
637
|
"path": "src/core/aggregateExpression.ts",
|
|
613
638
|
"kind": "import-statement",
|
|
614
639
|
"original": "../core/aggregateExpression"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"path": "src/core/expressionSemantics.ts",
|
|
643
|
+
"kind": "import-statement",
|
|
644
|
+
"original": "../core/expressionSemantics"
|
|
615
645
|
}
|
|
616
646
|
],
|
|
617
647
|
"format": "esm"
|
|
@@ -1056,8 +1086,14 @@
|
|
|
1056
1086
|
"format": "esm"
|
|
1057
1087
|
},
|
|
1058
1088
|
"src/core/optimization/canonicalOrderPlanner.ts": {
|
|
1059
|
-
"bytes":
|
|
1060
|
-
"imports": [
|
|
1089
|
+
"bytes": 5042,
|
|
1090
|
+
"imports": [
|
|
1091
|
+
{
|
|
1092
|
+
"path": "src/core/projectedNameResolution.ts",
|
|
1093
|
+
"kind": "import-statement",
|
|
1094
|
+
"original": "../projectedNameResolution"
|
|
1095
|
+
}
|
|
1096
|
+
],
|
|
1061
1097
|
"format": "esm"
|
|
1062
1098
|
},
|
|
1063
1099
|
"src/core/optimization/korderPlanner.ts": {
|
|
@@ -1098,7 +1134,7 @@
|
|
|
1098
1134
|
"format": "esm"
|
|
1099
1135
|
},
|
|
1100
1136
|
"src/engine/process.ts": {
|
|
1101
|
-
"bytes":
|
|
1137
|
+
"bytes": 90912,
|
|
1102
1138
|
"imports": [
|
|
1103
1139
|
{
|
|
1104
1140
|
"path": "src/core/optimization/crossJoinRowPlan.ts",
|
|
@@ -1149,6 +1185,16 @@
|
|
|
1149
1185
|
"path": "src/core/groupingValidation.ts",
|
|
1150
1186
|
"kind": "import-statement",
|
|
1151
1187
|
"original": "../core/groupingValidation"
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"path": "src/core/expressionSemantics.ts",
|
|
1191
|
+
"kind": "import-statement",
|
|
1192
|
+
"original": "../core/expressionSemantics"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"path": "src/core/projectedNameResolution.ts",
|
|
1196
|
+
"kind": "import-statement",
|
|
1197
|
+
"original": "../core/projectedNameResolution"
|
|
1152
1198
|
}
|
|
1153
1199
|
],
|
|
1154
1200
|
"format": "esm"
|
|
@@ -1446,7 +1492,7 @@
|
|
|
1446
1492
|
"format": "esm"
|
|
1447
1493
|
},
|
|
1448
1494
|
"src/execute.ts": {
|
|
1449
|
-
"bytes":
|
|
1495
|
+
"bytes": 649459,
|
|
1450
1496
|
"imports": [
|
|
1451
1497
|
{
|
|
1452
1498
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1543,6 +1589,16 @@
|
|
|
1543
1589
|
"kind": "import-statement",
|
|
1544
1590
|
"original": "./core/scalarCompare"
|
|
1545
1591
|
},
|
|
1592
|
+
{
|
|
1593
|
+
"path": "src/core/expressionSemantics.ts",
|
|
1594
|
+
"kind": "import-statement",
|
|
1595
|
+
"original": "./core/expressionSemantics"
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"path": "src/core/projectedNameResolution.ts",
|
|
1599
|
+
"kind": "import-statement",
|
|
1600
|
+
"original": "./core/projectedNameResolution"
|
|
1601
|
+
},
|
|
1546
1602
|
{
|
|
1547
1603
|
"path": "src/core/exactDecimal.ts",
|
|
1548
1604
|
"kind": "import-statement",
|
|
@@ -2220,17 +2276,20 @@
|
|
|
2220
2276
|
"src/core/optimization/plainGroupByPlan.ts": {
|
|
2221
2277
|
"bytesInOutput": 3124
|
|
2222
2278
|
},
|
|
2279
|
+
"src/core/projectedNameResolution.ts": {
|
|
2280
|
+
"bytesInOutput": 102
|
|
2281
|
+
},
|
|
2223
2282
|
"src/core/aggregateDependencyValidation.ts": {
|
|
2224
|
-
"bytesInOutput":
|
|
2283
|
+
"bytesInOutput": 8267
|
|
2225
2284
|
},
|
|
2226
2285
|
"src/core/groupingValidation.ts": {
|
|
2227
|
-
"bytesInOutput":
|
|
2286
|
+
"bytesInOutput": 3833
|
|
2228
2287
|
},
|
|
2229
2288
|
"src/converter/selectToKintone.ts": {
|
|
2230
|
-
"bytesInOutput":
|
|
2289
|
+
"bytesInOutput": 10224
|
|
2231
2290
|
},
|
|
2232
2291
|
"src/core/cteInlining.ts": {
|
|
2233
|
-
"bytesInOutput":
|
|
2292
|
+
"bytesInOutput": 1164
|
|
2234
2293
|
},
|
|
2235
2294
|
"src/core/fieldSemantics.ts": {
|
|
2236
2295
|
"bytesInOutput": 1369
|
|
@@ -2292,8 +2351,11 @@
|
|
|
2292
2351
|
"src/engine/evalFunc.ts": {
|
|
2293
2352
|
"bytesInOutput": 11626
|
|
2294
2353
|
},
|
|
2354
|
+
"src/core/expressionSemantics.ts": {
|
|
2355
|
+
"bytesInOutput": 1598
|
|
2356
|
+
},
|
|
2295
2357
|
"src/engine/evalWhere.ts": {
|
|
2296
|
-
"bytesInOutput":
|
|
2358
|
+
"bytesInOutput": 6091
|
|
2297
2359
|
},
|
|
2298
2360
|
"src/core/dmlCustomCheck.ts": {
|
|
2299
2361
|
"bytesInOutput": 1251
|
|
@@ -2374,7 +2436,7 @@
|
|
|
2374
2436
|
"bytesInOutput": 246
|
|
2375
2437
|
},
|
|
2376
2438
|
"src/core/optimization/canonicalOrderPlanner.ts": {
|
|
2377
|
-
"bytesInOutput":
|
|
2439
|
+
"bytesInOutput": 1884
|
|
2378
2440
|
},
|
|
2379
2441
|
"src/core/optimization/korderPlanner.ts": {
|
|
2380
2442
|
"bytesInOutput": 2244
|
|
@@ -2392,7 +2454,7 @@
|
|
|
2392
2454
|
"bytesInOutput": 1223
|
|
2393
2455
|
},
|
|
2394
2456
|
"src/engine/process.ts": {
|
|
2395
|
-
"bytesInOutput":
|
|
2457
|
+
"bytesInOutput": 27958
|
|
2396
2458
|
},
|
|
2397
2459
|
"src/converter/subtableAdapter.ts": {
|
|
2398
2460
|
"bytesInOutput": 643
|
|
@@ -2464,7 +2526,7 @@
|
|
|
2464
2526
|
"bytesInOutput": 412
|
|
2465
2527
|
},
|
|
2466
2528
|
"src/execute.ts": {
|
|
2467
|
-
"bytesInOutput":
|
|
2529
|
+
"bytesInOutput": 247328
|
|
2468
2530
|
},
|
|
2469
2531
|
"src/engine-library/errors.ts": {
|
|
2470
2532
|
"bytesInOutput": 1441
|
|
@@ -2524,7 +2586,7 @@
|
|
|
2524
2586
|
"bytesInOutput": 16
|
|
2525
2587
|
}
|
|
2526
2588
|
},
|
|
2527
|
-
"bytes":
|
|
2589
|
+
"bytes": 695064
|
|
2528
2590
|
}
|
|
2529
2591
|
}
|
|
2530
2592
|
}
|