@rex0220/kintone-sql-tools 3.58.0 → 3.60.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 +454 -60
- 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 +87 -21
- package/dist-engine/meta/esm.json +87 -21
- package/dist-engine/meta/umd.json +87 -21
- package/dist-mcp/ksql-mcp.js +472 -72
- 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-07T12:45:38.828Z",
|
|
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": 107,
|
|
7
|
+
"minifiedBytes": 610883,
|
|
8
|
+
"gzipBytes": 166208,
|
|
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": 107,
|
|
27
|
+
"minifiedBytes": 610338,
|
|
28
|
+
"gzipBytes": 165913,
|
|
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": 109,
|
|
47
|
+
"minifiedBytes": 611362,
|
|
48
|
+
"gzipBytes": 166260,
|
|
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": 36883,
|
|
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": 10043,
|
|
31
31
|
"imports": [
|
|
32
32
|
{
|
|
33
33
|
"path": "src/types/ast.ts",
|
|
@@ -310,8 +310,24 @@
|
|
|
310
310
|
"imports": [],
|
|
311
311
|
"format": "esm"
|
|
312
312
|
},
|
|
313
|
+
"src/core/generateSeries.ts": {
|
|
314
|
+
"bytes": 13008,
|
|
315
|
+
"imports": [
|
|
316
|
+
{
|
|
317
|
+
"path": "src/types/ast.ts",
|
|
318
|
+
"kind": "import-statement",
|
|
319
|
+
"original": "../types/ast"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"path": "src/core/exactDecimal.ts",
|
|
323
|
+
"kind": "import-statement",
|
|
324
|
+
"original": "./exactDecimal"
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"format": "esm"
|
|
328
|
+
},
|
|
313
329
|
"src/core/statementValidation.ts": {
|
|
314
|
-
"bytes":
|
|
330
|
+
"bytes": 1183,
|
|
315
331
|
"imports": [
|
|
316
332
|
{
|
|
317
333
|
"path": "src/core/klikeValidation.ts",
|
|
@@ -327,6 +343,11 @@
|
|
|
327
343
|
"path": "src/core/functionArity.ts",
|
|
328
344
|
"kind": "import-statement",
|
|
329
345
|
"original": "./functionArity"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"path": "src/core/generateSeries.ts",
|
|
349
|
+
"kind": "import-statement",
|
|
350
|
+
"original": "./generateSeries"
|
|
330
351
|
}
|
|
331
352
|
],
|
|
332
353
|
"format": "esm"
|
|
@@ -384,7 +405,7 @@
|
|
|
384
405
|
"format": "esm"
|
|
385
406
|
},
|
|
386
407
|
"src/parser/parser.ts": {
|
|
387
|
-
"bytes":
|
|
408
|
+
"bytes": 186857,
|
|
388
409
|
"imports": [
|
|
389
410
|
{
|
|
390
411
|
"path": "src/lexer/tokens.ts",
|
|
@@ -868,7 +889,7 @@
|
|
|
868
889
|
"format": "esm"
|
|
869
890
|
},
|
|
870
891
|
"src/core/optimization/whereCapability.ts": {
|
|
871
|
-
"bytes":
|
|
892
|
+
"bytes": 23800,
|
|
872
893
|
"imports": [
|
|
873
894
|
{
|
|
874
895
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -878,8 +899,29 @@
|
|
|
878
899
|
],
|
|
879
900
|
"format": "esm"
|
|
880
901
|
},
|
|
902
|
+
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
903
|
+
"bytes": 1256,
|
|
904
|
+
"imports": [],
|
|
905
|
+
"format": "esm"
|
|
906
|
+
},
|
|
907
|
+
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
908
|
+
"bytes": 982,
|
|
909
|
+
"imports": [
|
|
910
|
+
{
|
|
911
|
+
"path": "src/types/ast.ts",
|
|
912
|
+
"kind": "import-statement",
|
|
913
|
+
"original": "../../types/ast"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"path": "src/core/exactDecimal.ts",
|
|
917
|
+
"kind": "import-statement",
|
|
918
|
+
"original": "../exactDecimal"
|
|
919
|
+
}
|
|
920
|
+
],
|
|
921
|
+
"format": "esm"
|
|
922
|
+
},
|
|
881
923
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
882
|
-
"bytes":
|
|
924
|
+
"bytes": 41295,
|
|
883
925
|
"imports": [
|
|
884
926
|
{
|
|
885
927
|
"path": "src/types/ast.ts",
|
|
@@ -915,6 +957,16 @@
|
|
|
915
957
|
"path": "src/core/optimization/whereCapability.ts",
|
|
916
958
|
"kind": "import-statement",
|
|
917
959
|
"original": "./whereCapability"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
|
|
963
|
+
"kind": "import-statement",
|
|
964
|
+
"original": "./joinDateTimeLiteralPolicy"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"path": "src/core/optimization/joinNumberLiteralPolicy.ts",
|
|
968
|
+
"kind": "import-statement",
|
|
969
|
+
"original": "./joinNumberLiteralPolicy"
|
|
918
970
|
}
|
|
919
971
|
],
|
|
920
972
|
"format": "esm"
|
|
@@ -1253,7 +1305,7 @@
|
|
|
1253
1305
|
"format": "esm"
|
|
1254
1306
|
},
|
|
1255
1307
|
"src/execute.ts": {
|
|
1256
|
-
"bytes":
|
|
1308
|
+
"bytes": 511287,
|
|
1257
1309
|
"imports": [
|
|
1258
1310
|
{
|
|
1259
1311
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1365,6 +1417,11 @@
|
|
|
1365
1417
|
"kind": "import-statement",
|
|
1366
1418
|
"original": "./core/statementValidation"
|
|
1367
1419
|
},
|
|
1420
|
+
{
|
|
1421
|
+
"path": "src/core/generateSeries.ts",
|
|
1422
|
+
"kind": "import-statement",
|
|
1423
|
+
"original": "./core/generateSeries"
|
|
1424
|
+
},
|
|
1368
1425
|
{
|
|
1369
1426
|
"path": "src/core/cteInlining.ts",
|
|
1370
1427
|
"kind": "import-statement",
|
|
@@ -1980,13 +2037,13 @@
|
|
|
1980
2037
|
"bytesInOutput": 1277
|
|
1981
2038
|
},
|
|
1982
2039
|
"src/core/dmlGuard.ts": {
|
|
1983
|
-
"bytesInOutput":
|
|
2040
|
+
"bytesInOutput": 3388
|
|
1984
2041
|
},
|
|
1985
2042
|
"src/core/relativeDateFunction.ts": {
|
|
1986
|
-
"bytesInOutput":
|
|
2043
|
+
"bytesInOutput": 451
|
|
1987
2044
|
},
|
|
1988
2045
|
"src/core/applyPatchScope.ts": {
|
|
1989
|
-
"bytesInOutput":
|
|
2046
|
+
"bytesInOutput": 12614
|
|
1990
2047
|
},
|
|
1991
2048
|
"src/engine/pushDownNot.ts": {
|
|
1992
2049
|
"bytesInOutput": 793
|
|
@@ -2039,11 +2096,14 @@
|
|
|
2039
2096
|
"src/core/functionArity.ts": {
|
|
2040
2097
|
"bytesInOutput": 1035
|
|
2041
2098
|
},
|
|
2099
|
+
"src/core/generateSeries.ts": {
|
|
2100
|
+
"bytesInOutput": 8619
|
|
2101
|
+
},
|
|
2042
2102
|
"src/core/statementValidation.ts": {
|
|
2043
|
-
"bytesInOutput":
|
|
2103
|
+
"bytesInOutput": 239
|
|
2044
2104
|
},
|
|
2045
2105
|
"src/core/batch.ts": {
|
|
2046
|
-
"bytesInOutput":
|
|
2106
|
+
"bytesInOutput": 6358
|
|
2047
2107
|
},
|
|
2048
2108
|
"src/lexer/tokens.ts": {
|
|
2049
2109
|
"bytesInOutput": 2310
|
|
@@ -2052,10 +2112,10 @@
|
|
|
2052
2112
|
"bytesInOutput": 5893
|
|
2053
2113
|
},
|
|
2054
2114
|
"src/parser/parser.ts": {
|
|
2055
|
-
"bytesInOutput":
|
|
2115
|
+
"bytesInOutput": 107151
|
|
2056
2116
|
},
|
|
2057
2117
|
"src/core/fieldSemantics.ts": {
|
|
2058
|
-
"bytesInOutput":
|
|
2118
|
+
"bytesInOutput": 1368
|
|
2059
2119
|
},
|
|
2060
2120
|
"src/core/scalarCompare.ts": {
|
|
2061
2121
|
"bytesInOutput": 2804
|
|
@@ -2130,10 +2190,16 @@
|
|
|
2130
2190
|
"bytesInOutput": 339
|
|
2131
2191
|
},
|
|
2132
2192
|
"src/core/optimization/whereCapability.ts": {
|
|
2133
|
-
"bytesInOutput":
|
|
2193
|
+
"bytesInOutput": 9909
|
|
2194
|
+
},
|
|
2195
|
+
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
2196
|
+
"bytesInOutput": 540
|
|
2197
|
+
},
|
|
2198
|
+
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
2199
|
+
"bytesInOutput": 227
|
|
2134
2200
|
},
|
|
2135
2201
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
2136
|
-
"bytesInOutput":
|
|
2202
|
+
"bytesInOutput": 14433
|
|
2137
2203
|
},
|
|
2138
2204
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
2139
2205
|
"bytesInOutput": 246
|
|
@@ -2166,7 +2232,7 @@
|
|
|
2166
2232
|
"bytesInOutput": 1136
|
|
2167
2233
|
},
|
|
2168
2234
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
2169
|
-
"bytesInOutput":
|
|
2235
|
+
"bytesInOutput": 6257
|
|
2170
2236
|
},
|
|
2171
2237
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
2172
2238
|
"bytesInOutput": 4827
|
|
@@ -2217,10 +2283,10 @@
|
|
|
2217
2283
|
"bytesInOutput": 412
|
|
2218
2284
|
},
|
|
2219
2285
|
"src/execute.ts": {
|
|
2220
|
-
"bytesInOutput":
|
|
2286
|
+
"bytesInOutput": 204552
|
|
2221
2287
|
},
|
|
2222
2288
|
"src/engine-library/errors.ts": {
|
|
2223
|
-
"bytesInOutput":
|
|
2289
|
+
"bytesInOutput": 1441
|
|
2224
2290
|
},
|
|
2225
2291
|
"src/api/cursorLeaseManager.ts": {
|
|
2226
2292
|
"bytesInOutput": 1777
|
|
@@ -2229,7 +2295,7 @@
|
|
|
2229
2295
|
"bytesInOutput": 971
|
|
2230
2296
|
},
|
|
2231
2297
|
"src/core/formFieldInfo.ts": {
|
|
2232
|
-
"bytesInOutput":
|
|
2298
|
+
"bytesInOutput": 1428
|
|
2233
2299
|
},
|
|
2234
2300
|
"src/core/processStatus.ts": {
|
|
2235
2301
|
"bytesInOutput": 229
|
|
@@ -2277,7 +2343,7 @@
|
|
|
2277
2343
|
"bytesInOutput": 1271
|
|
2278
2344
|
}
|
|
2279
2345
|
},
|
|
2280
|
-
"bytes":
|
|
2346
|
+
"bytes": 610883
|
|
2281
2347
|
}
|
|
2282
2348
|
}
|
|
2283
2349
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"format": "esm"
|
|
12
12
|
},
|
|
13
13
|
"src/types/ast.ts": {
|
|
14
|
-
"bytes":
|
|
14
|
+
"bytes": 36883,
|
|
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": 10043,
|
|
31
31
|
"imports": [
|
|
32
32
|
{
|
|
33
33
|
"path": "src/types/ast.ts",
|
|
@@ -310,8 +310,24 @@
|
|
|
310
310
|
"imports": [],
|
|
311
311
|
"format": "esm"
|
|
312
312
|
},
|
|
313
|
+
"src/core/generateSeries.ts": {
|
|
314
|
+
"bytes": 13008,
|
|
315
|
+
"imports": [
|
|
316
|
+
{
|
|
317
|
+
"path": "src/types/ast.ts",
|
|
318
|
+
"kind": "import-statement",
|
|
319
|
+
"original": "../types/ast"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"path": "src/core/exactDecimal.ts",
|
|
323
|
+
"kind": "import-statement",
|
|
324
|
+
"original": "./exactDecimal"
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"format": "esm"
|
|
328
|
+
},
|
|
313
329
|
"src/core/statementValidation.ts": {
|
|
314
|
-
"bytes":
|
|
330
|
+
"bytes": 1183,
|
|
315
331
|
"imports": [
|
|
316
332
|
{
|
|
317
333
|
"path": "src/core/klikeValidation.ts",
|
|
@@ -327,6 +343,11 @@
|
|
|
327
343
|
"path": "src/core/functionArity.ts",
|
|
328
344
|
"kind": "import-statement",
|
|
329
345
|
"original": "./functionArity"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"path": "src/core/generateSeries.ts",
|
|
349
|
+
"kind": "import-statement",
|
|
350
|
+
"original": "./generateSeries"
|
|
330
351
|
}
|
|
331
352
|
],
|
|
332
353
|
"format": "esm"
|
|
@@ -384,7 +405,7 @@
|
|
|
384
405
|
"format": "esm"
|
|
385
406
|
},
|
|
386
407
|
"src/parser/parser.ts": {
|
|
387
|
-
"bytes":
|
|
408
|
+
"bytes": 186857,
|
|
388
409
|
"imports": [
|
|
389
410
|
{
|
|
390
411
|
"path": "src/lexer/tokens.ts",
|
|
@@ -868,7 +889,7 @@
|
|
|
868
889
|
"format": "esm"
|
|
869
890
|
},
|
|
870
891
|
"src/core/optimization/whereCapability.ts": {
|
|
871
|
-
"bytes":
|
|
892
|
+
"bytes": 23800,
|
|
872
893
|
"imports": [
|
|
873
894
|
{
|
|
874
895
|
"path": "src/core/relativeDateFunction.ts",
|
|
@@ -878,8 +899,29 @@
|
|
|
878
899
|
],
|
|
879
900
|
"format": "esm"
|
|
880
901
|
},
|
|
902
|
+
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
903
|
+
"bytes": 1256,
|
|
904
|
+
"imports": [],
|
|
905
|
+
"format": "esm"
|
|
906
|
+
},
|
|
907
|
+
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
908
|
+
"bytes": 982,
|
|
909
|
+
"imports": [
|
|
910
|
+
{
|
|
911
|
+
"path": "src/types/ast.ts",
|
|
912
|
+
"kind": "import-statement",
|
|
913
|
+
"original": "../../types/ast"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"path": "src/core/exactDecimal.ts",
|
|
917
|
+
"kind": "import-statement",
|
|
918
|
+
"original": "../exactDecimal"
|
|
919
|
+
}
|
|
920
|
+
],
|
|
921
|
+
"format": "esm"
|
|
922
|
+
},
|
|
881
923
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
882
|
-
"bytes":
|
|
924
|
+
"bytes": 41295,
|
|
883
925
|
"imports": [
|
|
884
926
|
{
|
|
885
927
|
"path": "src/types/ast.ts",
|
|
@@ -915,6 +957,16 @@
|
|
|
915
957
|
"path": "src/core/optimization/whereCapability.ts",
|
|
916
958
|
"kind": "import-statement",
|
|
917
959
|
"original": "./whereCapability"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
|
|
963
|
+
"kind": "import-statement",
|
|
964
|
+
"original": "./joinDateTimeLiteralPolicy"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"path": "src/core/optimization/joinNumberLiteralPolicy.ts",
|
|
968
|
+
"kind": "import-statement",
|
|
969
|
+
"original": "./joinNumberLiteralPolicy"
|
|
918
970
|
}
|
|
919
971
|
],
|
|
920
972
|
"format": "esm"
|
|
@@ -1253,7 +1305,7 @@
|
|
|
1253
1305
|
"format": "esm"
|
|
1254
1306
|
},
|
|
1255
1307
|
"src/execute.ts": {
|
|
1256
|
-
"bytes":
|
|
1308
|
+
"bytes": 511287,
|
|
1257
1309
|
"imports": [
|
|
1258
1310
|
{
|
|
1259
1311
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1365,6 +1417,11 @@
|
|
|
1365
1417
|
"kind": "import-statement",
|
|
1366
1418
|
"original": "./core/statementValidation"
|
|
1367
1419
|
},
|
|
1420
|
+
{
|
|
1421
|
+
"path": "src/core/generateSeries.ts",
|
|
1422
|
+
"kind": "import-statement",
|
|
1423
|
+
"original": "./core/generateSeries"
|
|
1424
|
+
},
|
|
1368
1425
|
{
|
|
1369
1426
|
"path": "src/core/cteInlining.ts",
|
|
1370
1427
|
"kind": "import-statement",
|
|
@@ -1984,13 +2041,13 @@
|
|
|
1984
2041
|
"bytesInOutput": 1277
|
|
1985
2042
|
},
|
|
1986
2043
|
"src/core/dmlGuard.ts": {
|
|
1987
|
-
"bytesInOutput":
|
|
2044
|
+
"bytesInOutput": 3388
|
|
1988
2045
|
},
|
|
1989
2046
|
"src/core/relativeDateFunction.ts": {
|
|
1990
|
-
"bytesInOutput":
|
|
2047
|
+
"bytesInOutput": 451
|
|
1991
2048
|
},
|
|
1992
2049
|
"src/core/applyPatchScope.ts": {
|
|
1993
|
-
"bytesInOutput":
|
|
2050
|
+
"bytesInOutput": 12614
|
|
1994
2051
|
},
|
|
1995
2052
|
"src/engine/pushDownNot.ts": {
|
|
1996
2053
|
"bytesInOutput": 793
|
|
@@ -2043,11 +2100,14 @@
|
|
|
2043
2100
|
"src/core/functionArity.ts": {
|
|
2044
2101
|
"bytesInOutput": 1035
|
|
2045
2102
|
},
|
|
2103
|
+
"src/core/generateSeries.ts": {
|
|
2104
|
+
"bytesInOutput": 8619
|
|
2105
|
+
},
|
|
2046
2106
|
"src/core/statementValidation.ts": {
|
|
2047
|
-
"bytesInOutput":
|
|
2107
|
+
"bytesInOutput": 239
|
|
2048
2108
|
},
|
|
2049
2109
|
"src/core/batch.ts": {
|
|
2050
|
-
"bytesInOutput":
|
|
2110
|
+
"bytesInOutput": 6358
|
|
2051
2111
|
},
|
|
2052
2112
|
"src/lexer/tokens.ts": {
|
|
2053
2113
|
"bytesInOutput": 2310
|
|
@@ -2056,10 +2116,10 @@
|
|
|
2056
2116
|
"bytesInOutput": 5893
|
|
2057
2117
|
},
|
|
2058
2118
|
"src/parser/parser.ts": {
|
|
2059
|
-
"bytesInOutput":
|
|
2119
|
+
"bytesInOutput": 107151
|
|
2060
2120
|
},
|
|
2061
2121
|
"src/core/fieldSemantics.ts": {
|
|
2062
|
-
"bytesInOutput":
|
|
2122
|
+
"bytesInOutput": 1368
|
|
2063
2123
|
},
|
|
2064
2124
|
"src/core/scalarCompare.ts": {
|
|
2065
2125
|
"bytesInOutput": 2804
|
|
@@ -2134,10 +2194,16 @@
|
|
|
2134
2194
|
"bytesInOutput": 339
|
|
2135
2195
|
},
|
|
2136
2196
|
"src/core/optimization/whereCapability.ts": {
|
|
2137
|
-
"bytesInOutput":
|
|
2197
|
+
"bytesInOutput": 9909
|
|
2198
|
+
},
|
|
2199
|
+
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
2200
|
+
"bytesInOutput": 540
|
|
2201
|
+
},
|
|
2202
|
+
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
2203
|
+
"bytesInOutput": 227
|
|
2138
2204
|
},
|
|
2139
2205
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
2140
|
-
"bytesInOutput":
|
|
2206
|
+
"bytesInOutput": 14433
|
|
2141
2207
|
},
|
|
2142
2208
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
2143
2209
|
"bytesInOutput": 246
|
|
@@ -2170,7 +2236,7 @@
|
|
|
2170
2236
|
"bytesInOutput": 1136
|
|
2171
2237
|
},
|
|
2172
2238
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
2173
|
-
"bytesInOutput":
|
|
2239
|
+
"bytesInOutput": 6257
|
|
2174
2240
|
},
|
|
2175
2241
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
2176
2242
|
"bytesInOutput": 4827
|
|
@@ -2221,10 +2287,10 @@
|
|
|
2221
2287
|
"bytesInOutput": 412
|
|
2222
2288
|
},
|
|
2223
2289
|
"src/execute.ts": {
|
|
2224
|
-
"bytesInOutput":
|
|
2290
|
+
"bytesInOutput": 204552
|
|
2225
2291
|
},
|
|
2226
2292
|
"src/engine-library/errors.ts": {
|
|
2227
|
-
"bytesInOutput":
|
|
2293
|
+
"bytesInOutput": 1441
|
|
2228
2294
|
},
|
|
2229
2295
|
"src/api/cursorLeaseManager.ts": {
|
|
2230
2296
|
"bytesInOutput": 1777
|
|
@@ -2233,7 +2299,7 @@
|
|
|
2233
2299
|
"bytesInOutput": 971
|
|
2234
2300
|
},
|
|
2235
2301
|
"src/core/formFieldInfo.ts": {
|
|
2236
|
-
"bytesInOutput":
|
|
2302
|
+
"bytesInOutput": 1428
|
|
2237
2303
|
},
|
|
2238
2304
|
"src/core/processStatus.ts": {
|
|
2239
2305
|
"bytesInOutput": 229
|
|
@@ -2284,7 +2350,7 @@
|
|
|
2284
2350
|
"bytesInOutput": 16
|
|
2285
2351
|
}
|
|
2286
2352
|
},
|
|
2287
|
-
"bytes":
|
|
2353
|
+
"bytes": 610338
|
|
2288
2354
|
}
|
|
2289
2355
|
}
|
|
2290
2356
|
}
|