@rex0220/kintone-sql-tools 3.61.0 → 3.62.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-07T14:48:47.210Z",
2
+ "generatedAt": "2026-08-07T16:36:22.276Z",
3
3
  "baseline": "B66 Phase1 initial measured values; no arbitrary size ceiling",
4
4
  "bundles": {
5
5
  "index.cjs": {
6
- "inputCount": 108,
7
- "minifiedBytes": 616643,
8
- "gzipBytes": 167969,
6
+ "inputCount": 109,
7
+ "minifiedBytes": 618227,
8
+ "gzipBytes": 168256,
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": 108,
27
- "minifiedBytes": 616098,
28
- "gzipBytes": 167697,
26
+ "inputCount": 109,
27
+ "minifiedBytes": 617682,
28
+ "gzipBytes": 167963,
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": 110,
47
- "minifiedBytes": 617122,
48
- "gzipBytes": 168028,
46
+ "inputCount": 111,
47
+ "minifiedBytes": 618706,
48
+ "gzipBytes": 168305,
49
49
  "forbidden": {
50
50
  "mcp-instructions": [],
51
51
  "src-mcp": [],
@@ -226,19 +226,87 @@
226
226
  ],
227
227
  "format": "esm"
228
228
  },
229
+ "src/core/fieldSemantics.ts": {
230
+ "bytes": 3603,
231
+ "imports": [],
232
+ "format": "esm"
233
+ },
234
+ "src/core/optimization/whereCapability.ts": {
235
+ "bytes": 23800,
236
+ "imports": [
237
+ {
238
+ "path": "src/core/relativeDateFunction.ts",
239
+ "kind": "import-statement",
240
+ "original": "../relativeDateFunction"
241
+ }
242
+ ],
243
+ "format": "esm"
244
+ },
245
+ "src/core/optimization/joinDateTimeLiteralPolicy.ts": {
246
+ "bytes": 1256,
247
+ "imports": [],
248
+ "format": "esm"
249
+ },
250
+ "src/core/optimization/joinNumberLiteralPolicy.ts": {
251
+ "bytes": 982,
252
+ "imports": [
253
+ {
254
+ "path": "src/types/ast.ts",
255
+ "kind": "import-statement",
256
+ "original": "../../types/ast"
257
+ },
258
+ {
259
+ "path": "src/core/exactDecimal.ts",
260
+ "kind": "import-statement",
261
+ "original": "../exactDecimal"
262
+ }
263
+ ],
264
+ "format": "esm"
265
+ },
266
+ "src/core/optimization/supportedLeafPolicy.ts": {
267
+ "bytes": 6430,
268
+ "imports": [
269
+ {
270
+ "path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
271
+ "kind": "import-statement",
272
+ "original": "./joinDateTimeLiteralPolicy"
273
+ },
274
+ {
275
+ "path": "src/core/optimization/joinNumberLiteralPolicy.ts",
276
+ "kind": "import-statement",
277
+ "original": "./joinNumberLiteralPolicy"
278
+ }
279
+ ],
280
+ "format": "esm"
281
+ },
229
282
  "src/core/optimization/wherePredicatePushdown.ts": {
230
- "bytes": 7253,
283
+ "bytes": 8154,
231
284
  "imports": [
232
285
  {
233
286
  "path": "src/types/ast.ts",
234
287
  "kind": "import-statement",
235
288
  "original": "../../types/ast"
289
+ },
290
+ {
291
+ "path": "src/core/fieldSemantics.ts",
292
+ "kind": "import-statement",
293
+ "original": "../fieldSemantics"
294
+ },
295
+ {
296
+ "path": "src/core/optimization/whereCapability.ts",
297
+ "kind": "import-statement",
298
+ "original": "./whereCapability"
299
+ },
300
+ {
301
+ "path": "src/core/optimization/supportedLeafPolicy.ts",
302
+ "kind": "import-statement",
303
+ "original": "./supportedLeafPolicy"
236
304
  }
237
305
  ],
238
306
  "format": "esm"
239
307
  },
240
308
  "src/core/optimization/klikePushdownPlan.ts": {
241
- "bytes": 4727,
309
+ "bytes": 5271,
242
310
  "imports": [
243
311
  {
244
312
  "path": "src/core/like.ts",
@@ -440,11 +508,6 @@
440
508
  ],
441
509
  "format": "esm"
442
510
  },
443
- "src/core/fieldSemantics.ts": {
444
- "bytes": 3603,
445
- "imports": [],
446
- "format": "esm"
447
- },
448
511
  "src/core/scalarCompare.ts": {
449
512
  "bytes": 7234,
450
513
  "imports": [
@@ -866,22 +929,6 @@
866
929
  "imports": [],
867
930
  "format": "esm"
868
931
  },
869
- "src/core/optimization/joinDateTimeLiteralPolicy.ts": {
870
- "bytes": 1256,
871
- "imports": [],
872
- "format": "esm"
873
- },
874
- "src/core/optimization/whereCapability.ts": {
875
- "bytes": 23800,
876
- "imports": [
877
- {
878
- "path": "src/core/relativeDateFunction.ts",
879
- "kind": "import-statement",
880
- "original": "../relativeDateFunction"
881
- }
882
- ],
883
- "format": "esm"
884
- },
885
932
  "src/core/optimization/joinKeyPrefilter.ts": {
886
933
  "bytes": 5318,
887
934
  "imports": [
@@ -925,30 +972,9 @@
925
972
  ],
926
973
  "format": "esm"
927
974
  },
928
- "src/core/optimization/joinNumberLiteralPolicy.ts": {
929
- "bytes": 982,
930
- "imports": [
931
- {
932
- "path": "src/types/ast.ts",
933
- "kind": "import-statement",
934
- "original": "../../types/ast"
935
- },
936
- {
937
- "path": "src/core/exactDecimal.ts",
938
- "kind": "import-statement",
939
- "original": "../exactDecimal"
940
- }
941
- ],
942
- "format": "esm"
943
- },
944
975
  "src/core/optimization/joinPredicatePushdown.ts": {
945
- "bytes": 41295,
976
+ "bytes": 35744,
946
977
  "imports": [
947
- {
948
- "path": "src/types/ast.ts",
949
- "kind": "import-statement",
950
- "original": "../../types/ast"
951
- },
952
978
  {
953
979
  "path": "src/converter/whereToKintone.ts",
954
980
  "kind": "import-statement",
@@ -980,14 +1006,9 @@
980
1006
  "original": "./whereCapability"
981
1007
  },
982
1008
  {
983
- "path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
1009
+ "path": "src/core/optimization/supportedLeafPolicy.ts",
984
1010
  "kind": "import-statement",
985
- "original": "./joinDateTimeLiteralPolicy"
986
- },
987
- {
988
- "path": "src/core/optimization/joinNumberLiteralPolicy.ts",
989
- "kind": "import-statement",
990
- "original": "./joinNumberLiteralPolicy"
1011
+ "original": "./supportedLeafPolicy"
991
1012
  }
992
1013
  ],
993
1014
  "format": "esm"
@@ -1107,7 +1128,7 @@
1107
1128
  "format": "esm"
1108
1129
  },
1109
1130
  "src/core/optimization/relativeDatePushdownGuard.ts": {
1110
- "bytes": 22959,
1131
+ "bytes": 22810,
1111
1132
  "imports": [
1112
1133
  {
1113
1134
  "path": "src/converter/selectToKintone.ts",
@@ -1326,7 +1347,7 @@
1326
1347
  "format": "esm"
1327
1348
  },
1328
1349
  "src/execute.ts": {
1329
- "bytes": 520756,
1350
+ "bytes": 523085,
1330
1351
  "imports": [
1331
1352
  {
1332
1353
  "path": "src/lexer/lexer.ts",
@@ -2104,11 +2125,26 @@
2104
2125
  "src/core/cteInlining.ts": {
2105
2126
  "bytesInOutput": 1224
2106
2127
  },
2128
+ "src/core/fieldSemantics.ts": {
2129
+ "bytesInOutput": 1368
2130
+ },
2131
+ "src/core/optimization/whereCapability.ts": {
2132
+ "bytesInOutput": 9909
2133
+ },
2134
+ "src/core/optimization/joinDateTimeLiteralPolicy.ts": {
2135
+ "bytesInOutput": 540
2136
+ },
2137
+ "src/core/optimization/joinNumberLiteralPolicy.ts": {
2138
+ "bytesInOutput": 227
2139
+ },
2140
+ "src/core/optimization/supportedLeafPolicy.ts": {
2141
+ "bytesInOutput": 2706
2142
+ },
2107
2143
  "src/core/optimization/wherePredicatePushdown.ts": {
2108
- "bytesInOutput": 1925
2144
+ "bytesInOutput": 2001
2109
2145
  },
2110
2146
  "src/core/optimization/klikePushdownPlan.ts": {
2111
- "bytesInOutput": 1363
2147
+ "bytesInOutput": 1575
2112
2148
  },
2113
2149
  "src/core/optimization/relativeDateFullScanExactPlan.ts": {
2114
2150
  "bytesInOutput": 2474
@@ -2140,9 +2176,6 @@
2140
2176
  "src/parser/parser.ts": {
2141
2177
  "bytesInOutput": 107151
2142
2178
  },
2143
- "src/core/fieldSemantics.ts": {
2144
- "bytesInOutput": 1368
2145
- },
2146
2179
  "src/core/scalarCompare.ts": {
2147
2180
  "bytesInOutput": 2804
2148
2181
  },
@@ -2209,12 +2242,6 @@
2209
2242
  "src/core/outerJoinSearchAbortGuard.ts": {
2210
2243
  "bytesInOutput": 604
2211
2244
  },
2212
- "src/core/optimization/joinDateTimeLiteralPolicy.ts": {
2213
- "bytesInOutput": 540
2214
- },
2215
- "src/core/optimization/whereCapability.ts": {
2216
- "bytesInOutput": 9909
2217
- },
2218
2245
  "src/core/optimization/joinKeyPrefilter.ts": {
2219
2246
  "bytesInOutput": 1940
2220
2247
  },
@@ -2224,11 +2251,8 @@
2224
2251
  "src/core/optimization/sharedPlanner.ts": {
2225
2252
  "bytesInOutput": 339
2226
2253
  },
2227
- "src/core/optimization/joinNumberLiteralPolicy.ts": {
2228
- "bytesInOutput": 227
2229
- },
2230
2254
  "src/core/optimization/joinPredicatePushdown.ts": {
2231
- "bytesInOutput": 14433
2255
+ "bytesInOutput": 11962
2232
2256
  },
2233
2257
  "src/core/optimization/applyParentSelectionPlan.ts": {
2234
2258
  "bytesInOutput": 246
@@ -2312,7 +2336,7 @@
2312
2336
  "bytesInOutput": 412
2313
2337
  },
2314
2338
  "src/execute.ts": {
2315
- "bytesInOutput": 208345
2339
+ "bytesInOutput": 209406
2316
2340
  },
2317
2341
  "src/engine-library/errors.ts": {
2318
2342
  "bytesInOutput": 1441
@@ -2372,7 +2396,7 @@
2372
2396
  "bytesInOutput": 1271
2373
2397
  }
2374
2398
  },
2375
- "bytes": 616643
2399
+ "bytes": 618227
2376
2400
  }
2377
2401
  }
2378
2402
  }
@@ -226,19 +226,87 @@
226
226
  ],
227
227
  "format": "esm"
228
228
  },
229
+ "src/core/fieldSemantics.ts": {
230
+ "bytes": 3603,
231
+ "imports": [],
232
+ "format": "esm"
233
+ },
234
+ "src/core/optimization/whereCapability.ts": {
235
+ "bytes": 23800,
236
+ "imports": [
237
+ {
238
+ "path": "src/core/relativeDateFunction.ts",
239
+ "kind": "import-statement",
240
+ "original": "../relativeDateFunction"
241
+ }
242
+ ],
243
+ "format": "esm"
244
+ },
245
+ "src/core/optimization/joinDateTimeLiteralPolicy.ts": {
246
+ "bytes": 1256,
247
+ "imports": [],
248
+ "format": "esm"
249
+ },
250
+ "src/core/optimization/joinNumberLiteralPolicy.ts": {
251
+ "bytes": 982,
252
+ "imports": [
253
+ {
254
+ "path": "src/types/ast.ts",
255
+ "kind": "import-statement",
256
+ "original": "../../types/ast"
257
+ },
258
+ {
259
+ "path": "src/core/exactDecimal.ts",
260
+ "kind": "import-statement",
261
+ "original": "../exactDecimal"
262
+ }
263
+ ],
264
+ "format": "esm"
265
+ },
266
+ "src/core/optimization/supportedLeafPolicy.ts": {
267
+ "bytes": 6430,
268
+ "imports": [
269
+ {
270
+ "path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
271
+ "kind": "import-statement",
272
+ "original": "./joinDateTimeLiteralPolicy"
273
+ },
274
+ {
275
+ "path": "src/core/optimization/joinNumberLiteralPolicy.ts",
276
+ "kind": "import-statement",
277
+ "original": "./joinNumberLiteralPolicy"
278
+ }
279
+ ],
280
+ "format": "esm"
281
+ },
229
282
  "src/core/optimization/wherePredicatePushdown.ts": {
230
- "bytes": 7253,
283
+ "bytes": 8154,
231
284
  "imports": [
232
285
  {
233
286
  "path": "src/types/ast.ts",
234
287
  "kind": "import-statement",
235
288
  "original": "../../types/ast"
289
+ },
290
+ {
291
+ "path": "src/core/fieldSemantics.ts",
292
+ "kind": "import-statement",
293
+ "original": "../fieldSemantics"
294
+ },
295
+ {
296
+ "path": "src/core/optimization/whereCapability.ts",
297
+ "kind": "import-statement",
298
+ "original": "./whereCapability"
299
+ },
300
+ {
301
+ "path": "src/core/optimization/supportedLeafPolicy.ts",
302
+ "kind": "import-statement",
303
+ "original": "./supportedLeafPolicy"
236
304
  }
237
305
  ],
238
306
  "format": "esm"
239
307
  },
240
308
  "src/core/optimization/klikePushdownPlan.ts": {
241
- "bytes": 4727,
309
+ "bytes": 5271,
242
310
  "imports": [
243
311
  {
244
312
  "path": "src/core/like.ts",
@@ -440,11 +508,6 @@
440
508
  ],
441
509
  "format": "esm"
442
510
  },
443
- "src/core/fieldSemantics.ts": {
444
- "bytes": 3603,
445
- "imports": [],
446
- "format": "esm"
447
- },
448
511
  "src/core/scalarCompare.ts": {
449
512
  "bytes": 7234,
450
513
  "imports": [
@@ -866,22 +929,6 @@
866
929
  "imports": [],
867
930
  "format": "esm"
868
931
  },
869
- "src/core/optimization/joinDateTimeLiteralPolicy.ts": {
870
- "bytes": 1256,
871
- "imports": [],
872
- "format": "esm"
873
- },
874
- "src/core/optimization/whereCapability.ts": {
875
- "bytes": 23800,
876
- "imports": [
877
- {
878
- "path": "src/core/relativeDateFunction.ts",
879
- "kind": "import-statement",
880
- "original": "../relativeDateFunction"
881
- }
882
- ],
883
- "format": "esm"
884
- },
885
932
  "src/core/optimization/joinKeyPrefilter.ts": {
886
933
  "bytes": 5318,
887
934
  "imports": [
@@ -925,30 +972,9 @@
925
972
  ],
926
973
  "format": "esm"
927
974
  },
928
- "src/core/optimization/joinNumberLiteralPolicy.ts": {
929
- "bytes": 982,
930
- "imports": [
931
- {
932
- "path": "src/types/ast.ts",
933
- "kind": "import-statement",
934
- "original": "../../types/ast"
935
- },
936
- {
937
- "path": "src/core/exactDecimal.ts",
938
- "kind": "import-statement",
939
- "original": "../exactDecimal"
940
- }
941
- ],
942
- "format": "esm"
943
- },
944
975
  "src/core/optimization/joinPredicatePushdown.ts": {
945
- "bytes": 41295,
976
+ "bytes": 35744,
946
977
  "imports": [
947
- {
948
- "path": "src/types/ast.ts",
949
- "kind": "import-statement",
950
- "original": "../../types/ast"
951
- },
952
978
  {
953
979
  "path": "src/converter/whereToKintone.ts",
954
980
  "kind": "import-statement",
@@ -980,14 +1006,9 @@
980
1006
  "original": "./whereCapability"
981
1007
  },
982
1008
  {
983
- "path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
1009
+ "path": "src/core/optimization/supportedLeafPolicy.ts",
984
1010
  "kind": "import-statement",
985
- "original": "./joinDateTimeLiteralPolicy"
986
- },
987
- {
988
- "path": "src/core/optimization/joinNumberLiteralPolicy.ts",
989
- "kind": "import-statement",
990
- "original": "./joinNumberLiteralPolicy"
1011
+ "original": "./supportedLeafPolicy"
991
1012
  }
992
1013
  ],
993
1014
  "format": "esm"
@@ -1107,7 +1128,7 @@
1107
1128
  "format": "esm"
1108
1129
  },
1109
1130
  "src/core/optimization/relativeDatePushdownGuard.ts": {
1110
- "bytes": 22959,
1131
+ "bytes": 22810,
1111
1132
  "imports": [
1112
1133
  {
1113
1134
  "path": "src/converter/selectToKintone.ts",
@@ -1326,7 +1347,7 @@
1326
1347
  "format": "esm"
1327
1348
  },
1328
1349
  "src/execute.ts": {
1329
- "bytes": 520756,
1350
+ "bytes": 523085,
1330
1351
  "imports": [
1331
1352
  {
1332
1353
  "path": "src/lexer/lexer.ts",
@@ -2108,11 +2129,26 @@
2108
2129
  "src/core/cteInlining.ts": {
2109
2130
  "bytesInOutput": 1224
2110
2131
  },
2132
+ "src/core/fieldSemantics.ts": {
2133
+ "bytesInOutput": 1368
2134
+ },
2135
+ "src/core/optimization/whereCapability.ts": {
2136
+ "bytesInOutput": 9909
2137
+ },
2138
+ "src/core/optimization/joinDateTimeLiteralPolicy.ts": {
2139
+ "bytesInOutput": 540
2140
+ },
2141
+ "src/core/optimization/joinNumberLiteralPolicy.ts": {
2142
+ "bytesInOutput": 227
2143
+ },
2144
+ "src/core/optimization/supportedLeafPolicy.ts": {
2145
+ "bytesInOutput": 2706
2146
+ },
2111
2147
  "src/core/optimization/wherePredicatePushdown.ts": {
2112
- "bytesInOutput": 1925
2148
+ "bytesInOutput": 2001
2113
2149
  },
2114
2150
  "src/core/optimization/klikePushdownPlan.ts": {
2115
- "bytesInOutput": 1363
2151
+ "bytesInOutput": 1575
2116
2152
  },
2117
2153
  "src/core/optimization/relativeDateFullScanExactPlan.ts": {
2118
2154
  "bytesInOutput": 2474
@@ -2144,9 +2180,6 @@
2144
2180
  "src/parser/parser.ts": {
2145
2181
  "bytesInOutput": 107151
2146
2182
  },
2147
- "src/core/fieldSemantics.ts": {
2148
- "bytesInOutput": 1368
2149
- },
2150
2183
  "src/core/scalarCompare.ts": {
2151
2184
  "bytesInOutput": 2804
2152
2185
  },
@@ -2213,12 +2246,6 @@
2213
2246
  "src/core/outerJoinSearchAbortGuard.ts": {
2214
2247
  "bytesInOutput": 604
2215
2248
  },
2216
- "src/core/optimization/joinDateTimeLiteralPolicy.ts": {
2217
- "bytesInOutput": 540
2218
- },
2219
- "src/core/optimization/whereCapability.ts": {
2220
- "bytesInOutput": 9909
2221
- },
2222
2249
  "src/core/optimization/joinKeyPrefilter.ts": {
2223
2250
  "bytesInOutput": 1940
2224
2251
  },
@@ -2228,11 +2255,8 @@
2228
2255
  "src/core/optimization/sharedPlanner.ts": {
2229
2256
  "bytesInOutput": 339
2230
2257
  },
2231
- "src/core/optimization/joinNumberLiteralPolicy.ts": {
2232
- "bytesInOutput": 227
2233
- },
2234
2258
  "src/core/optimization/joinPredicatePushdown.ts": {
2235
- "bytesInOutput": 14433
2259
+ "bytesInOutput": 11962
2236
2260
  },
2237
2261
  "src/core/optimization/applyParentSelectionPlan.ts": {
2238
2262
  "bytesInOutput": 246
@@ -2316,7 +2340,7 @@
2316
2340
  "bytesInOutput": 412
2317
2341
  },
2318
2342
  "src/execute.ts": {
2319
- "bytesInOutput": 208345
2343
+ "bytesInOutput": 209406
2320
2344
  },
2321
2345
  "src/engine-library/errors.ts": {
2322
2346
  "bytesInOutput": 1441
@@ -2379,7 +2403,7 @@
2379
2403
  "bytesInOutput": 16
2380
2404
  }
2381
2405
  },
2382
- "bytes": 616098
2406
+ "bytes": 617682
2383
2407
  }
2384
2408
  }
2385
2409
  }