@rex0220/kintone-sql-tools 3.62.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.
@@ -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": 530480,
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",
@@ -2102,7 +2123,7 @@
2102
2123
  "bytesInOutput": 1277
2103
2124
  },
2104
2125
  "src/core/dmlGuard.ts": {
2105
- "bytesInOutput": 3388
2126
+ "bytesInOutput": 3447
2106
2127
  },
2107
2128
  "src/core/relativeDateFunction.ts": {
2108
2129
  "bytesInOutput": 451
@@ -2138,13 +2159,13 @@
2138
2159
  "bytesInOutput": 3809
2139
2160
  },
2140
2161
  "src/converter/selectToKintone.ts": {
2141
- "bytesInOutput": 10126
2162
+ "bytesInOutput": 10146
2142
2163
  },
2143
2164
  "src/core/cteInlining.ts": {
2144
2165
  "bytesInOutput": 1224
2145
2166
  },
2146
2167
  "src/core/fieldSemantics.ts": {
2147
- "bytesInOutput": 1368
2168
+ "bytesInOutput": 1369
2148
2169
  },
2149
2170
  "src/core/optimization/whereCapability.ts": {
2150
2171
  "bytesInOutput": 9909
@@ -2159,16 +2180,16 @@
2159
2180
  "bytesInOutput": 2706
2160
2181
  },
2161
2182
  "src/core/optimization/wherePredicatePushdown.ts": {
2162
- "bytesInOutput": 2001
2183
+ "bytesInOutput": 2002
2163
2184
  },
2164
2185
  "src/core/optimization/klikePushdownPlan.ts": {
2165
- "bytesInOutput": 1575
2186
+ "bytesInOutput": 1611
2166
2187
  },
2167
2188
  "src/core/optimization/relativeDateFullScanExactPlan.ts": {
2168
2189
  "bytesInOutput": 2474
2169
2190
  },
2170
2191
  "src/core/klikeValidation.ts": {
2171
- "bytesInOutput": 6076
2192
+ "bytesInOutput": 6094
2172
2193
  },
2173
2194
  "src/core/primaryOrganizationDmlValidation.ts": {
2174
2195
  "bytesInOutput": 768
@@ -2177,7 +2198,7 @@
2177
2198
  "bytesInOutput": 1035
2178
2199
  },
2179
2200
  "src/core/generateSeries.ts": {
2180
- "bytesInOutput": 8646
2201
+ "bytesInOutput": 10824
2181
2202
  },
2182
2203
  "src/core/statementValidation.ts": {
2183
2204
  "bytesInOutput": 239
@@ -2186,13 +2207,13 @@
2186
2207
  "bytesInOutput": 6358
2187
2208
  },
2188
2209
  "src/lexer/tokens.ts": {
2189
- "bytesInOutput": 2310
2210
+ "bytesInOutput": 2328
2190
2211
  },
2191
2212
  "src/lexer/lexer.ts": {
2192
2213
  "bytesInOutput": 5893
2193
2214
  },
2194
2215
  "src/parser/parser.ts": {
2195
- "bytesInOutput": 107151
2216
+ "bytesInOutput": 108203
2196
2217
  },
2197
2218
  "src/core/scalarCompare.ts": {
2198
2219
  "bytesInOutput": 2804
@@ -2201,7 +2222,7 @@
2201
2222
  "bytesInOutput": 11516
2202
2223
  },
2203
2224
  "src/engine/evalWhere.ts": {
2204
- "bytesInOutput": 6039
2225
+ "bytesInOutput": 6040
2205
2226
  },
2206
2227
  "src/core/dmlCustomCheck.ts": {
2207
2228
  "bytesInOutput": 1251
@@ -2263,6 +2284,9 @@
2263
2284
  "src/core/optimization/joinKeyPrefilter.ts": {
2264
2285
  "bytesInOutput": 1940
2265
2286
  },
2287
+ "src/core/optimization/crossJoinRowPlan.ts": {
2288
+ "bytesInOutput": 122
2289
+ },
2266
2290
  "src/core/explainMetadata.ts": {
2267
2291
  "bytesInOutput": 626
2268
2292
  },
@@ -2270,7 +2294,7 @@
2270
2294
  "bytesInOutput": 339
2271
2295
  },
2272
2296
  "src/core/optimization/joinPredicatePushdown.ts": {
2273
- "bytesInOutput": 11962
2297
+ "bytesInOutput": 11964
2274
2298
  },
2275
2299
  "src/core/optimization/applyParentSelectionPlan.ts": {
2276
2300
  "bytesInOutput": 246
@@ -2294,7 +2318,7 @@
2294
2318
  "bytesInOutput": 1223
2295
2319
  },
2296
2320
  "src/engine/process.ts": {
2297
- "bytesInOutput": 25823
2321
+ "bytesInOutput": 26210
2298
2322
  },
2299
2323
  "src/converter/subtableAdapter.ts": {
2300
2324
  "bytesInOutput": 643
@@ -2303,7 +2327,7 @@
2303
2327
  "bytesInOutput": 1136
2304
2328
  },
2305
2329
  "src/core/optimization/relativeDatePushdownGuard.ts": {
2306
- "bytesInOutput": 6257
2330
+ "bytesInOutput": 6275
2307
2331
  },
2308
2332
  "src/core/optimization/relativeDatePrefilterPlan.ts": {
2309
2333
  "bytesInOutput": 4827
@@ -2354,7 +2378,7 @@
2354
2378
  "bytesInOutput": 412
2355
2379
  },
2356
2380
  "src/execute.ts": {
2357
- "bytesInOutput": 209406
2381
+ "bytesInOutput": 212564
2358
2382
  },
2359
2383
  "src/engine-library/errors.ts": {
2360
2384
  "bytesInOutput": 1441
@@ -2366,7 +2390,7 @@
2366
2390
  "bytesInOutput": 971
2367
2391
  },
2368
2392
  "src/core/formFieldInfo.ts": {
2369
- "bytesInOutput": 1428
2393
+ "bytesInOutput": 1429
2370
2394
  },
2371
2395
  "src/core/processStatus.ts": {
2372
2396
  "bytesInOutput": 229
@@ -2423,7 +2447,7 @@
2423
2447
  "bytesInOutput": 127
2424
2448
  }
2425
2449
  },
2426
- "bytes": 618706
2450
+ "bytes": 625778
2427
2451
  }
2428
2452
  }
2429
2453
  }