@rex0220/kintone-sql-tools 3.61.0 → 3.63.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 +5497 -5123
- package/dist-engine/index.cjs +13 -13
- package/dist-engine/index.mjs +13 -13
- package/dist-engine/ksql-engine.umd.js +13 -13
- package/dist-engine/meta/bundle-baseline.json +10 -10
- package/dist-engine/meta/cjs.json +138 -90
- package/dist-engine/meta/esm.json +138 -90
- package/dist-engine/meta/umd.json +138 -90
- package/dist-mcp/ksql-mcp.js +5476 -5143
- package/dist-mcpb/ksql-mcp.mcpb +0 -0
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-08-
|
|
2
|
+
"generatedAt": "2026-08-08T07:39:15.068Z",
|
|
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": 110,
|
|
7
|
+
"minifiedBytes": 625299,
|
|
8
|
+
"gzipBytes": 170396,
|
|
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": 110,
|
|
27
|
+
"minifiedBytes": 624754,
|
|
28
|
+
"gzipBytes": 170085,
|
|
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": 112,
|
|
47
|
+
"minifiedBytes": 625778,
|
|
48
|
+
"gzipBytes": 170419,
|
|
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": 37001,
|
|
15
15
|
"imports": [
|
|
16
16
|
{
|
|
17
17
|
"path": "src/core/exactDecimal.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"format": "esm"
|
|
28
28
|
},
|
|
29
29
|
"src/core/dmlGuard.ts": {
|
|
30
|
-
"bytes":
|
|
30
|
+
"bytes": 10143,
|
|
31
31
|
"imports": [
|
|
32
32
|
{
|
|
33
33
|
"path": "src/types/ast.ts",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"format": "esm"
|
|
176
176
|
},
|
|
177
177
|
"src/converter/selectToKintone.ts": {
|
|
178
|
-
"bytes":
|
|
178
|
+
"bytes": 30101,
|
|
179
179
|
"imports": [
|
|
180
180
|
{
|
|
181
181
|
"path": "../types/ast",
|
|
@@ -226,19 +226,87 @@
|
|
|
226
226
|
],
|
|
227
227
|
"format": "esm"
|
|
228
228
|
},
|
|
229
|
+
"src/core/fieldSemantics.ts": {
|
|
230
|
+
"bytes": 3603,
|
|
231
|
+
"imports": [],
|
|
232
|
+
"format": "esm"
|
|
233
|
+
},
|
|
234
|
+
"src/core/optimization/whereCapability.ts": {
|
|
235
|
+
"bytes": 23800,
|
|
236
|
+
"imports": [
|
|
237
|
+
{
|
|
238
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
239
|
+
"kind": "import-statement",
|
|
240
|
+
"original": "../relativeDateFunction"
|
|
241
|
+
}
|
|
242
|
+
],
|
|
243
|
+
"format": "esm"
|
|
244
|
+
},
|
|
245
|
+
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
246
|
+
"bytes": 1256,
|
|
247
|
+
"imports": [],
|
|
248
|
+
"format": "esm"
|
|
249
|
+
},
|
|
250
|
+
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
251
|
+
"bytes": 982,
|
|
252
|
+
"imports": [
|
|
253
|
+
{
|
|
254
|
+
"path": "src/types/ast.ts",
|
|
255
|
+
"kind": "import-statement",
|
|
256
|
+
"original": "../../types/ast"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"path": "src/core/exactDecimal.ts",
|
|
260
|
+
"kind": "import-statement",
|
|
261
|
+
"original": "../exactDecimal"
|
|
262
|
+
}
|
|
263
|
+
],
|
|
264
|
+
"format": "esm"
|
|
265
|
+
},
|
|
266
|
+
"src/core/optimization/supportedLeafPolicy.ts": {
|
|
267
|
+
"bytes": 6430,
|
|
268
|
+
"imports": [
|
|
269
|
+
{
|
|
270
|
+
"path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
|
|
271
|
+
"kind": "import-statement",
|
|
272
|
+
"original": "./joinDateTimeLiteralPolicy"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"path": "src/core/optimization/joinNumberLiteralPolicy.ts",
|
|
276
|
+
"kind": "import-statement",
|
|
277
|
+
"original": "./joinNumberLiteralPolicy"
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"format": "esm"
|
|
281
|
+
},
|
|
229
282
|
"src/core/optimization/wherePredicatePushdown.ts": {
|
|
230
|
-
"bytes":
|
|
283
|
+
"bytes": 8154,
|
|
231
284
|
"imports": [
|
|
232
285
|
{
|
|
233
286
|
"path": "src/types/ast.ts",
|
|
234
287
|
"kind": "import-statement",
|
|
235
288
|
"original": "../../types/ast"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"path": "src/core/fieldSemantics.ts",
|
|
292
|
+
"kind": "import-statement",
|
|
293
|
+
"original": "../fieldSemantics"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"path": "src/core/optimization/whereCapability.ts",
|
|
297
|
+
"kind": "import-statement",
|
|
298
|
+
"original": "./whereCapability"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"path": "src/core/optimization/supportedLeafPolicy.ts",
|
|
302
|
+
"kind": "import-statement",
|
|
303
|
+
"original": "./supportedLeafPolicy"
|
|
236
304
|
}
|
|
237
305
|
],
|
|
238
306
|
"format": "esm"
|
|
239
307
|
},
|
|
240
308
|
"src/core/optimization/klikePushdownPlan.ts": {
|
|
241
|
-
"bytes":
|
|
309
|
+
"bytes": 5330,
|
|
242
310
|
"imports": [
|
|
243
311
|
{
|
|
244
312
|
"path": "src/core/like.ts",
|
|
@@ -265,7 +333,7 @@
|
|
|
265
333
|
"format": "esm"
|
|
266
334
|
},
|
|
267
335
|
"src/core/klikeValidation.ts": {
|
|
268
|
-
"bytes":
|
|
336
|
+
"bytes": 11984,
|
|
269
337
|
"imports": [
|
|
270
338
|
{
|
|
271
339
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -311,7 +379,7 @@
|
|
|
311
379
|
"format": "esm"
|
|
312
380
|
},
|
|
313
381
|
"src/core/generateSeries.ts": {
|
|
314
|
-
"bytes":
|
|
382
|
+
"bytes": 17015,
|
|
315
383
|
"imports": [
|
|
316
384
|
{
|
|
317
385
|
"path": "src/types/ast.ts",
|
|
@@ -389,7 +457,7 @@
|
|
|
389
457
|
"format": "esm"
|
|
390
458
|
},
|
|
391
459
|
"src/lexer/tokens.ts": {
|
|
392
|
-
"bytes":
|
|
460
|
+
"bytes": 9181,
|
|
393
461
|
"imports": [],
|
|
394
462
|
"format": "esm"
|
|
395
463
|
},
|
|
@@ -405,7 +473,7 @@
|
|
|
405
473
|
"format": "esm"
|
|
406
474
|
},
|
|
407
475
|
"src/parser/parser.ts": {
|
|
408
|
-
"bytes":
|
|
476
|
+
"bytes": 188470,
|
|
409
477
|
"imports": [
|
|
410
478
|
{
|
|
411
479
|
"path": "src/lexer/tokens.ts",
|
|
@@ -440,11 +508,6 @@
|
|
|
440
508
|
],
|
|
441
509
|
"format": "esm"
|
|
442
510
|
},
|
|
443
|
-
"src/core/fieldSemantics.ts": {
|
|
444
|
-
"bytes": 3603,
|
|
445
|
-
"imports": [],
|
|
446
|
-
"format": "esm"
|
|
447
|
-
},
|
|
448
511
|
"src/core/scalarCompare.ts": {
|
|
449
512
|
"bytes": 7234,
|
|
450
513
|
"imports": [
|
|
@@ -866,22 +929,6 @@
|
|
|
866
929
|
"imports": [],
|
|
867
930
|
"format": "esm"
|
|
868
931
|
},
|
|
869
|
-
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
870
|
-
"bytes": 1256,
|
|
871
|
-
"imports": [],
|
|
872
|
-
"format": "esm"
|
|
873
|
-
},
|
|
874
|
-
"src/core/optimization/whereCapability.ts": {
|
|
875
|
-
"bytes": 23800,
|
|
876
|
-
"imports": [
|
|
877
|
-
{
|
|
878
|
-
"path": "src/core/relativeDateFunction.ts",
|
|
879
|
-
"kind": "import-statement",
|
|
880
|
-
"original": "../relativeDateFunction"
|
|
881
|
-
}
|
|
882
|
-
],
|
|
883
|
-
"format": "esm"
|
|
884
|
-
},
|
|
885
932
|
"src/core/optimization/joinKeyPrefilter.ts": {
|
|
886
933
|
"bytes": 5318,
|
|
887
934
|
"imports": [
|
|
@@ -903,52 +950,42 @@
|
|
|
903
950
|
],
|
|
904
951
|
"format": "esm"
|
|
905
952
|
},
|
|
906
|
-
"src/core/
|
|
907
|
-
"bytes":
|
|
953
|
+
"src/core/optimization/crossJoinRowPlan.ts": {
|
|
954
|
+
"bytes": 624,
|
|
908
955
|
"imports": [
|
|
909
956
|
{
|
|
910
|
-
"path": "src/core/
|
|
957
|
+
"path": "src/core/generateSeries.ts",
|
|
911
958
|
"kind": "import-statement",
|
|
912
|
-
"original": "
|
|
959
|
+
"original": "../generateSeries"
|
|
913
960
|
}
|
|
914
961
|
],
|
|
915
962
|
"format": "esm"
|
|
916
963
|
},
|
|
917
|
-
"src/core/
|
|
918
|
-
"bytes":
|
|
964
|
+
"src/core/explainMetadata.ts": {
|
|
965
|
+
"bytes": 5562,
|
|
919
966
|
"imports": [
|
|
920
967
|
{
|
|
921
|
-
"path": "src/
|
|
968
|
+
"path": "src/core/grouping.ts",
|
|
922
969
|
"kind": "import-statement",
|
|
923
|
-
"original": "
|
|
970
|
+
"original": "./grouping"
|
|
924
971
|
}
|
|
925
972
|
],
|
|
926
973
|
"format": "esm"
|
|
927
974
|
},
|
|
928
|
-
"src/core/optimization/
|
|
929
|
-
"bytes":
|
|
975
|
+
"src/core/optimization/sharedPlanner.ts": {
|
|
976
|
+
"bytes": 1473,
|
|
930
977
|
"imports": [
|
|
931
978
|
{
|
|
932
|
-
"path": "src/
|
|
933
|
-
"kind": "import-statement",
|
|
934
|
-
"original": "../../types/ast"
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
"path": "src/core/exactDecimal.ts",
|
|
979
|
+
"path": "src/api/fetchAll.ts",
|
|
938
980
|
"kind": "import-statement",
|
|
939
|
-
"original": "
|
|
981
|
+
"original": "../../api/fetchAll"
|
|
940
982
|
}
|
|
941
983
|
],
|
|
942
984
|
"format": "esm"
|
|
943
985
|
},
|
|
944
986
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
945
|
-
"bytes":
|
|
987
|
+
"bytes": 35744,
|
|
946
988
|
"imports": [
|
|
947
|
-
{
|
|
948
|
-
"path": "src/types/ast.ts",
|
|
949
|
-
"kind": "import-statement",
|
|
950
|
-
"original": "../../types/ast"
|
|
951
|
-
},
|
|
952
989
|
{
|
|
953
990
|
"path": "src/converter/whereToKintone.ts",
|
|
954
991
|
"kind": "import-statement",
|
|
@@ -980,14 +1017,9 @@
|
|
|
980
1017
|
"original": "./whereCapability"
|
|
981
1018
|
},
|
|
982
1019
|
{
|
|
983
|
-
"path": "src/core/optimization/
|
|
984
|
-
"kind": "import-statement",
|
|
985
|
-
"original": "./joinDateTimeLiteralPolicy"
|
|
986
|
-
},
|
|
987
|
-
{
|
|
988
|
-
"path": "src/core/optimization/joinNumberLiteralPolicy.ts",
|
|
1020
|
+
"path": "src/core/optimization/supportedLeafPolicy.ts",
|
|
989
1021
|
"kind": "import-statement",
|
|
990
|
-
"original": "./
|
|
1022
|
+
"original": "./supportedLeafPolicy"
|
|
991
1023
|
}
|
|
992
1024
|
],
|
|
993
1025
|
"format": "esm"
|
|
@@ -1046,8 +1078,13 @@
|
|
|
1046
1078
|
"format": "esm"
|
|
1047
1079
|
},
|
|
1048
1080
|
"src/engine/process.ts": {
|
|
1049
|
-
"bytes":
|
|
1081
|
+
"bytes": 83607,
|
|
1050
1082
|
"imports": [
|
|
1083
|
+
{
|
|
1084
|
+
"path": "src/core/optimization/crossJoinRowPlan.ts",
|
|
1085
|
+
"kind": "import-statement",
|
|
1086
|
+
"original": "../core/optimization/crossJoinRowPlan"
|
|
1087
|
+
},
|
|
1051
1088
|
{
|
|
1052
1089
|
"path": "src/types/ast.ts",
|
|
1053
1090
|
"kind": "import-statement",
|
|
@@ -1107,7 +1144,7 @@
|
|
|
1107
1144
|
"format": "esm"
|
|
1108
1145
|
},
|
|
1109
1146
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
1110
|
-
"bytes":
|
|
1147
|
+
"bytes": 22835,
|
|
1111
1148
|
"imports": [
|
|
1112
1149
|
{
|
|
1113
1150
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -1326,7 +1363,7 @@
|
|
|
1326
1363
|
"format": "esm"
|
|
1327
1364
|
},
|
|
1328
1365
|
"src/execute.ts": {
|
|
1329
|
-
"bytes":
|
|
1366
|
+
"bytes": 530480,
|
|
1330
1367
|
"imports": [
|
|
1331
1368
|
{
|
|
1332
1369
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1448,6 +1485,11 @@
|
|
|
1448
1485
|
"kind": "import-statement",
|
|
1449
1486
|
"original": "./core/optimization/joinKeyPrefilter"
|
|
1450
1487
|
},
|
|
1488
|
+
{
|
|
1489
|
+
"path": "src/core/optimization/crossJoinRowPlan.ts",
|
|
1490
|
+
"kind": "import-statement",
|
|
1491
|
+
"original": "./core/optimization/crossJoinRowPlan"
|
|
1492
|
+
},
|
|
1451
1493
|
{
|
|
1452
1494
|
"path": "src/core/cteInlining.ts",
|
|
1453
1495
|
"kind": "import-statement",
|
|
@@ -2063,7 +2105,7 @@
|
|
|
2063
2105
|
"bytesInOutput": 1277
|
|
2064
2106
|
},
|
|
2065
2107
|
"src/core/dmlGuard.ts": {
|
|
2066
|
-
"bytesInOutput":
|
|
2108
|
+
"bytesInOutput": 3447
|
|
2067
2109
|
},
|
|
2068
2110
|
"src/core/relativeDateFunction.ts": {
|
|
2069
2111
|
"bytesInOutput": 451
|
|
@@ -2099,22 +2141,37 @@
|
|
|
2099
2141
|
"bytesInOutput": 3809
|
|
2100
2142
|
},
|
|
2101
2143
|
"src/converter/selectToKintone.ts": {
|
|
2102
|
-
"bytesInOutput":
|
|
2144
|
+
"bytesInOutput": 10146
|
|
2103
2145
|
},
|
|
2104
2146
|
"src/core/cteInlining.ts": {
|
|
2105
2147
|
"bytesInOutput": 1224
|
|
2106
2148
|
},
|
|
2149
|
+
"src/core/fieldSemantics.ts": {
|
|
2150
|
+
"bytesInOutput": 1369
|
|
2151
|
+
},
|
|
2152
|
+
"src/core/optimization/whereCapability.ts": {
|
|
2153
|
+
"bytesInOutput": 9909
|
|
2154
|
+
},
|
|
2155
|
+
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
2156
|
+
"bytesInOutput": 540
|
|
2157
|
+
},
|
|
2158
|
+
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
2159
|
+
"bytesInOutput": 227
|
|
2160
|
+
},
|
|
2161
|
+
"src/core/optimization/supportedLeafPolicy.ts": {
|
|
2162
|
+
"bytesInOutput": 2706
|
|
2163
|
+
},
|
|
2107
2164
|
"src/core/optimization/wherePredicatePushdown.ts": {
|
|
2108
|
-
"bytesInOutput":
|
|
2165
|
+
"bytesInOutput": 2002
|
|
2109
2166
|
},
|
|
2110
2167
|
"src/core/optimization/klikePushdownPlan.ts": {
|
|
2111
|
-
"bytesInOutput":
|
|
2168
|
+
"bytesInOutput": 1611
|
|
2112
2169
|
},
|
|
2113
2170
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
2114
2171
|
"bytesInOutput": 2474
|
|
2115
2172
|
},
|
|
2116
2173
|
"src/core/klikeValidation.ts": {
|
|
2117
|
-
"bytesInOutput":
|
|
2174
|
+
"bytesInOutput": 6094
|
|
2118
2175
|
},
|
|
2119
2176
|
"src/core/primaryOrganizationDmlValidation.ts": {
|
|
2120
2177
|
"bytesInOutput": 768
|
|
@@ -2123,7 +2180,7 @@
|
|
|
2123
2180
|
"bytesInOutput": 1035
|
|
2124
2181
|
},
|
|
2125
2182
|
"src/core/generateSeries.ts": {
|
|
2126
|
-
"bytesInOutput":
|
|
2183
|
+
"bytesInOutput": 10824
|
|
2127
2184
|
},
|
|
2128
2185
|
"src/core/statementValidation.ts": {
|
|
2129
2186
|
"bytesInOutput": 239
|
|
@@ -2132,16 +2189,13 @@
|
|
|
2132
2189
|
"bytesInOutput": 6358
|
|
2133
2190
|
},
|
|
2134
2191
|
"src/lexer/tokens.ts": {
|
|
2135
|
-
"bytesInOutput":
|
|
2192
|
+
"bytesInOutput": 2328
|
|
2136
2193
|
},
|
|
2137
2194
|
"src/lexer/lexer.ts": {
|
|
2138
2195
|
"bytesInOutput": 5893
|
|
2139
2196
|
},
|
|
2140
2197
|
"src/parser/parser.ts": {
|
|
2141
|
-
"bytesInOutput":
|
|
2142
|
-
},
|
|
2143
|
-
"src/core/fieldSemantics.ts": {
|
|
2144
|
-
"bytesInOutput": 1368
|
|
2198
|
+
"bytesInOutput": 108203
|
|
2145
2199
|
},
|
|
2146
2200
|
"src/core/scalarCompare.ts": {
|
|
2147
2201
|
"bytesInOutput": 2804
|
|
@@ -2150,7 +2204,7 @@
|
|
|
2150
2204
|
"bytesInOutput": 11516
|
|
2151
2205
|
},
|
|
2152
2206
|
"src/engine/evalWhere.ts": {
|
|
2153
|
-
"bytesInOutput":
|
|
2207
|
+
"bytesInOutput": 6040
|
|
2154
2208
|
},
|
|
2155
2209
|
"src/core/dmlCustomCheck.ts": {
|
|
2156
2210
|
"bytesInOutput": 1251
|
|
@@ -2209,26 +2263,20 @@
|
|
|
2209
2263
|
"src/core/outerJoinSearchAbortGuard.ts": {
|
|
2210
2264
|
"bytesInOutput": 604
|
|
2211
2265
|
},
|
|
2212
|
-
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
2213
|
-
"bytesInOutput": 540
|
|
2214
|
-
},
|
|
2215
|
-
"src/core/optimization/whereCapability.ts": {
|
|
2216
|
-
"bytesInOutput": 9909
|
|
2217
|
-
},
|
|
2218
2266
|
"src/core/optimization/joinKeyPrefilter.ts": {
|
|
2219
2267
|
"bytesInOutput": 1940
|
|
2220
2268
|
},
|
|
2269
|
+
"src/core/optimization/crossJoinRowPlan.ts": {
|
|
2270
|
+
"bytesInOutput": 122
|
|
2271
|
+
},
|
|
2221
2272
|
"src/core/explainMetadata.ts": {
|
|
2222
2273
|
"bytesInOutput": 626
|
|
2223
2274
|
},
|
|
2224
2275
|
"src/core/optimization/sharedPlanner.ts": {
|
|
2225
2276
|
"bytesInOutput": 339
|
|
2226
2277
|
},
|
|
2227
|
-
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
2228
|
-
"bytesInOutput": 227
|
|
2229
|
-
},
|
|
2230
2278
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
2231
|
-
"bytesInOutput":
|
|
2279
|
+
"bytesInOutput": 11964
|
|
2232
2280
|
},
|
|
2233
2281
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
2234
2282
|
"bytesInOutput": 246
|
|
@@ -2252,7 +2300,7 @@
|
|
|
2252
2300
|
"bytesInOutput": 1223
|
|
2253
2301
|
},
|
|
2254
2302
|
"src/engine/process.ts": {
|
|
2255
|
-
"bytesInOutput":
|
|
2303
|
+
"bytesInOutput": 26210
|
|
2256
2304
|
},
|
|
2257
2305
|
"src/converter/subtableAdapter.ts": {
|
|
2258
2306
|
"bytesInOutput": 643
|
|
@@ -2261,7 +2309,7 @@
|
|
|
2261
2309
|
"bytesInOutput": 1136
|
|
2262
2310
|
},
|
|
2263
2311
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
2264
|
-
"bytesInOutput":
|
|
2312
|
+
"bytesInOutput": 6275
|
|
2265
2313
|
},
|
|
2266
2314
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
2267
2315
|
"bytesInOutput": 4827
|
|
@@ -2312,7 +2360,7 @@
|
|
|
2312
2360
|
"bytesInOutput": 412
|
|
2313
2361
|
},
|
|
2314
2362
|
"src/execute.ts": {
|
|
2315
|
-
"bytesInOutput":
|
|
2363
|
+
"bytesInOutput": 212564
|
|
2316
2364
|
},
|
|
2317
2365
|
"src/engine-library/errors.ts": {
|
|
2318
2366
|
"bytesInOutput": 1441
|
|
@@ -2324,7 +2372,7 @@
|
|
|
2324
2372
|
"bytesInOutput": 971
|
|
2325
2373
|
},
|
|
2326
2374
|
"src/core/formFieldInfo.ts": {
|
|
2327
|
-
"bytesInOutput":
|
|
2375
|
+
"bytesInOutput": 1429
|
|
2328
2376
|
},
|
|
2329
2377
|
"src/core/processStatus.ts": {
|
|
2330
2378
|
"bytesInOutput": 229
|
|
@@ -2372,7 +2420,7 @@
|
|
|
2372
2420
|
"bytesInOutput": 1271
|
|
2373
2421
|
}
|
|
2374
2422
|
},
|
|
2375
|
-
"bytes":
|
|
2423
|
+
"bytes": 625299
|
|
2376
2424
|
}
|
|
2377
2425
|
}
|
|
2378
2426
|
}
|