@rex0220/kintone-sql-tools 3.62.0 → 3.64.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.
@@ -1,11 +1,11 @@
1
1
  {
2
- "generatedAt": "2026-08-07T16:36:22.276Z",
2
+ "generatedAt": "2026-08-08T09:47:11.777Z",
3
3
  "baseline": "B66 Phase1 initial measured values; no arbitrary size ceiling",
4
4
  "bundles": {
5
5
  "index.cjs": {
6
- "inputCount": 109,
7
- "minifiedBytes": 618227,
8
- "gzipBytes": 168256,
6
+ "inputCount": 110,
7
+ "minifiedBytes": 630484,
8
+ "gzipBytes": 171894,
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": 109,
27
- "minifiedBytes": 617682,
28
- "gzipBytes": 167963,
26
+ "inputCount": 110,
27
+ "minifiedBytes": 629939,
28
+ "gzipBytes": 171613,
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": 111,
47
- "minifiedBytes": 618706,
48
- "gzipBytes": 168305,
46
+ "inputCount": 112,
47
+ "minifiedBytes": 630963,
48
+ "gzipBytes": 171966,
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": 36883,
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": 10043,
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": 30060,
178
+ "bytes": 30101,
179
179
  "imports": [
180
180
  {
181
181
  "path": "../types/ast",
@@ -306,7 +306,7 @@
306
306
  "format": "esm"
307
307
  },
308
308
  "src/core/optimization/klikePushdownPlan.ts": {
309
- "bytes": 5271,
309
+ "bytes": 5330,
310
310
  "imports": [
311
311
  {
312
312
  "path": "src/core/like.ts",
@@ -333,7 +333,7 @@
333
333
  "format": "esm"
334
334
  },
335
335
  "src/core/klikeValidation.ts": {
336
- "bytes": 12296,
336
+ "bytes": 11984,
337
337
  "imports": [
338
338
  {
339
339
  "path": "src/converter/selectToKintone.ts",
@@ -379,7 +379,7 @@
379
379
  "format": "esm"
380
380
  },
381
381
  "src/core/generateSeries.ts": {
382
- "bytes": 13008,
382
+ "bytes": 17015,
383
383
  "imports": [
384
384
  {
385
385
  "path": "src/types/ast.ts",
@@ -457,7 +457,7 @@
457
457
  "format": "esm"
458
458
  },
459
459
  "src/lexer/tokens.ts": {
460
- "bytes": 9458,
460
+ "bytes": 9181,
461
461
  "imports": [],
462
462
  "format": "esm"
463
463
  },
@@ -473,7 +473,7 @@
473
473
  "format": "esm"
474
474
  },
475
475
  "src/parser/parser.ts": {
476
- "bytes": 186857,
476
+ "bytes": 188470,
477
477
  "imports": [
478
478
  {
479
479
  "path": "src/lexer/tokens.ts",
@@ -950,8 +950,19 @@
950
950
  ],
951
951
  "format": "esm"
952
952
  },
953
+ "src/core/optimization/crossJoinRowPlan.ts": {
954
+ "bytes": 624,
955
+ "imports": [
956
+ {
957
+ "path": "src/core/generateSeries.ts",
958
+ "kind": "import-statement",
959
+ "original": "../generateSeries"
960
+ }
961
+ ],
962
+ "format": "esm"
963
+ },
953
964
  "src/core/explainMetadata.ts": {
954
- "bytes": 4385,
965
+ "bytes": 5562,
955
966
  "imports": [
956
967
  {
957
968
  "path": "src/core/grouping.ts",
@@ -1067,8 +1078,13 @@
1067
1078
  "format": "esm"
1068
1079
  },
1069
1080
  "src/engine/process.ts": {
1070
- "bytes": 83010,
1081
+ "bytes": 83607,
1071
1082
  "imports": [
1083
+ {
1084
+ "path": "src/core/optimization/crossJoinRowPlan.ts",
1085
+ "kind": "import-statement",
1086
+ "original": "../core/optimization/crossJoinRowPlan"
1087
+ },
1072
1088
  {
1073
1089
  "path": "src/types/ast.ts",
1074
1090
  "kind": "import-statement",
@@ -1128,7 +1144,7 @@
1128
1144
  "format": "esm"
1129
1145
  },
1130
1146
  "src/core/optimization/relativeDatePushdownGuard.ts": {
1131
- "bytes": 22810,
1147
+ "bytes": 22835,
1132
1148
  "imports": [
1133
1149
  {
1134
1150
  "path": "src/converter/selectToKintone.ts",
@@ -1347,7 +1363,7 @@
1347
1363
  "format": "esm"
1348
1364
  },
1349
1365
  "src/execute.ts": {
1350
- "bytes": 523085,
1366
+ "bytes": 543394,
1351
1367
  "imports": [
1352
1368
  {
1353
1369
  "path": "src/lexer/lexer.ts",
@@ -1469,6 +1485,11 @@
1469
1485
  "kind": "import-statement",
1470
1486
  "original": "./core/optimization/joinKeyPrefilter"
1471
1487
  },
1488
+ {
1489
+ "path": "src/core/optimization/crossJoinRowPlan.ts",
1490
+ "kind": "import-statement",
1491
+ "original": "./core/optimization/crossJoinRowPlan"
1492
+ },
1472
1493
  {
1473
1494
  "path": "src/core/cteInlining.ts",
1474
1495
  "kind": "import-statement",
@@ -2084,7 +2105,7 @@
2084
2105
  "bytesInOutput": 1277
2085
2106
  },
2086
2107
  "src/core/dmlGuard.ts": {
2087
- "bytesInOutput": 3388
2108
+ "bytesInOutput": 3447
2088
2109
  },
2089
2110
  "src/core/relativeDateFunction.ts": {
2090
2111
  "bytesInOutput": 451
@@ -2120,13 +2141,13 @@
2120
2141
  "bytesInOutput": 3809
2121
2142
  },
2122
2143
  "src/converter/selectToKintone.ts": {
2123
- "bytesInOutput": 10126
2144
+ "bytesInOutput": 10146
2124
2145
  },
2125
2146
  "src/core/cteInlining.ts": {
2126
2147
  "bytesInOutput": 1224
2127
2148
  },
2128
2149
  "src/core/fieldSemantics.ts": {
2129
- "bytesInOutput": 1368
2150
+ "bytesInOutput": 1369
2130
2151
  },
2131
2152
  "src/core/optimization/whereCapability.ts": {
2132
2153
  "bytesInOutput": 9909
@@ -2141,16 +2162,16 @@
2141
2162
  "bytesInOutput": 2706
2142
2163
  },
2143
2164
  "src/core/optimization/wherePredicatePushdown.ts": {
2144
- "bytesInOutput": 2001
2165
+ "bytesInOutput": 2002
2145
2166
  },
2146
2167
  "src/core/optimization/klikePushdownPlan.ts": {
2147
- "bytesInOutput": 1575
2168
+ "bytesInOutput": 1611
2148
2169
  },
2149
2170
  "src/core/optimization/relativeDateFullScanExactPlan.ts": {
2150
2171
  "bytesInOutput": 2474
2151
2172
  },
2152
2173
  "src/core/klikeValidation.ts": {
2153
- "bytesInOutput": 6076
2174
+ "bytesInOutput": 6094
2154
2175
  },
2155
2176
  "src/core/primaryOrganizationDmlValidation.ts": {
2156
2177
  "bytesInOutput": 768
@@ -2159,7 +2180,7 @@
2159
2180
  "bytesInOutput": 1035
2160
2181
  },
2161
2182
  "src/core/generateSeries.ts": {
2162
- "bytesInOutput": 8646
2183
+ "bytesInOutput": 10824
2163
2184
  },
2164
2185
  "src/core/statementValidation.ts": {
2165
2186
  "bytesInOutput": 239
@@ -2168,13 +2189,13 @@
2168
2189
  "bytesInOutput": 6358
2169
2190
  },
2170
2191
  "src/lexer/tokens.ts": {
2171
- "bytesInOutput": 2310
2192
+ "bytesInOutput": 2328
2172
2193
  },
2173
2194
  "src/lexer/lexer.ts": {
2174
2195
  "bytesInOutput": 5893
2175
2196
  },
2176
2197
  "src/parser/parser.ts": {
2177
- "bytesInOutput": 107151
2198
+ "bytesInOutput": 108203
2178
2199
  },
2179
2200
  "src/core/scalarCompare.ts": {
2180
2201
  "bytesInOutput": 2804
@@ -2183,7 +2204,7 @@
2183
2204
  "bytesInOutput": 11516
2184
2205
  },
2185
2206
  "src/engine/evalWhere.ts": {
2186
- "bytesInOutput": 6039
2207
+ "bytesInOutput": 6040
2187
2208
  },
2188
2209
  "src/core/dmlCustomCheck.ts": {
2189
2210
  "bytesInOutput": 1251
@@ -2245,6 +2266,9 @@
2245
2266
  "src/core/optimization/joinKeyPrefilter.ts": {
2246
2267
  "bytesInOutput": 1940
2247
2268
  },
2269
+ "src/core/optimization/crossJoinRowPlan.ts": {
2270
+ "bytesInOutput": 122
2271
+ },
2248
2272
  "src/core/explainMetadata.ts": {
2249
2273
  "bytesInOutput": 626
2250
2274
  },
@@ -2252,7 +2276,7 @@
2252
2276
  "bytesInOutput": 339
2253
2277
  },
2254
2278
  "src/core/optimization/joinPredicatePushdown.ts": {
2255
- "bytesInOutput": 11962
2279
+ "bytesInOutput": 11964
2256
2280
  },
2257
2281
  "src/core/optimization/applyParentSelectionPlan.ts": {
2258
2282
  "bytesInOutput": 246
@@ -2276,7 +2300,7 @@
2276
2300
  "bytesInOutput": 1223
2277
2301
  },
2278
2302
  "src/engine/process.ts": {
2279
- "bytesInOutput": 25823
2303
+ "bytesInOutput": 26210
2280
2304
  },
2281
2305
  "src/converter/subtableAdapter.ts": {
2282
2306
  "bytesInOutput": 643
@@ -2285,7 +2309,7 @@
2285
2309
  "bytesInOutput": 1136
2286
2310
  },
2287
2311
  "src/core/optimization/relativeDatePushdownGuard.ts": {
2288
- "bytesInOutput": 6257
2312
+ "bytesInOutput": 6275
2289
2313
  },
2290
2314
  "src/core/optimization/relativeDatePrefilterPlan.ts": {
2291
2315
  "bytesInOutput": 4827
@@ -2336,7 +2360,7 @@
2336
2360
  "bytesInOutput": 412
2337
2361
  },
2338
2362
  "src/execute.ts": {
2339
- "bytesInOutput": 209406
2363
+ "bytesInOutput": 217749
2340
2364
  },
2341
2365
  "src/engine-library/errors.ts": {
2342
2366
  "bytesInOutput": 1441
@@ -2348,7 +2372,7 @@
2348
2372
  "bytesInOutput": 971
2349
2373
  },
2350
2374
  "src/core/formFieldInfo.ts": {
2351
- "bytesInOutput": 1428
2375
+ "bytesInOutput": 1429
2352
2376
  },
2353
2377
  "src/core/processStatus.ts": {
2354
2378
  "bytesInOutput": 229
@@ -2396,7 +2420,7 @@
2396
2420
  "bytesInOutput": 1271
2397
2421
  }
2398
2422
  },
2399
- "bytes": 618227
2423
+ "bytes": 630484
2400
2424
  }
2401
2425
  }
2402
2426
  }
@@ -11,7 +11,7 @@
11
11
  "format": "esm"
12
12
  },
13
13
  "src/types/ast.ts": {
14
- "bytes": 36883,
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": 10043,
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": 30060,
178
+ "bytes": 30101,
179
179
  "imports": [
180
180
  {
181
181
  "path": "../types/ast",
@@ -306,7 +306,7 @@
306
306
  "format": "esm"
307
307
  },
308
308
  "src/core/optimization/klikePushdownPlan.ts": {
309
- "bytes": 5271,
309
+ "bytes": 5330,
310
310
  "imports": [
311
311
  {
312
312
  "path": "src/core/like.ts",
@@ -333,7 +333,7 @@
333
333
  "format": "esm"
334
334
  },
335
335
  "src/core/klikeValidation.ts": {
336
- "bytes": 12296,
336
+ "bytes": 11984,
337
337
  "imports": [
338
338
  {
339
339
  "path": "src/converter/selectToKintone.ts",
@@ -379,7 +379,7 @@
379
379
  "format": "esm"
380
380
  },
381
381
  "src/core/generateSeries.ts": {
382
- "bytes": 13008,
382
+ "bytes": 17015,
383
383
  "imports": [
384
384
  {
385
385
  "path": "src/types/ast.ts",
@@ -457,7 +457,7 @@
457
457
  "format": "esm"
458
458
  },
459
459
  "src/lexer/tokens.ts": {
460
- "bytes": 9458,
460
+ "bytes": 9181,
461
461
  "imports": [],
462
462
  "format": "esm"
463
463
  },
@@ -473,7 +473,7 @@
473
473
  "format": "esm"
474
474
  },
475
475
  "src/parser/parser.ts": {
476
- "bytes": 186857,
476
+ "bytes": 188470,
477
477
  "imports": [
478
478
  {
479
479
  "path": "src/lexer/tokens.ts",
@@ -950,8 +950,19 @@
950
950
  ],
951
951
  "format": "esm"
952
952
  },
953
+ "src/core/optimization/crossJoinRowPlan.ts": {
954
+ "bytes": 624,
955
+ "imports": [
956
+ {
957
+ "path": "src/core/generateSeries.ts",
958
+ "kind": "import-statement",
959
+ "original": "../generateSeries"
960
+ }
961
+ ],
962
+ "format": "esm"
963
+ },
953
964
  "src/core/explainMetadata.ts": {
954
- "bytes": 4385,
965
+ "bytes": 5562,
955
966
  "imports": [
956
967
  {
957
968
  "path": "src/core/grouping.ts",
@@ -1067,8 +1078,13 @@
1067
1078
  "format": "esm"
1068
1079
  },
1069
1080
  "src/engine/process.ts": {
1070
- "bytes": 83010,
1081
+ "bytes": 83607,
1071
1082
  "imports": [
1083
+ {
1084
+ "path": "src/core/optimization/crossJoinRowPlan.ts",
1085
+ "kind": "import-statement",
1086
+ "original": "../core/optimization/crossJoinRowPlan"
1087
+ },
1072
1088
  {
1073
1089
  "path": "src/types/ast.ts",
1074
1090
  "kind": "import-statement",
@@ -1128,7 +1144,7 @@
1128
1144
  "format": "esm"
1129
1145
  },
1130
1146
  "src/core/optimization/relativeDatePushdownGuard.ts": {
1131
- "bytes": 22810,
1147
+ "bytes": 22835,
1132
1148
  "imports": [
1133
1149
  {
1134
1150
  "path": "src/converter/selectToKintone.ts",
@@ -1347,7 +1363,7 @@
1347
1363
  "format": "esm"
1348
1364
  },
1349
1365
  "src/execute.ts": {
1350
- "bytes": 523085,
1366
+ "bytes": 543394,
1351
1367
  "imports": [
1352
1368
  {
1353
1369
  "path": "src/lexer/lexer.ts",
@@ -1469,6 +1485,11 @@
1469
1485
  "kind": "import-statement",
1470
1486
  "original": "./core/optimization/joinKeyPrefilter"
1471
1487
  },
1488
+ {
1489
+ "path": "src/core/optimization/crossJoinRowPlan.ts",
1490
+ "kind": "import-statement",
1491
+ "original": "./core/optimization/crossJoinRowPlan"
1492
+ },
1472
1493
  {
1473
1494
  "path": "src/core/cteInlining.ts",
1474
1495
  "kind": "import-statement",
@@ -2088,7 +2109,7 @@
2088
2109
  "bytesInOutput": 1277
2089
2110
  },
2090
2111
  "src/core/dmlGuard.ts": {
2091
- "bytesInOutput": 3388
2112
+ "bytesInOutput": 3447
2092
2113
  },
2093
2114
  "src/core/relativeDateFunction.ts": {
2094
2115
  "bytesInOutput": 451
@@ -2124,13 +2145,13 @@
2124
2145
  "bytesInOutput": 3809
2125
2146
  },
2126
2147
  "src/converter/selectToKintone.ts": {
2127
- "bytesInOutput": 10126
2148
+ "bytesInOutput": 10146
2128
2149
  },
2129
2150
  "src/core/cteInlining.ts": {
2130
2151
  "bytesInOutput": 1224
2131
2152
  },
2132
2153
  "src/core/fieldSemantics.ts": {
2133
- "bytesInOutput": 1368
2154
+ "bytesInOutput": 1369
2134
2155
  },
2135
2156
  "src/core/optimization/whereCapability.ts": {
2136
2157
  "bytesInOutput": 9909
@@ -2145,16 +2166,16 @@
2145
2166
  "bytesInOutput": 2706
2146
2167
  },
2147
2168
  "src/core/optimization/wherePredicatePushdown.ts": {
2148
- "bytesInOutput": 2001
2169
+ "bytesInOutput": 2002
2149
2170
  },
2150
2171
  "src/core/optimization/klikePushdownPlan.ts": {
2151
- "bytesInOutput": 1575
2172
+ "bytesInOutput": 1611
2152
2173
  },
2153
2174
  "src/core/optimization/relativeDateFullScanExactPlan.ts": {
2154
2175
  "bytesInOutput": 2474
2155
2176
  },
2156
2177
  "src/core/klikeValidation.ts": {
2157
- "bytesInOutput": 6076
2178
+ "bytesInOutput": 6094
2158
2179
  },
2159
2180
  "src/core/primaryOrganizationDmlValidation.ts": {
2160
2181
  "bytesInOutput": 768
@@ -2163,7 +2184,7 @@
2163
2184
  "bytesInOutput": 1035
2164
2185
  },
2165
2186
  "src/core/generateSeries.ts": {
2166
- "bytesInOutput": 8646
2187
+ "bytesInOutput": 10824
2167
2188
  },
2168
2189
  "src/core/statementValidation.ts": {
2169
2190
  "bytesInOutput": 239
@@ -2172,13 +2193,13 @@
2172
2193
  "bytesInOutput": 6358
2173
2194
  },
2174
2195
  "src/lexer/tokens.ts": {
2175
- "bytesInOutput": 2310
2196
+ "bytesInOutput": 2328
2176
2197
  },
2177
2198
  "src/lexer/lexer.ts": {
2178
2199
  "bytesInOutput": 5893
2179
2200
  },
2180
2201
  "src/parser/parser.ts": {
2181
- "bytesInOutput": 107151
2202
+ "bytesInOutput": 108203
2182
2203
  },
2183
2204
  "src/core/scalarCompare.ts": {
2184
2205
  "bytesInOutput": 2804
@@ -2187,7 +2208,7 @@
2187
2208
  "bytesInOutput": 11516
2188
2209
  },
2189
2210
  "src/engine/evalWhere.ts": {
2190
- "bytesInOutput": 6039
2211
+ "bytesInOutput": 6040
2191
2212
  },
2192
2213
  "src/core/dmlCustomCheck.ts": {
2193
2214
  "bytesInOutput": 1251
@@ -2249,6 +2270,9 @@
2249
2270
  "src/core/optimization/joinKeyPrefilter.ts": {
2250
2271
  "bytesInOutput": 1940
2251
2272
  },
2273
+ "src/core/optimization/crossJoinRowPlan.ts": {
2274
+ "bytesInOutput": 122
2275
+ },
2252
2276
  "src/core/explainMetadata.ts": {
2253
2277
  "bytesInOutput": 626
2254
2278
  },
@@ -2256,7 +2280,7 @@
2256
2280
  "bytesInOutput": 339
2257
2281
  },
2258
2282
  "src/core/optimization/joinPredicatePushdown.ts": {
2259
- "bytesInOutput": 11962
2283
+ "bytesInOutput": 11964
2260
2284
  },
2261
2285
  "src/core/optimization/applyParentSelectionPlan.ts": {
2262
2286
  "bytesInOutput": 246
@@ -2280,7 +2304,7 @@
2280
2304
  "bytesInOutput": 1223
2281
2305
  },
2282
2306
  "src/engine/process.ts": {
2283
- "bytesInOutput": 25823
2307
+ "bytesInOutput": 26210
2284
2308
  },
2285
2309
  "src/converter/subtableAdapter.ts": {
2286
2310
  "bytesInOutput": 643
@@ -2289,7 +2313,7 @@
2289
2313
  "bytesInOutput": 1136
2290
2314
  },
2291
2315
  "src/core/optimization/relativeDatePushdownGuard.ts": {
2292
- "bytesInOutput": 6257
2316
+ "bytesInOutput": 6275
2293
2317
  },
2294
2318
  "src/core/optimization/relativeDatePrefilterPlan.ts": {
2295
2319
  "bytesInOutput": 4827
@@ -2340,7 +2364,7 @@
2340
2364
  "bytesInOutput": 412
2341
2365
  },
2342
2366
  "src/execute.ts": {
2343
- "bytesInOutput": 209406
2367
+ "bytesInOutput": 217749
2344
2368
  },
2345
2369
  "src/engine-library/errors.ts": {
2346
2370
  "bytesInOutput": 1441
@@ -2352,7 +2376,7 @@
2352
2376
  "bytesInOutput": 971
2353
2377
  },
2354
2378
  "src/core/formFieldInfo.ts": {
2355
- "bytesInOutput": 1428
2379
+ "bytesInOutput": 1429
2356
2380
  },
2357
2381
  "src/core/processStatus.ts": {
2358
2382
  "bytesInOutput": 229
@@ -2403,7 +2427,7 @@
2403
2427
  "bytesInOutput": 16
2404
2428
  }
2405
2429
  },
2406
- "bytes": 617682
2430
+ "bytes": 629939
2407
2431
  }
2408
2432
  }
2409
2433
  }