@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.
- package/dist-cli/ksql.js +2046 -1995
- package/dist-engine/index.cjs +12 -12
- package/dist-engine/index.mjs +12 -12
- package/dist-engine/ksql-engine.umd.js +12 -12
- package/dist-engine/meta/bundle-baseline.json +10 -10
- package/dist-engine/meta/cjs.json +95 -71
- package/dist-engine/meta/esm.json +95 -71
- package/dist-engine/meta/umd.json +95 -71
- package/dist-mcp/ksql-mcp.js +3813 -3780
- package/dist-mcpb/ksql-mcp.mcpb +0 -0
- package/package.json +1 -1
|
@@ -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":
|
|
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":
|
|
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":
|
|
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/
|
|
1009
|
+
"path": "src/core/optimization/supportedLeafPolicy.ts",
|
|
984
1010
|
"kind": "import-statement",
|
|
985
|
-
"original": "./
|
|
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":
|
|
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":
|
|
1350
|
+
"bytes": 523085,
|
|
1330
1351
|
"imports": [
|
|
1331
1352
|
{
|
|
1332
1353
|
"path": "src/lexer/lexer.ts",
|
|
@@ -2122,11 +2143,26 @@
|
|
|
2122
2143
|
"src/core/cteInlining.ts": {
|
|
2123
2144
|
"bytesInOutput": 1224
|
|
2124
2145
|
},
|
|
2146
|
+
"src/core/fieldSemantics.ts": {
|
|
2147
|
+
"bytesInOutput": 1368
|
|
2148
|
+
},
|
|
2149
|
+
"src/core/optimization/whereCapability.ts": {
|
|
2150
|
+
"bytesInOutput": 9909
|
|
2151
|
+
},
|
|
2152
|
+
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
2153
|
+
"bytesInOutput": 540
|
|
2154
|
+
},
|
|
2155
|
+
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
2156
|
+
"bytesInOutput": 227
|
|
2157
|
+
},
|
|
2158
|
+
"src/core/optimization/supportedLeafPolicy.ts": {
|
|
2159
|
+
"bytesInOutput": 2706
|
|
2160
|
+
},
|
|
2125
2161
|
"src/core/optimization/wherePredicatePushdown.ts": {
|
|
2126
|
-
"bytesInOutput":
|
|
2162
|
+
"bytesInOutput": 2001
|
|
2127
2163
|
},
|
|
2128
2164
|
"src/core/optimization/klikePushdownPlan.ts": {
|
|
2129
|
-
"bytesInOutput":
|
|
2165
|
+
"bytesInOutput": 1575
|
|
2130
2166
|
},
|
|
2131
2167
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
2132
2168
|
"bytesInOutput": 2474
|
|
@@ -2158,9 +2194,6 @@
|
|
|
2158
2194
|
"src/parser/parser.ts": {
|
|
2159
2195
|
"bytesInOutput": 107151
|
|
2160
2196
|
},
|
|
2161
|
-
"src/core/fieldSemantics.ts": {
|
|
2162
|
-
"bytesInOutput": 1368
|
|
2163
|
-
},
|
|
2164
2197
|
"src/core/scalarCompare.ts": {
|
|
2165
2198
|
"bytesInOutput": 2804
|
|
2166
2199
|
},
|
|
@@ -2227,12 +2260,6 @@
|
|
|
2227
2260
|
"src/core/outerJoinSearchAbortGuard.ts": {
|
|
2228
2261
|
"bytesInOutput": 604
|
|
2229
2262
|
},
|
|
2230
|
-
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
2231
|
-
"bytesInOutput": 540
|
|
2232
|
-
},
|
|
2233
|
-
"src/core/optimization/whereCapability.ts": {
|
|
2234
|
-
"bytesInOutput": 9909
|
|
2235
|
-
},
|
|
2236
2263
|
"src/core/optimization/joinKeyPrefilter.ts": {
|
|
2237
2264
|
"bytesInOutput": 1940
|
|
2238
2265
|
},
|
|
@@ -2242,11 +2269,8 @@
|
|
|
2242
2269
|
"src/core/optimization/sharedPlanner.ts": {
|
|
2243
2270
|
"bytesInOutput": 339
|
|
2244
2271
|
},
|
|
2245
|
-
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
2246
|
-
"bytesInOutput": 227
|
|
2247
|
-
},
|
|
2248
2272
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
2249
|
-
"bytesInOutput":
|
|
2273
|
+
"bytesInOutput": 11962
|
|
2250
2274
|
},
|
|
2251
2275
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
2252
2276
|
"bytesInOutput": 246
|
|
@@ -2330,7 +2354,7 @@
|
|
|
2330
2354
|
"bytesInOutput": 412
|
|
2331
2355
|
},
|
|
2332
2356
|
"src/execute.ts": {
|
|
2333
|
-
"bytesInOutput":
|
|
2357
|
+
"bytesInOutput": 209406
|
|
2334
2358
|
},
|
|
2335
2359
|
"src/engine-library/errors.ts": {
|
|
2336
2360
|
"bytesInOutput": 1441
|
|
@@ -2399,7 +2423,7 @@
|
|
|
2399
2423
|
"bytesInOutput": 127
|
|
2400
2424
|
}
|
|
2401
2425
|
},
|
|
2402
|
-
"bytes":
|
|
2426
|
+
"bytes": 618706
|
|
2403
2427
|
}
|
|
2404
2428
|
}
|
|
2405
2429
|
}
|