@rex0220/kintone-sql-tools 3.60.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-07T12:45:38.828Z",
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": 107,
7
- "minifiedBytes": 610883,
8
- "gzipBytes": 166208,
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": 107,
27
- "minifiedBytes": 610338,
28
- "gzipBytes": 165913,
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": 109,
47
- "minifiedBytes": 611362,
48
- "gzipBytes": 166260,
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,68 +929,52 @@
866
929
  "imports": [],
867
930
  "format": "esm"
868
931
  },
869
- "src/core/explainMetadata.ts": {
870
- "bytes": 3913,
932
+ "src/core/optimization/joinKeyPrefilter.ts": {
933
+ "bytes": 5318,
871
934
  "imports": [
872
935
  {
873
- "path": "src/core/grouping.ts",
936
+ "path": "src/core/scalarCompare.ts",
874
937
  "kind": "import-statement",
875
- "original": "./grouping"
876
- }
877
- ],
878
- "format": "esm"
879
- },
880
- "src/core/optimization/sharedPlanner.ts": {
881
- "bytes": 1473,
882
- "imports": [
938
+ "original": "../scalarCompare"
939
+ },
883
940
  {
884
- "path": "src/api/fetchAll.ts",
941
+ "path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
885
942
  "kind": "import-statement",
886
- "original": "../../api/fetchAll"
943
+ "original": "./joinDateTimeLiteralPolicy"
944
+ },
945
+ {
946
+ "path": "src/core/optimization/whereCapability.ts",
947
+ "kind": "import-statement",
948
+ "original": "./whereCapability"
887
949
  }
888
950
  ],
889
951
  "format": "esm"
890
952
  },
891
- "src/core/optimization/whereCapability.ts": {
892
- "bytes": 23800,
953
+ "src/core/explainMetadata.ts": {
954
+ "bytes": 4385,
893
955
  "imports": [
894
956
  {
895
- "path": "src/core/relativeDateFunction.ts",
957
+ "path": "src/core/grouping.ts",
896
958
  "kind": "import-statement",
897
- "original": "../relativeDateFunction"
959
+ "original": "./grouping"
898
960
  }
899
961
  ],
900
962
  "format": "esm"
901
963
  },
902
- "src/core/optimization/joinDateTimeLiteralPolicy.ts": {
903
- "bytes": 1256,
904
- "imports": [],
905
- "format": "esm"
906
- },
907
- "src/core/optimization/joinNumberLiteralPolicy.ts": {
908
- "bytes": 982,
964
+ "src/core/optimization/sharedPlanner.ts": {
965
+ "bytes": 1473,
909
966
  "imports": [
910
967
  {
911
- "path": "src/types/ast.ts",
912
- "kind": "import-statement",
913
- "original": "../../types/ast"
914
- },
915
- {
916
- "path": "src/core/exactDecimal.ts",
968
+ "path": "src/api/fetchAll.ts",
917
969
  "kind": "import-statement",
918
- "original": "../exactDecimal"
970
+ "original": "../../api/fetchAll"
919
971
  }
920
972
  ],
921
973
  "format": "esm"
922
974
  },
923
975
  "src/core/optimization/joinPredicatePushdown.ts": {
924
- "bytes": 41295,
976
+ "bytes": 35744,
925
977
  "imports": [
926
- {
927
- "path": "src/types/ast.ts",
928
- "kind": "import-statement",
929
- "original": "../../types/ast"
930
- },
931
978
  {
932
979
  "path": "src/converter/whereToKintone.ts",
933
980
  "kind": "import-statement",
@@ -959,14 +1006,9 @@
959
1006
  "original": "./whereCapability"
960
1007
  },
961
1008
  {
962
- "path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
963
- "kind": "import-statement",
964
- "original": "./joinDateTimeLiteralPolicy"
965
- },
966
- {
967
- "path": "src/core/optimization/joinNumberLiteralPolicy.ts",
1009
+ "path": "src/core/optimization/supportedLeafPolicy.ts",
968
1010
  "kind": "import-statement",
969
- "original": "./joinNumberLiteralPolicy"
1011
+ "original": "./supportedLeafPolicy"
970
1012
  }
971
1013
  ],
972
1014
  "format": "esm"
@@ -1086,7 +1128,7 @@
1086
1128
  "format": "esm"
1087
1129
  },
1088
1130
  "src/core/optimization/relativeDatePushdownGuard.ts": {
1089
- "bytes": 22959,
1131
+ "bytes": 22810,
1090
1132
  "imports": [
1091
1133
  {
1092
1134
  "path": "src/converter/selectToKintone.ts",
@@ -1305,7 +1347,7 @@
1305
1347
  "format": "esm"
1306
1348
  },
1307
1349
  "src/execute.ts": {
1308
- "bytes": 511287,
1350
+ "bytes": 523085,
1309
1351
  "imports": [
1310
1352
  {
1311
1353
  "path": "src/lexer/lexer.ts",
@@ -1422,6 +1464,11 @@
1422
1464
  "kind": "import-statement",
1423
1465
  "original": "./core/generateSeries"
1424
1466
  },
1467
+ {
1468
+ "path": "src/core/optimization/joinKeyPrefilter.ts",
1469
+ "kind": "import-statement",
1470
+ "original": "./core/optimization/joinKeyPrefilter"
1471
+ },
1425
1472
  {
1426
1473
  "path": "src/core/cteInlining.ts",
1427
1474
  "kind": "import-statement",
@@ -2078,11 +2125,26 @@
2078
2125
  "src/core/cteInlining.ts": {
2079
2126
  "bytesInOutput": 1224
2080
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
+ },
2081
2143
  "src/core/optimization/wherePredicatePushdown.ts": {
2082
- "bytesInOutput": 1925
2144
+ "bytesInOutput": 2001
2083
2145
  },
2084
2146
  "src/core/optimization/klikePushdownPlan.ts": {
2085
- "bytesInOutput": 1363
2147
+ "bytesInOutput": 1575
2086
2148
  },
2087
2149
  "src/core/optimization/relativeDateFullScanExactPlan.ts": {
2088
2150
  "bytesInOutput": 2474
@@ -2097,7 +2159,7 @@
2097
2159
  "bytesInOutput": 1035
2098
2160
  },
2099
2161
  "src/core/generateSeries.ts": {
2100
- "bytesInOutput": 8619
2162
+ "bytesInOutput": 8646
2101
2163
  },
2102
2164
  "src/core/statementValidation.ts": {
2103
2165
  "bytesInOutput": 239
@@ -2114,9 +2176,6 @@
2114
2176
  "src/parser/parser.ts": {
2115
2177
  "bytesInOutput": 107151
2116
2178
  },
2117
- "src/core/fieldSemantics.ts": {
2118
- "bytesInOutput": 1368
2119
- },
2120
2179
  "src/core/scalarCompare.ts": {
2121
2180
  "bytesInOutput": 2804
2122
2181
  },
@@ -2183,23 +2242,17 @@
2183
2242
  "src/core/outerJoinSearchAbortGuard.ts": {
2184
2243
  "bytesInOutput": 604
2185
2244
  },
2245
+ "src/core/optimization/joinKeyPrefilter.ts": {
2246
+ "bytesInOutput": 1940
2247
+ },
2186
2248
  "src/core/explainMetadata.ts": {
2187
2249
  "bytesInOutput": 626
2188
2250
  },
2189
2251
  "src/core/optimization/sharedPlanner.ts": {
2190
2252
  "bytesInOutput": 339
2191
2253
  },
2192
- "src/core/optimization/whereCapability.ts": {
2193
- "bytesInOutput": 9909
2194
- },
2195
- "src/core/optimization/joinDateTimeLiteralPolicy.ts": {
2196
- "bytesInOutput": 540
2197
- },
2198
- "src/core/optimization/joinNumberLiteralPolicy.ts": {
2199
- "bytesInOutput": 227
2200
- },
2201
2254
  "src/core/optimization/joinPredicatePushdown.ts": {
2202
- "bytesInOutput": 14433
2255
+ "bytesInOutput": 11962
2203
2256
  },
2204
2257
  "src/core/optimization/applyParentSelectionPlan.ts": {
2205
2258
  "bytesInOutput": 246
@@ -2283,7 +2336,7 @@
2283
2336
  "bytesInOutput": 412
2284
2337
  },
2285
2338
  "src/execute.ts": {
2286
- "bytesInOutput": 204552
2339
+ "bytesInOutput": 209406
2287
2340
  },
2288
2341
  "src/engine-library/errors.ts": {
2289
2342
  "bytesInOutput": 1441
@@ -2343,7 +2396,7 @@
2343
2396
  "bytesInOutput": 1271
2344
2397
  }
2345
2398
  },
2346
- "bytes": 610883
2399
+ "bytes": 618227
2347
2400
  }
2348
2401
  }
2349
2402
  }