@rex0220/kintone-sql-tools 3.58.0 → 3.59.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 +350 -27
- package/dist-engine/index.cjs +13 -13
- package/dist-engine/index.mjs +13 -13
- package/dist-engine/ksql-engine.umd.js +12 -12
- package/dist-engine/meta/bundle-baseline.json +10 -10
- package/dist-engine/meta/cjs.json +48 -19
- package/dist-engine/meta/esm.json +48 -19
- package/dist-engine/meta/umd.json +48 -19
- package/dist-mcp/ksql-mcp.js +366 -39
- 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-07T05:14:19.262Z",
|
|
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": 105,
|
|
7
|
+
"minifiedBytes": 609236,
|
|
8
|
+
"gzipBytes": 165911,
|
|
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": 105,
|
|
27
|
+
"minifiedBytes": 608691,
|
|
28
|
+
"gzipBytes": 165613,
|
|
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": 107,
|
|
47
|
+
"minifiedBytes": 609715,
|
|
48
|
+
"gzipBytes": 165944,
|
|
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": 186547,
|
|
388
409
|
"imports": [
|
|
389
410
|
{
|
|
390
411
|
"path": "src/lexer/tokens.ts",
|
|
@@ -1253,7 +1274,7 @@
|
|
|
1253
1274
|
"format": "esm"
|
|
1254
1275
|
},
|
|
1255
1276
|
"src/execute.ts": {
|
|
1256
|
-
"bytes":
|
|
1277
|
+
"bytes": 511287,
|
|
1257
1278
|
"imports": [
|
|
1258
1279
|
{
|
|
1259
1280
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1365,6 +1386,11 @@
|
|
|
1365
1386
|
"kind": "import-statement",
|
|
1366
1387
|
"original": "./core/statementValidation"
|
|
1367
1388
|
},
|
|
1389
|
+
{
|
|
1390
|
+
"path": "src/core/generateSeries.ts",
|
|
1391
|
+
"kind": "import-statement",
|
|
1392
|
+
"original": "./core/generateSeries"
|
|
1393
|
+
},
|
|
1368
1394
|
{
|
|
1369
1395
|
"path": "src/core/cteInlining.ts",
|
|
1370
1396
|
"kind": "import-statement",
|
|
@@ -1980,13 +2006,13 @@
|
|
|
1980
2006
|
"bytesInOutput": 1277
|
|
1981
2007
|
},
|
|
1982
2008
|
"src/core/dmlGuard.ts": {
|
|
1983
|
-
"bytesInOutput":
|
|
2009
|
+
"bytesInOutput": 3388
|
|
1984
2010
|
},
|
|
1985
2011
|
"src/core/relativeDateFunction.ts": {
|
|
1986
|
-
"bytesInOutput":
|
|
2012
|
+
"bytesInOutput": 451
|
|
1987
2013
|
},
|
|
1988
2014
|
"src/core/applyPatchScope.ts": {
|
|
1989
|
-
"bytesInOutput":
|
|
2015
|
+
"bytesInOutput": 12614
|
|
1990
2016
|
},
|
|
1991
2017
|
"src/engine/pushDownNot.ts": {
|
|
1992
2018
|
"bytesInOutput": 793
|
|
@@ -2039,11 +2065,14 @@
|
|
|
2039
2065
|
"src/core/functionArity.ts": {
|
|
2040
2066
|
"bytesInOutput": 1035
|
|
2041
2067
|
},
|
|
2068
|
+
"src/core/generateSeries.ts": {
|
|
2069
|
+
"bytesInOutput": 8619
|
|
2070
|
+
},
|
|
2042
2071
|
"src/core/statementValidation.ts": {
|
|
2043
|
-
"bytesInOutput":
|
|
2072
|
+
"bytesInOutput": 239
|
|
2044
2073
|
},
|
|
2045
2074
|
"src/core/batch.ts": {
|
|
2046
|
-
"bytesInOutput":
|
|
2075
|
+
"bytesInOutput": 6358
|
|
2047
2076
|
},
|
|
2048
2077
|
"src/lexer/tokens.ts": {
|
|
2049
2078
|
"bytesInOutput": 2310
|
|
@@ -2052,10 +2081,10 @@
|
|
|
2052
2081
|
"bytesInOutput": 5893
|
|
2053
2082
|
},
|
|
2054
2083
|
"src/parser/parser.ts": {
|
|
2055
|
-
"bytesInOutput":
|
|
2084
|
+
"bytesInOutput": 106935
|
|
2056
2085
|
},
|
|
2057
2086
|
"src/core/fieldSemantics.ts": {
|
|
2058
|
-
"bytesInOutput":
|
|
2087
|
+
"bytesInOutput": 1368
|
|
2059
2088
|
},
|
|
2060
2089
|
"src/core/scalarCompare.ts": {
|
|
2061
2090
|
"bytesInOutput": 2804
|
|
@@ -2130,10 +2159,10 @@
|
|
|
2130
2159
|
"bytesInOutput": 339
|
|
2131
2160
|
},
|
|
2132
2161
|
"src/core/optimization/whereCapability.ts": {
|
|
2133
|
-
"bytesInOutput":
|
|
2162
|
+
"bytesInOutput": 9864
|
|
2134
2163
|
},
|
|
2135
2164
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
2136
|
-
"bytesInOutput":
|
|
2165
|
+
"bytesInOutput": 13814
|
|
2137
2166
|
},
|
|
2138
2167
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
2139
2168
|
"bytesInOutput": 246
|
|
@@ -2166,7 +2195,7 @@
|
|
|
2166
2195
|
"bytesInOutput": 1136
|
|
2167
2196
|
},
|
|
2168
2197
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
2169
|
-
"bytesInOutput":
|
|
2198
|
+
"bytesInOutput": 6257
|
|
2170
2199
|
},
|
|
2171
2200
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
2172
2201
|
"bytesInOutput": 4827
|
|
@@ -2217,10 +2246,10 @@
|
|
|
2217
2246
|
"bytesInOutput": 412
|
|
2218
2247
|
},
|
|
2219
2248
|
"src/execute.ts": {
|
|
2220
|
-
"bytesInOutput":
|
|
2249
|
+
"bytesInOutput": 204552
|
|
2221
2250
|
},
|
|
2222
2251
|
"src/engine-library/errors.ts": {
|
|
2223
|
-
"bytesInOutput":
|
|
2252
|
+
"bytesInOutput": 1441
|
|
2224
2253
|
},
|
|
2225
2254
|
"src/api/cursorLeaseManager.ts": {
|
|
2226
2255
|
"bytesInOutput": 1777
|
|
@@ -2229,7 +2258,7 @@
|
|
|
2229
2258
|
"bytesInOutput": 971
|
|
2230
2259
|
},
|
|
2231
2260
|
"src/core/formFieldInfo.ts": {
|
|
2232
|
-
"bytesInOutput":
|
|
2261
|
+
"bytesInOutput": 1428
|
|
2233
2262
|
},
|
|
2234
2263
|
"src/core/processStatus.ts": {
|
|
2235
2264
|
"bytesInOutput": 229
|
|
@@ -2277,7 +2306,7 @@
|
|
|
2277
2306
|
"bytesInOutput": 1271
|
|
2278
2307
|
}
|
|
2279
2308
|
},
|
|
2280
|
-
"bytes":
|
|
2309
|
+
"bytes": 609236
|
|
2281
2310
|
}
|
|
2282
2311
|
}
|
|
2283
2312
|
}
|
|
@@ -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": 186547,
|
|
388
409
|
"imports": [
|
|
389
410
|
{
|
|
390
411
|
"path": "src/lexer/tokens.ts",
|
|
@@ -1253,7 +1274,7 @@
|
|
|
1253
1274
|
"format": "esm"
|
|
1254
1275
|
},
|
|
1255
1276
|
"src/execute.ts": {
|
|
1256
|
-
"bytes":
|
|
1277
|
+
"bytes": 511287,
|
|
1257
1278
|
"imports": [
|
|
1258
1279
|
{
|
|
1259
1280
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1365,6 +1386,11 @@
|
|
|
1365
1386
|
"kind": "import-statement",
|
|
1366
1387
|
"original": "./core/statementValidation"
|
|
1367
1388
|
},
|
|
1389
|
+
{
|
|
1390
|
+
"path": "src/core/generateSeries.ts",
|
|
1391
|
+
"kind": "import-statement",
|
|
1392
|
+
"original": "./core/generateSeries"
|
|
1393
|
+
},
|
|
1368
1394
|
{
|
|
1369
1395
|
"path": "src/core/cteInlining.ts",
|
|
1370
1396
|
"kind": "import-statement",
|
|
@@ -1984,13 +2010,13 @@
|
|
|
1984
2010
|
"bytesInOutput": 1277
|
|
1985
2011
|
},
|
|
1986
2012
|
"src/core/dmlGuard.ts": {
|
|
1987
|
-
"bytesInOutput":
|
|
2013
|
+
"bytesInOutput": 3388
|
|
1988
2014
|
},
|
|
1989
2015
|
"src/core/relativeDateFunction.ts": {
|
|
1990
|
-
"bytesInOutput":
|
|
2016
|
+
"bytesInOutput": 451
|
|
1991
2017
|
},
|
|
1992
2018
|
"src/core/applyPatchScope.ts": {
|
|
1993
|
-
"bytesInOutput":
|
|
2019
|
+
"bytesInOutput": 12614
|
|
1994
2020
|
},
|
|
1995
2021
|
"src/engine/pushDownNot.ts": {
|
|
1996
2022
|
"bytesInOutput": 793
|
|
@@ -2043,11 +2069,14 @@
|
|
|
2043
2069
|
"src/core/functionArity.ts": {
|
|
2044
2070
|
"bytesInOutput": 1035
|
|
2045
2071
|
},
|
|
2072
|
+
"src/core/generateSeries.ts": {
|
|
2073
|
+
"bytesInOutput": 8619
|
|
2074
|
+
},
|
|
2046
2075
|
"src/core/statementValidation.ts": {
|
|
2047
|
-
"bytesInOutput":
|
|
2076
|
+
"bytesInOutput": 239
|
|
2048
2077
|
},
|
|
2049
2078
|
"src/core/batch.ts": {
|
|
2050
|
-
"bytesInOutput":
|
|
2079
|
+
"bytesInOutput": 6358
|
|
2051
2080
|
},
|
|
2052
2081
|
"src/lexer/tokens.ts": {
|
|
2053
2082
|
"bytesInOutput": 2310
|
|
@@ -2056,10 +2085,10 @@
|
|
|
2056
2085
|
"bytesInOutput": 5893
|
|
2057
2086
|
},
|
|
2058
2087
|
"src/parser/parser.ts": {
|
|
2059
|
-
"bytesInOutput":
|
|
2088
|
+
"bytesInOutput": 106935
|
|
2060
2089
|
},
|
|
2061
2090
|
"src/core/fieldSemantics.ts": {
|
|
2062
|
-
"bytesInOutput":
|
|
2091
|
+
"bytesInOutput": 1368
|
|
2063
2092
|
},
|
|
2064
2093
|
"src/core/scalarCompare.ts": {
|
|
2065
2094
|
"bytesInOutput": 2804
|
|
@@ -2134,10 +2163,10 @@
|
|
|
2134
2163
|
"bytesInOutput": 339
|
|
2135
2164
|
},
|
|
2136
2165
|
"src/core/optimization/whereCapability.ts": {
|
|
2137
|
-
"bytesInOutput":
|
|
2166
|
+
"bytesInOutput": 9864
|
|
2138
2167
|
},
|
|
2139
2168
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
2140
|
-
"bytesInOutput":
|
|
2169
|
+
"bytesInOutput": 13814
|
|
2141
2170
|
},
|
|
2142
2171
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
2143
2172
|
"bytesInOutput": 246
|
|
@@ -2170,7 +2199,7 @@
|
|
|
2170
2199
|
"bytesInOutput": 1136
|
|
2171
2200
|
},
|
|
2172
2201
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
2173
|
-
"bytesInOutput":
|
|
2202
|
+
"bytesInOutput": 6257
|
|
2174
2203
|
},
|
|
2175
2204
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
2176
2205
|
"bytesInOutput": 4827
|
|
@@ -2221,10 +2250,10 @@
|
|
|
2221
2250
|
"bytesInOutput": 412
|
|
2222
2251
|
},
|
|
2223
2252
|
"src/execute.ts": {
|
|
2224
|
-
"bytesInOutput":
|
|
2253
|
+
"bytesInOutput": 204552
|
|
2225
2254
|
},
|
|
2226
2255
|
"src/engine-library/errors.ts": {
|
|
2227
|
-
"bytesInOutput":
|
|
2256
|
+
"bytesInOutput": 1441
|
|
2228
2257
|
},
|
|
2229
2258
|
"src/api/cursorLeaseManager.ts": {
|
|
2230
2259
|
"bytesInOutput": 1777
|
|
@@ -2233,7 +2262,7 @@
|
|
|
2233
2262
|
"bytesInOutput": 971
|
|
2234
2263
|
},
|
|
2235
2264
|
"src/core/formFieldInfo.ts": {
|
|
2236
|
-
"bytesInOutput":
|
|
2265
|
+
"bytesInOutput": 1428
|
|
2237
2266
|
},
|
|
2238
2267
|
"src/core/processStatus.ts": {
|
|
2239
2268
|
"bytesInOutput": 229
|
|
@@ -2284,7 +2313,7 @@
|
|
|
2284
2313
|
"bytesInOutput": 16
|
|
2285
2314
|
}
|
|
2286
2315
|
},
|
|
2287
|
-
"bytes":
|
|
2316
|
+
"bytes": 608691
|
|
2288
2317
|
}
|
|
2289
2318
|
}
|
|
2290
2319
|
}
|
|
@@ -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": 186547,
|
|
388
409
|
"imports": [
|
|
389
410
|
{
|
|
390
411
|
"path": "src/lexer/tokens.ts",
|
|
@@ -1253,7 +1274,7 @@
|
|
|
1253
1274
|
"format": "esm"
|
|
1254
1275
|
},
|
|
1255
1276
|
"src/execute.ts": {
|
|
1256
|
-
"bytes":
|
|
1277
|
+
"bytes": 511287,
|
|
1257
1278
|
"imports": [
|
|
1258
1279
|
{
|
|
1259
1280
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1365,6 +1386,11 @@
|
|
|
1365
1386
|
"kind": "import-statement",
|
|
1366
1387
|
"original": "./core/statementValidation"
|
|
1367
1388
|
},
|
|
1389
|
+
{
|
|
1390
|
+
"path": "src/core/generateSeries.ts",
|
|
1391
|
+
"kind": "import-statement",
|
|
1392
|
+
"original": "./core/generateSeries"
|
|
1393
|
+
},
|
|
1368
1394
|
{
|
|
1369
1395
|
"path": "src/core/cteInlining.ts",
|
|
1370
1396
|
"kind": "import-statement",
|
|
@@ -1998,13 +2024,13 @@
|
|
|
1998
2024
|
"bytesInOutput": 1277
|
|
1999
2025
|
},
|
|
2000
2026
|
"src/core/dmlGuard.ts": {
|
|
2001
|
-
"bytesInOutput":
|
|
2027
|
+
"bytesInOutput": 3388
|
|
2002
2028
|
},
|
|
2003
2029
|
"src/core/relativeDateFunction.ts": {
|
|
2004
|
-
"bytesInOutput":
|
|
2030
|
+
"bytesInOutput": 451
|
|
2005
2031
|
},
|
|
2006
2032
|
"src/core/applyPatchScope.ts": {
|
|
2007
|
-
"bytesInOutput":
|
|
2033
|
+
"bytesInOutput": 12614
|
|
2008
2034
|
},
|
|
2009
2035
|
"src/engine/pushDownNot.ts": {
|
|
2010
2036
|
"bytesInOutput": 793
|
|
@@ -2057,11 +2083,14 @@
|
|
|
2057
2083
|
"src/core/functionArity.ts": {
|
|
2058
2084
|
"bytesInOutput": 1035
|
|
2059
2085
|
},
|
|
2086
|
+
"src/core/generateSeries.ts": {
|
|
2087
|
+
"bytesInOutput": 8619
|
|
2088
|
+
},
|
|
2060
2089
|
"src/core/statementValidation.ts": {
|
|
2061
|
-
"bytesInOutput":
|
|
2090
|
+
"bytesInOutput": 239
|
|
2062
2091
|
},
|
|
2063
2092
|
"src/core/batch.ts": {
|
|
2064
|
-
"bytesInOutput":
|
|
2093
|
+
"bytesInOutput": 6358
|
|
2065
2094
|
},
|
|
2066
2095
|
"src/lexer/tokens.ts": {
|
|
2067
2096
|
"bytesInOutput": 2310
|
|
@@ -2070,10 +2099,10 @@
|
|
|
2070
2099
|
"bytesInOutput": 5893
|
|
2071
2100
|
},
|
|
2072
2101
|
"src/parser/parser.ts": {
|
|
2073
|
-
"bytesInOutput":
|
|
2102
|
+
"bytesInOutput": 106935
|
|
2074
2103
|
},
|
|
2075
2104
|
"src/core/fieldSemantics.ts": {
|
|
2076
|
-
"bytesInOutput":
|
|
2105
|
+
"bytesInOutput": 1368
|
|
2077
2106
|
},
|
|
2078
2107
|
"src/core/scalarCompare.ts": {
|
|
2079
2108
|
"bytesInOutput": 2804
|
|
@@ -2148,10 +2177,10 @@
|
|
|
2148
2177
|
"bytesInOutput": 339
|
|
2149
2178
|
},
|
|
2150
2179
|
"src/core/optimization/whereCapability.ts": {
|
|
2151
|
-
"bytesInOutput":
|
|
2180
|
+
"bytesInOutput": 9864
|
|
2152
2181
|
},
|
|
2153
2182
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
2154
|
-
"bytesInOutput":
|
|
2183
|
+
"bytesInOutput": 13814
|
|
2155
2184
|
},
|
|
2156
2185
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
2157
2186
|
"bytesInOutput": 246
|
|
@@ -2184,7 +2213,7 @@
|
|
|
2184
2213
|
"bytesInOutput": 1136
|
|
2185
2214
|
},
|
|
2186
2215
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
2187
|
-
"bytesInOutput":
|
|
2216
|
+
"bytesInOutput": 6257
|
|
2188
2217
|
},
|
|
2189
2218
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
2190
2219
|
"bytesInOutput": 4827
|
|
@@ -2235,10 +2264,10 @@
|
|
|
2235
2264
|
"bytesInOutput": 412
|
|
2236
2265
|
},
|
|
2237
2266
|
"src/execute.ts": {
|
|
2238
|
-
"bytesInOutput":
|
|
2267
|
+
"bytesInOutput": 204552
|
|
2239
2268
|
},
|
|
2240
2269
|
"src/engine-library/errors.ts": {
|
|
2241
|
-
"bytesInOutput":
|
|
2270
|
+
"bytesInOutput": 1441
|
|
2242
2271
|
},
|
|
2243
2272
|
"src/api/cursorLeaseManager.ts": {
|
|
2244
2273
|
"bytesInOutput": 1777
|
|
@@ -2247,7 +2276,7 @@
|
|
|
2247
2276
|
"bytesInOutput": 971
|
|
2248
2277
|
},
|
|
2249
2278
|
"src/core/formFieldInfo.ts": {
|
|
2250
|
-
"bytesInOutput":
|
|
2279
|
+
"bytesInOutput": 1428
|
|
2251
2280
|
},
|
|
2252
2281
|
"src/core/processStatus.ts": {
|
|
2253
2282
|
"bytesInOutput": 229
|
|
@@ -2304,7 +2333,7 @@
|
|
|
2304
2333
|
"bytesInOutput": 127
|
|
2305
2334
|
}
|
|
2306
2335
|
},
|
|
2307
|
-
"bytes":
|
|
2336
|
+
"bytes": 609715
|
|
2308
2337
|
}
|
|
2309
2338
|
}
|
|
2310
2339
|
}
|