@rex0220/kintone-sql-tools 3.80.0 → 3.82.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 +539 -111
- package/dist-engine/index.cjs +16 -16
- package/dist-engine/index.mjs +16 -16
- package/dist-engine/ksql-engine.umd.js +16 -16
- package/dist-engine/meta/bundle-baseline.json +7 -7
- package/dist-engine/meta/cjs.json +20 -20
- package/dist-engine/meta/esm.json +20 -20
- package/dist-engine/meta/umd.json +20 -20
- package/dist-flow/index.cjs +14 -14
- package/dist-flow/index.mjs +14 -14
- package/dist-flow/meta/cjs.json +20 -20
- package/dist-flow/meta/esm.json +20 -20
- package/dist-flow/types/ast.d.ts +10 -3
- package/dist-mcp/ksql-mcp.js +542 -114
- 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-16T12:16:46.016Z",
|
|
3
3
|
"baseline": "B66 Phase1 initial measured values; no arbitrary size ceiling",
|
|
4
4
|
"bundles": {
|
|
5
5
|
"index.cjs": {
|
|
6
6
|
"inputCount": 117,
|
|
7
|
-
"minifiedBytes":
|
|
8
|
-
"gzipBytes":
|
|
7
|
+
"minifiedBytes": 705368,
|
|
8
|
+
"gzipBytes": 193283,
|
|
9
9
|
"forbidden": {
|
|
10
10
|
"mcp-instructions": [],
|
|
11
11
|
"src-mcp": [],
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"index.mjs": {
|
|
26
26
|
"inputCount": 117,
|
|
27
|
-
"minifiedBytes":
|
|
28
|
-
"gzipBytes":
|
|
27
|
+
"minifiedBytes": 704823,
|
|
28
|
+
"gzipBytes": 192997,
|
|
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": 119,
|
|
47
|
-
"minifiedBytes":
|
|
48
|
-
"gzipBytes":
|
|
47
|
+
"minifiedBytes": 705847,
|
|
48
|
+
"gzipBytes": 193350,
|
|
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": 38903,
|
|
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": 10287,
|
|
31
31
|
"imports": [
|
|
32
32
|
{
|
|
33
33
|
"path": "src/types/ast.ts",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"format": "esm"
|
|
144
144
|
},
|
|
145
145
|
"src/core/aggregateDependencyValidation.ts": {
|
|
146
|
-
"bytes":
|
|
146
|
+
"bytes": 18594,
|
|
147
147
|
"imports": [
|
|
148
148
|
{
|
|
149
149
|
"path": "src/core/grouping.ts",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"format": "esm"
|
|
165
165
|
},
|
|
166
166
|
"src/core/groupingValidation.ts": {
|
|
167
|
-
"bytes":
|
|
167
|
+
"bytes": 11186,
|
|
168
168
|
"imports": [
|
|
169
169
|
{
|
|
170
170
|
"path": "src/core/grouping.ts",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"format": "esm"
|
|
186
186
|
},
|
|
187
187
|
"src/converter/selectToKintone.ts": {
|
|
188
|
-
"bytes":
|
|
188
|
+
"bytes": 32606,
|
|
189
189
|
"imports": [
|
|
190
190
|
{
|
|
191
191
|
"path": "../types/ast",
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
"format": "esm"
|
|
504
504
|
},
|
|
505
505
|
"src/parser/parser.ts": {
|
|
506
|
-
"bytes":
|
|
506
|
+
"bytes": 228232,
|
|
507
507
|
"imports": [
|
|
508
508
|
{
|
|
509
509
|
"path": "src/lexer/tokens.ts",
|
|
@@ -1012,7 +1012,7 @@
|
|
|
1012
1012
|
"format": "esm"
|
|
1013
1013
|
},
|
|
1014
1014
|
"src/core/explainMetadata.ts": {
|
|
1015
|
-
"bytes":
|
|
1015
|
+
"bytes": 6423,
|
|
1016
1016
|
"imports": [
|
|
1017
1017
|
{
|
|
1018
1018
|
"path": "src/core/grouping.ts",
|
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
"format": "esm"
|
|
1087
1087
|
},
|
|
1088
1088
|
"src/core/optimization/canonicalOrderPlanner.ts": {
|
|
1089
|
-
"bytes":
|
|
1089
|
+
"bytes": 5113,
|
|
1090
1090
|
"imports": [
|
|
1091
1091
|
{
|
|
1092
1092
|
"path": "src/core/projectedNameResolution.ts",
|
|
@@ -1134,7 +1134,7 @@
|
|
|
1134
1134
|
"format": "esm"
|
|
1135
1135
|
},
|
|
1136
1136
|
"src/engine/process.ts": {
|
|
1137
|
-
"bytes":
|
|
1137
|
+
"bytes": 95885,
|
|
1138
1138
|
"imports": [
|
|
1139
1139
|
{
|
|
1140
1140
|
"path": "src/core/optimization/crossJoinRowPlan.ts",
|
|
@@ -1492,7 +1492,7 @@
|
|
|
1492
1492
|
"format": "esm"
|
|
1493
1493
|
},
|
|
1494
1494
|
"src/execute.ts": {
|
|
1495
|
-
"bytes":
|
|
1495
|
+
"bytes": 657418,
|
|
1496
1496
|
"imports": [
|
|
1497
1497
|
{
|
|
1498
1498
|
"path": "src/lexer/lexer.ts",
|
|
@@ -2243,7 +2243,7 @@
|
|
|
2243
2243
|
"bytesInOutput": 1280
|
|
2244
2244
|
},
|
|
2245
2245
|
"src/core/dmlGuard.ts": {
|
|
2246
|
-
"bytesInOutput":
|
|
2246
|
+
"bytesInOutput": 3487
|
|
2247
2247
|
},
|
|
2248
2248
|
"src/core/relativeDateFunction.ts": {
|
|
2249
2249
|
"bytesInOutput": 451
|
|
@@ -2276,13 +2276,13 @@
|
|
|
2276
2276
|
"bytesInOutput": 102
|
|
2277
2277
|
},
|
|
2278
2278
|
"src/core/aggregateDependencyValidation.ts": {
|
|
2279
|
-
"bytesInOutput":
|
|
2279
|
+
"bytesInOutput": 8607
|
|
2280
2280
|
},
|
|
2281
2281
|
"src/core/groupingValidation.ts": {
|
|
2282
|
-
"bytesInOutput":
|
|
2282
|
+
"bytesInOutput": 3596
|
|
2283
2283
|
},
|
|
2284
2284
|
"src/converter/selectToKintone.ts": {
|
|
2285
|
-
"bytesInOutput":
|
|
2285
|
+
"bytesInOutput": 10890
|
|
2286
2286
|
},
|
|
2287
2287
|
"src/core/cteInlining.ts": {
|
|
2288
2288
|
"bytesInOutput": 1164
|
|
@@ -2321,7 +2321,7 @@
|
|
|
2321
2321
|
"bytesInOutput": 1035
|
|
2322
2322
|
},
|
|
2323
2323
|
"src/core/generateSeries.ts": {
|
|
2324
|
-
"bytesInOutput":
|
|
2324
|
+
"bytesInOutput": 10855
|
|
2325
2325
|
},
|
|
2326
2326
|
"src/core/statementValidation.ts": {
|
|
2327
2327
|
"bytesInOutput": 239
|
|
@@ -2339,7 +2339,7 @@
|
|
|
2339
2339
|
"bytesInOutput": 5906
|
|
2340
2340
|
},
|
|
2341
2341
|
"src/parser/parser.ts": {
|
|
2342
|
-
"bytesInOutput":
|
|
2342
|
+
"bytesInOutput": 133712
|
|
2343
2343
|
},
|
|
2344
2344
|
"src/core/scalarCompare.ts": {
|
|
2345
2345
|
"bytesInOutput": 2804
|
|
@@ -2432,7 +2432,7 @@
|
|
|
2432
2432
|
"bytesInOutput": 246
|
|
2433
2433
|
},
|
|
2434
2434
|
"src/core/optimization/canonicalOrderPlanner.ts": {
|
|
2435
|
-
"bytesInOutput":
|
|
2435
|
+
"bytesInOutput": 1936
|
|
2436
2436
|
},
|
|
2437
2437
|
"src/core/optimization/korderPlanner.ts": {
|
|
2438
2438
|
"bytesInOutput": 2244
|
|
@@ -2450,7 +2450,7 @@
|
|
|
2450
2450
|
"bytesInOutput": 1223
|
|
2451
2451
|
},
|
|
2452
2452
|
"src/engine/process.ts": {
|
|
2453
|
-
"bytesInOutput":
|
|
2453
|
+
"bytesInOutput": 29670
|
|
2454
2454
|
},
|
|
2455
2455
|
"src/converter/subtableAdapter.ts": {
|
|
2456
2456
|
"bytesInOutput": 643
|
|
@@ -2522,7 +2522,7 @@
|
|
|
2522
2522
|
"bytesInOutput": 412
|
|
2523
2523
|
},
|
|
2524
2524
|
"src/execute.ts": {
|
|
2525
|
-
"bytesInOutput":
|
|
2525
|
+
"bytesInOutput": 249618
|
|
2526
2526
|
},
|
|
2527
2527
|
"src/engine-library/errors.ts": {
|
|
2528
2528
|
"bytesInOutput": 1441
|
|
@@ -2579,7 +2579,7 @@
|
|
|
2579
2579
|
"bytesInOutput": 1446
|
|
2580
2580
|
}
|
|
2581
2581
|
},
|
|
2582
|
-
"bytes":
|
|
2582
|
+
"bytes": 705368
|
|
2583
2583
|
}
|
|
2584
2584
|
}
|
|
2585
2585
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"format": "esm"
|
|
12
12
|
},
|
|
13
13
|
"src/types/ast.ts": {
|
|
14
|
-
"bytes":
|
|
14
|
+
"bytes": 38903,
|
|
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": 10287,
|
|
31
31
|
"imports": [
|
|
32
32
|
{
|
|
33
33
|
"path": "src/types/ast.ts",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"format": "esm"
|
|
144
144
|
},
|
|
145
145
|
"src/core/aggregateDependencyValidation.ts": {
|
|
146
|
-
"bytes":
|
|
146
|
+
"bytes": 18594,
|
|
147
147
|
"imports": [
|
|
148
148
|
{
|
|
149
149
|
"path": "src/core/grouping.ts",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"format": "esm"
|
|
165
165
|
},
|
|
166
166
|
"src/core/groupingValidation.ts": {
|
|
167
|
-
"bytes":
|
|
167
|
+
"bytes": 11186,
|
|
168
168
|
"imports": [
|
|
169
169
|
{
|
|
170
170
|
"path": "src/core/grouping.ts",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"format": "esm"
|
|
186
186
|
},
|
|
187
187
|
"src/converter/selectToKintone.ts": {
|
|
188
|
-
"bytes":
|
|
188
|
+
"bytes": 32606,
|
|
189
189
|
"imports": [
|
|
190
190
|
{
|
|
191
191
|
"path": "../types/ast",
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
"format": "esm"
|
|
504
504
|
},
|
|
505
505
|
"src/parser/parser.ts": {
|
|
506
|
-
"bytes":
|
|
506
|
+
"bytes": 228232,
|
|
507
507
|
"imports": [
|
|
508
508
|
{
|
|
509
509
|
"path": "src/lexer/tokens.ts",
|
|
@@ -1012,7 +1012,7 @@
|
|
|
1012
1012
|
"format": "esm"
|
|
1013
1013
|
},
|
|
1014
1014
|
"src/core/explainMetadata.ts": {
|
|
1015
|
-
"bytes":
|
|
1015
|
+
"bytes": 6423,
|
|
1016
1016
|
"imports": [
|
|
1017
1017
|
{
|
|
1018
1018
|
"path": "src/core/grouping.ts",
|
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
"format": "esm"
|
|
1087
1087
|
},
|
|
1088
1088
|
"src/core/optimization/canonicalOrderPlanner.ts": {
|
|
1089
|
-
"bytes":
|
|
1089
|
+
"bytes": 5113,
|
|
1090
1090
|
"imports": [
|
|
1091
1091
|
{
|
|
1092
1092
|
"path": "src/core/projectedNameResolution.ts",
|
|
@@ -1134,7 +1134,7 @@
|
|
|
1134
1134
|
"format": "esm"
|
|
1135
1135
|
},
|
|
1136
1136
|
"src/engine/process.ts": {
|
|
1137
|
-
"bytes":
|
|
1137
|
+
"bytes": 95885,
|
|
1138
1138
|
"imports": [
|
|
1139
1139
|
{
|
|
1140
1140
|
"path": "src/core/optimization/crossJoinRowPlan.ts",
|
|
@@ -1492,7 +1492,7 @@
|
|
|
1492
1492
|
"format": "esm"
|
|
1493
1493
|
},
|
|
1494
1494
|
"src/execute.ts": {
|
|
1495
|
-
"bytes":
|
|
1495
|
+
"bytes": 657418,
|
|
1496
1496
|
"imports": [
|
|
1497
1497
|
{
|
|
1498
1498
|
"path": "src/lexer/lexer.ts",
|
|
@@ -2247,7 +2247,7 @@
|
|
|
2247
2247
|
"bytesInOutput": 1280
|
|
2248
2248
|
},
|
|
2249
2249
|
"src/core/dmlGuard.ts": {
|
|
2250
|
-
"bytesInOutput":
|
|
2250
|
+
"bytesInOutput": 3487
|
|
2251
2251
|
},
|
|
2252
2252
|
"src/core/relativeDateFunction.ts": {
|
|
2253
2253
|
"bytesInOutput": 451
|
|
@@ -2280,13 +2280,13 @@
|
|
|
2280
2280
|
"bytesInOutput": 102
|
|
2281
2281
|
},
|
|
2282
2282
|
"src/core/aggregateDependencyValidation.ts": {
|
|
2283
|
-
"bytesInOutput":
|
|
2283
|
+
"bytesInOutput": 8607
|
|
2284
2284
|
},
|
|
2285
2285
|
"src/core/groupingValidation.ts": {
|
|
2286
|
-
"bytesInOutput":
|
|
2286
|
+
"bytesInOutput": 3596
|
|
2287
2287
|
},
|
|
2288
2288
|
"src/converter/selectToKintone.ts": {
|
|
2289
|
-
"bytesInOutput":
|
|
2289
|
+
"bytesInOutput": 10890
|
|
2290
2290
|
},
|
|
2291
2291
|
"src/core/cteInlining.ts": {
|
|
2292
2292
|
"bytesInOutput": 1164
|
|
@@ -2325,7 +2325,7 @@
|
|
|
2325
2325
|
"bytesInOutput": 1035
|
|
2326
2326
|
},
|
|
2327
2327
|
"src/core/generateSeries.ts": {
|
|
2328
|
-
"bytesInOutput":
|
|
2328
|
+
"bytesInOutput": 10855
|
|
2329
2329
|
},
|
|
2330
2330
|
"src/core/statementValidation.ts": {
|
|
2331
2331
|
"bytesInOutput": 239
|
|
@@ -2343,7 +2343,7 @@
|
|
|
2343
2343
|
"bytesInOutput": 5906
|
|
2344
2344
|
},
|
|
2345
2345
|
"src/parser/parser.ts": {
|
|
2346
|
-
"bytesInOutput":
|
|
2346
|
+
"bytesInOutput": 133712
|
|
2347
2347
|
},
|
|
2348
2348
|
"src/core/scalarCompare.ts": {
|
|
2349
2349
|
"bytesInOutput": 2804
|
|
@@ -2436,7 +2436,7 @@
|
|
|
2436
2436
|
"bytesInOutput": 246
|
|
2437
2437
|
},
|
|
2438
2438
|
"src/core/optimization/canonicalOrderPlanner.ts": {
|
|
2439
|
-
"bytesInOutput":
|
|
2439
|
+
"bytesInOutput": 1936
|
|
2440
2440
|
},
|
|
2441
2441
|
"src/core/optimization/korderPlanner.ts": {
|
|
2442
2442
|
"bytesInOutput": 2244
|
|
@@ -2454,7 +2454,7 @@
|
|
|
2454
2454
|
"bytesInOutput": 1223
|
|
2455
2455
|
},
|
|
2456
2456
|
"src/engine/process.ts": {
|
|
2457
|
-
"bytesInOutput":
|
|
2457
|
+
"bytesInOutput": 29670
|
|
2458
2458
|
},
|
|
2459
2459
|
"src/converter/subtableAdapter.ts": {
|
|
2460
2460
|
"bytesInOutput": 643
|
|
@@ -2526,7 +2526,7 @@
|
|
|
2526
2526
|
"bytesInOutput": 412
|
|
2527
2527
|
},
|
|
2528
2528
|
"src/execute.ts": {
|
|
2529
|
-
"bytesInOutput":
|
|
2529
|
+
"bytesInOutput": 249618
|
|
2530
2530
|
},
|
|
2531
2531
|
"src/engine-library/errors.ts": {
|
|
2532
2532
|
"bytesInOutput": 1441
|
|
@@ -2586,7 +2586,7 @@
|
|
|
2586
2586
|
"bytesInOutput": 16
|
|
2587
2587
|
}
|
|
2588
2588
|
},
|
|
2589
|
-
"bytes":
|
|
2589
|
+
"bytes": 704823
|
|
2590
2590
|
}
|
|
2591
2591
|
}
|
|
2592
2592
|
}
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"format": "esm"
|
|
12
12
|
},
|
|
13
13
|
"src/types/ast.ts": {
|
|
14
|
-
"bytes":
|
|
14
|
+
"bytes": 38903,
|
|
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": 10287,
|
|
31
31
|
"imports": [
|
|
32
32
|
{
|
|
33
33
|
"path": "src/types/ast.ts",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"format": "esm"
|
|
144
144
|
},
|
|
145
145
|
"src/core/aggregateDependencyValidation.ts": {
|
|
146
|
-
"bytes":
|
|
146
|
+
"bytes": 18594,
|
|
147
147
|
"imports": [
|
|
148
148
|
{
|
|
149
149
|
"path": "src/core/grouping.ts",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"format": "esm"
|
|
165
165
|
},
|
|
166
166
|
"src/core/groupingValidation.ts": {
|
|
167
|
-
"bytes":
|
|
167
|
+
"bytes": 11186,
|
|
168
168
|
"imports": [
|
|
169
169
|
{
|
|
170
170
|
"path": "src/core/grouping.ts",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"format": "esm"
|
|
186
186
|
},
|
|
187
187
|
"src/converter/selectToKintone.ts": {
|
|
188
|
-
"bytes":
|
|
188
|
+
"bytes": 32606,
|
|
189
189
|
"imports": [
|
|
190
190
|
{
|
|
191
191
|
"path": "../types/ast",
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
"format": "esm"
|
|
504
504
|
},
|
|
505
505
|
"src/parser/parser.ts": {
|
|
506
|
-
"bytes":
|
|
506
|
+
"bytes": 228232,
|
|
507
507
|
"imports": [
|
|
508
508
|
{
|
|
509
509
|
"path": "src/lexer/tokens.ts",
|
|
@@ -1012,7 +1012,7 @@
|
|
|
1012
1012
|
"format": "esm"
|
|
1013
1013
|
},
|
|
1014
1014
|
"src/core/explainMetadata.ts": {
|
|
1015
|
-
"bytes":
|
|
1015
|
+
"bytes": 6423,
|
|
1016
1016
|
"imports": [
|
|
1017
1017
|
{
|
|
1018
1018
|
"path": "src/core/grouping.ts",
|
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
"format": "esm"
|
|
1087
1087
|
},
|
|
1088
1088
|
"src/core/optimization/canonicalOrderPlanner.ts": {
|
|
1089
|
-
"bytes":
|
|
1089
|
+
"bytes": 5113,
|
|
1090
1090
|
"imports": [
|
|
1091
1091
|
{
|
|
1092
1092
|
"path": "src/core/projectedNameResolution.ts",
|
|
@@ -1134,7 +1134,7 @@
|
|
|
1134
1134
|
"format": "esm"
|
|
1135
1135
|
},
|
|
1136
1136
|
"src/engine/process.ts": {
|
|
1137
|
-
"bytes":
|
|
1137
|
+
"bytes": 95885,
|
|
1138
1138
|
"imports": [
|
|
1139
1139
|
{
|
|
1140
1140
|
"path": "src/core/optimization/crossJoinRowPlan.ts",
|
|
@@ -1492,7 +1492,7 @@
|
|
|
1492
1492
|
"format": "esm"
|
|
1493
1493
|
},
|
|
1494
1494
|
"src/execute.ts": {
|
|
1495
|
-
"bytes":
|
|
1495
|
+
"bytes": 657418,
|
|
1496
1496
|
"imports": [
|
|
1497
1497
|
{
|
|
1498
1498
|
"path": "src/lexer/lexer.ts",
|
|
@@ -2261,7 +2261,7 @@
|
|
|
2261
2261
|
"bytesInOutput": 1280
|
|
2262
2262
|
},
|
|
2263
2263
|
"src/core/dmlGuard.ts": {
|
|
2264
|
-
"bytesInOutput":
|
|
2264
|
+
"bytesInOutput": 3487
|
|
2265
2265
|
},
|
|
2266
2266
|
"src/core/relativeDateFunction.ts": {
|
|
2267
2267
|
"bytesInOutput": 451
|
|
@@ -2294,13 +2294,13 @@
|
|
|
2294
2294
|
"bytesInOutput": 102
|
|
2295
2295
|
},
|
|
2296
2296
|
"src/core/aggregateDependencyValidation.ts": {
|
|
2297
|
-
"bytesInOutput":
|
|
2297
|
+
"bytesInOutput": 8607
|
|
2298
2298
|
},
|
|
2299
2299
|
"src/core/groupingValidation.ts": {
|
|
2300
|
-
"bytesInOutput":
|
|
2300
|
+
"bytesInOutput": 3596
|
|
2301
2301
|
},
|
|
2302
2302
|
"src/converter/selectToKintone.ts": {
|
|
2303
|
-
"bytesInOutput":
|
|
2303
|
+
"bytesInOutput": 10890
|
|
2304
2304
|
},
|
|
2305
2305
|
"src/core/cteInlining.ts": {
|
|
2306
2306
|
"bytesInOutput": 1164
|
|
@@ -2339,7 +2339,7 @@
|
|
|
2339
2339
|
"bytesInOutput": 1035
|
|
2340
2340
|
},
|
|
2341
2341
|
"src/core/generateSeries.ts": {
|
|
2342
|
-
"bytesInOutput":
|
|
2342
|
+
"bytesInOutput": 10855
|
|
2343
2343
|
},
|
|
2344
2344
|
"src/core/statementValidation.ts": {
|
|
2345
2345
|
"bytesInOutput": 239
|
|
@@ -2357,7 +2357,7 @@
|
|
|
2357
2357
|
"bytesInOutput": 5906
|
|
2358
2358
|
},
|
|
2359
2359
|
"src/parser/parser.ts": {
|
|
2360
|
-
"bytesInOutput":
|
|
2360
|
+
"bytesInOutput": 133712
|
|
2361
2361
|
},
|
|
2362
2362
|
"src/core/scalarCompare.ts": {
|
|
2363
2363
|
"bytesInOutput": 2804
|
|
@@ -2450,7 +2450,7 @@
|
|
|
2450
2450
|
"bytesInOutput": 246
|
|
2451
2451
|
},
|
|
2452
2452
|
"src/core/optimization/canonicalOrderPlanner.ts": {
|
|
2453
|
-
"bytesInOutput":
|
|
2453
|
+
"bytesInOutput": 1936
|
|
2454
2454
|
},
|
|
2455
2455
|
"src/core/optimization/korderPlanner.ts": {
|
|
2456
2456
|
"bytesInOutput": 2244
|
|
@@ -2468,7 +2468,7 @@
|
|
|
2468
2468
|
"bytesInOutput": 1223
|
|
2469
2469
|
},
|
|
2470
2470
|
"src/engine/process.ts": {
|
|
2471
|
-
"bytesInOutput":
|
|
2471
|
+
"bytesInOutput": 29670
|
|
2472
2472
|
},
|
|
2473
2473
|
"src/converter/subtableAdapter.ts": {
|
|
2474
2474
|
"bytesInOutput": 643
|
|
@@ -2540,7 +2540,7 @@
|
|
|
2540
2540
|
"bytesInOutput": 412
|
|
2541
2541
|
},
|
|
2542
2542
|
"src/execute.ts": {
|
|
2543
|
-
"bytesInOutput":
|
|
2543
|
+
"bytesInOutput": 249618
|
|
2544
2544
|
},
|
|
2545
2545
|
"src/engine-library/errors.ts": {
|
|
2546
2546
|
"bytesInOutput": 1441
|
|
@@ -2606,7 +2606,7 @@
|
|
|
2606
2606
|
"bytesInOutput": 127
|
|
2607
2607
|
}
|
|
2608
2608
|
},
|
|
2609
|
-
"bytes":
|
|
2609
|
+
"bytes": 705847
|
|
2610
2610
|
}
|
|
2611
2611
|
}
|
|
2612
2612
|
}
|