@rex0220/kintone-sql-tools 3.76.0 → 3.78.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/README.md +38 -0
- package/dist-cli/ksql.js +17899 -357
- package/dist-engine/index.cjs +15 -15
- package/dist-engine/index.mjs +15 -15
- package/dist-engine/ksql-engine.umd.js +15 -15
- package/dist-engine/meta/bundle-baseline.json +10 -10
- package/dist-engine/meta/cjs.json +80 -18
- package/dist-engine/meta/esm.json +80 -18
- package/dist-engine/meta/umd.json +80 -18
- package/dist-flow/export/types.d.ts +56 -0
- package/dist-flow/flow-library/exportSinks.d.ts +5 -0
- package/dist-flow/flow-library/index.d.ts +2 -1
- package/dist-flow/flow-library/publicTypes.d.ts +15 -0
- package/dist-flow/index.cjs +15 -11
- package/dist-flow/index.mjs +15 -11
- package/dist-flow/meta/cjs.json +249 -21
- package/dist-flow/meta/esm.json +253 -21
- package/dist-mcp/ksql-mcp.js +399 -129
- package/dist-mcpb/ksql-mcp.mcpb +0 -0
- package/package.json +2 -1
package/dist-flow/meta/cjs.json
CHANGED
|
@@ -209,8 +209,13 @@
|
|
|
209
209
|
],
|
|
210
210
|
"format": "esm"
|
|
211
211
|
},
|
|
212
|
+
"src/core/projectedNameResolution.ts": {
|
|
213
|
+
"bytes": 603,
|
|
214
|
+
"imports": [],
|
|
215
|
+
"format": "esm"
|
|
216
|
+
},
|
|
212
217
|
"src/core/aggregateDependencyValidation.ts": {
|
|
213
|
-
"bytes":
|
|
218
|
+
"bytes": 17909,
|
|
214
219
|
"imports": [
|
|
215
220
|
{
|
|
216
221
|
"path": "src/core/grouping.ts",
|
|
@@ -221,12 +226,17 @@
|
|
|
221
226
|
"path": "src/core/optimization/plainGroupByPlan.ts",
|
|
222
227
|
"kind": "import-statement",
|
|
223
228
|
"original": "./optimization/plainGroupByPlan"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"path": "src/core/projectedNameResolution.ts",
|
|
232
|
+
"kind": "import-statement",
|
|
233
|
+
"original": "./projectedNameResolution"
|
|
224
234
|
}
|
|
225
235
|
],
|
|
226
236
|
"format": "esm"
|
|
227
237
|
},
|
|
228
238
|
"src/core/groupingValidation.ts": {
|
|
229
|
-
"bytes":
|
|
239
|
+
"bytes": 11558,
|
|
230
240
|
"imports": [
|
|
231
241
|
{
|
|
232
242
|
"path": "src/core/grouping.ts",
|
|
@@ -247,7 +257,7 @@
|
|
|
247
257
|
"format": "esm"
|
|
248
258
|
},
|
|
249
259
|
"src/converter/selectToKintone.ts": {
|
|
250
|
-
"bytes":
|
|
260
|
+
"bytes": 30353,
|
|
251
261
|
"imports": [
|
|
252
262
|
{
|
|
253
263
|
"path": "../types/ast",
|
|
@@ -278,12 +288,17 @@
|
|
|
278
288
|
"path": "src/core/groupingValidation.ts",
|
|
279
289
|
"kind": "import-statement",
|
|
280
290
|
"original": "../core/groupingValidation"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"path": "src/core/projectedNameResolution.ts",
|
|
294
|
+
"kind": "import-statement",
|
|
295
|
+
"original": "../core/projectedNameResolution"
|
|
281
296
|
}
|
|
282
297
|
],
|
|
283
298
|
"format": "esm"
|
|
284
299
|
},
|
|
285
300
|
"src/core/cteInlining.ts": {
|
|
286
|
-
"bytes":
|
|
301
|
+
"bytes": 3031,
|
|
287
302
|
"imports": [
|
|
288
303
|
{
|
|
289
304
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -294,6 +309,11 @@
|
|
|
294
309
|
"path": "src/core/grouping.ts",
|
|
295
310
|
"kind": "import-statement",
|
|
296
311
|
"original": "./grouping"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"path": "src/core/aggregateDependencyValidation.ts",
|
|
315
|
+
"kind": "import-statement",
|
|
316
|
+
"original": "./aggregateDependencyValidation"
|
|
297
317
|
}
|
|
298
318
|
],
|
|
299
319
|
"format": "esm"
|
|
@@ -648,8 +668,13 @@
|
|
|
648
668
|
],
|
|
649
669
|
"format": "esm"
|
|
650
670
|
},
|
|
671
|
+
"src/core/expressionSemantics.ts": {
|
|
672
|
+
"bytes": 3798,
|
|
673
|
+
"imports": [],
|
|
674
|
+
"format": "esm"
|
|
675
|
+
},
|
|
651
676
|
"src/engine/evalWhere.ts": {
|
|
652
|
-
"bytes":
|
|
677
|
+
"bytes": 20942,
|
|
653
678
|
"imports": [
|
|
654
679
|
{
|
|
655
680
|
"path": "src/types/ast.ts",
|
|
@@ -690,6 +715,11 @@
|
|
|
690
715
|
"path": "src/core/aggregateExpression.ts",
|
|
691
716
|
"kind": "import-statement",
|
|
692
717
|
"original": "../core/aggregateExpression"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"path": "src/core/expressionSemantics.ts",
|
|
721
|
+
"kind": "import-statement",
|
|
722
|
+
"original": "../core/expressionSemantics"
|
|
693
723
|
}
|
|
694
724
|
],
|
|
695
725
|
"format": "esm"
|
|
@@ -1139,8 +1169,14 @@
|
|
|
1139
1169
|
"format": "esm"
|
|
1140
1170
|
},
|
|
1141
1171
|
"src/core/optimization/canonicalOrderPlanner.ts": {
|
|
1142
|
-
"bytes":
|
|
1143
|
-
"imports": [
|
|
1172
|
+
"bytes": 5042,
|
|
1173
|
+
"imports": [
|
|
1174
|
+
{
|
|
1175
|
+
"path": "src/core/projectedNameResolution.ts",
|
|
1176
|
+
"kind": "import-statement",
|
|
1177
|
+
"original": "../projectedNameResolution"
|
|
1178
|
+
}
|
|
1179
|
+
],
|
|
1144
1180
|
"format": "esm"
|
|
1145
1181
|
},
|
|
1146
1182
|
"src/core/optimization/korderPlanner.ts": {
|
|
@@ -1181,7 +1217,7 @@
|
|
|
1181
1217
|
"format": "esm"
|
|
1182
1218
|
},
|
|
1183
1219
|
"src/engine/process.ts": {
|
|
1184
|
-
"bytes":
|
|
1220
|
+
"bytes": 90912,
|
|
1185
1221
|
"imports": [
|
|
1186
1222
|
{
|
|
1187
1223
|
"path": "src/core/optimization/crossJoinRowPlan.ts",
|
|
@@ -1232,6 +1268,16 @@
|
|
|
1232
1268
|
"path": "src/core/groupingValidation.ts",
|
|
1233
1269
|
"kind": "import-statement",
|
|
1234
1270
|
"original": "../core/groupingValidation"
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"path": "src/core/expressionSemantics.ts",
|
|
1274
|
+
"kind": "import-statement",
|
|
1275
|
+
"original": "../core/expressionSemantics"
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"path": "src/core/projectedNameResolution.ts",
|
|
1279
|
+
"kind": "import-statement",
|
|
1280
|
+
"original": "../core/projectedNameResolution"
|
|
1235
1281
|
}
|
|
1236
1282
|
],
|
|
1237
1283
|
"format": "esm"
|
|
@@ -1492,7 +1538,7 @@
|
|
|
1492
1538
|
"format": "esm"
|
|
1493
1539
|
},
|
|
1494
1540
|
"src/execute.ts": {
|
|
1495
|
-
"bytes":
|
|
1541
|
+
"bytes": 649459,
|
|
1496
1542
|
"imports": [
|
|
1497
1543
|
{
|
|
1498
1544
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1589,6 +1635,16 @@
|
|
|
1589
1635
|
"kind": "import-statement",
|
|
1590
1636
|
"original": "./core/scalarCompare"
|
|
1591
1637
|
},
|
|
1638
|
+
{
|
|
1639
|
+
"path": "src/core/expressionSemantics.ts",
|
|
1640
|
+
"kind": "import-statement",
|
|
1641
|
+
"original": "./core/expressionSemantics"
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"path": "src/core/projectedNameResolution.ts",
|
|
1645
|
+
"kind": "import-statement",
|
|
1646
|
+
"original": "./core/projectedNameResolution"
|
|
1647
|
+
},
|
|
1592
1648
|
{
|
|
1593
1649
|
"path": "src/core/exactDecimal.ts",
|
|
1594
1650
|
"kind": "import-statement",
|
|
@@ -1971,13 +2027,145 @@
|
|
|
1971
2027
|
],
|
|
1972
2028
|
"format": "esm"
|
|
1973
2029
|
},
|
|
2030
|
+
"src/flow-library/exportSinkContext.ts": {
|
|
2031
|
+
"bytes": 4430,
|
|
2032
|
+
"imports": [
|
|
2033
|
+
{
|
|
2034
|
+
"path": "src/core/batch.ts",
|
|
2035
|
+
"kind": "import-statement",
|
|
2036
|
+
"original": "../core/batch"
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"path": "src/flow-library/errors.ts",
|
|
2040
|
+
"kind": "import-statement",
|
|
2041
|
+
"original": "./errors"
|
|
2042
|
+
}
|
|
2043
|
+
],
|
|
2044
|
+
"format": "esm"
|
|
2045
|
+
},
|
|
1974
2046
|
"src/flow-library/publicTypes.ts": {
|
|
1975
|
-
"bytes":
|
|
2047
|
+
"bytes": 13197,
|
|
2048
|
+
"imports": [],
|
|
2049
|
+
"format": "esm"
|
|
2050
|
+
},
|
|
2051
|
+
"src/export/types.ts": {
|
|
2052
|
+
"bytes": 2862,
|
|
1976
2053
|
"imports": [],
|
|
1977
2054
|
"format": "esm"
|
|
1978
2055
|
},
|
|
2056
|
+
"src/export/decimalText.ts": {
|
|
2057
|
+
"bytes": 1592,
|
|
2058
|
+
"imports": [
|
|
2059
|
+
{
|
|
2060
|
+
"path": "src/export/types.ts",
|
|
2061
|
+
"kind": "import-statement",
|
|
2062
|
+
"original": "./types"
|
|
2063
|
+
}
|
|
2064
|
+
],
|
|
2065
|
+
"format": "esm"
|
|
2066
|
+
},
|
|
2067
|
+
"src/export/dateTimeText.ts": {
|
|
2068
|
+
"bytes": 3819,
|
|
2069
|
+
"imports": [
|
|
2070
|
+
{
|
|
2071
|
+
"path": "src/export/types.ts",
|
|
2072
|
+
"kind": "import-statement",
|
|
2073
|
+
"original": "./types"
|
|
2074
|
+
}
|
|
2075
|
+
],
|
|
2076
|
+
"format": "esm"
|
|
2077
|
+
},
|
|
2078
|
+
"src/export/cellSerializer.ts": {
|
|
2079
|
+
"bytes": 3750,
|
|
2080
|
+
"imports": [
|
|
2081
|
+
{
|
|
2082
|
+
"path": "src/export/decimalText.ts",
|
|
2083
|
+
"kind": "import-statement",
|
|
2084
|
+
"original": "./decimalText"
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"path": "src/export/dateTimeText.ts",
|
|
2088
|
+
"kind": "import-statement",
|
|
2089
|
+
"original": "./dateTimeText"
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"path": "src/export/types.ts",
|
|
2093
|
+
"kind": "import-statement",
|
|
2094
|
+
"original": "./types"
|
|
2095
|
+
}
|
|
2096
|
+
],
|
|
2097
|
+
"format": "esm"
|
|
2098
|
+
},
|
|
2099
|
+
"src/export/encoding.ts": {
|
|
2100
|
+
"bytes": 1593,
|
|
2101
|
+
"imports": [
|
|
2102
|
+
{
|
|
2103
|
+
"path": "src/export/types.ts",
|
|
2104
|
+
"kind": "import-statement",
|
|
2105
|
+
"original": "./types"
|
|
2106
|
+
}
|
|
2107
|
+
],
|
|
2108
|
+
"format": "esm"
|
|
2109
|
+
},
|
|
2110
|
+
"src/export/csvSerializer.ts": {
|
|
2111
|
+
"bytes": 1908,
|
|
2112
|
+
"imports": [
|
|
2113
|
+
{
|
|
2114
|
+
"path": "src/export/cellSerializer.ts",
|
|
2115
|
+
"kind": "import-statement",
|
|
2116
|
+
"original": "./cellSerializer"
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
"path": "src/export/dateTimeText.ts",
|
|
2120
|
+
"kind": "import-statement",
|
|
2121
|
+
"original": "./dateTimeText"
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"path": "src/export/encoding.ts",
|
|
2125
|
+
"kind": "import-statement",
|
|
2126
|
+
"original": "./encoding"
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"path": "src/export/types.ts",
|
|
2130
|
+
"kind": "import-statement",
|
|
2131
|
+
"original": "./types"
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
"path": "src/export/types.ts",
|
|
2135
|
+
"kind": "import-statement",
|
|
2136
|
+
"original": "./types"
|
|
2137
|
+
}
|
|
2138
|
+
],
|
|
2139
|
+
"format": "esm"
|
|
2140
|
+
},
|
|
2141
|
+
"src/flow-library/exportSinks.ts": {
|
|
2142
|
+
"bytes": 4042,
|
|
2143
|
+
"imports": [
|
|
2144
|
+
{
|
|
2145
|
+
"path": "src/execute.ts",
|
|
2146
|
+
"kind": "import-statement",
|
|
2147
|
+
"original": "../execute"
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"path": "src/export/csvSerializer.ts",
|
|
2151
|
+
"kind": "import-statement",
|
|
2152
|
+
"original": "../export/csvSerializer"
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"path": "src/flow-library/errors.ts",
|
|
2156
|
+
"kind": "import-statement",
|
|
2157
|
+
"original": "./errors"
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"path": "src/flow-library/exportSinkContext.ts",
|
|
2161
|
+
"kind": "import-statement",
|
|
2162
|
+
"original": "./exportSinkContext"
|
|
2163
|
+
}
|
|
2164
|
+
],
|
|
2165
|
+
"format": "esm"
|
|
2166
|
+
},
|
|
1979
2167
|
"src/flow-library/index.ts": {
|
|
1980
|
-
"bytes":
|
|
2168
|
+
"bytes": 15628,
|
|
1981
2169
|
"imports": [
|
|
1982
2170
|
{
|
|
1983
2171
|
"path": "src/core/diagnostics.ts",
|
|
@@ -2019,10 +2207,20 @@
|
|
|
2019
2207
|
"kind": "import-statement",
|
|
2020
2208
|
"original": "./importSources"
|
|
2021
2209
|
},
|
|
2210
|
+
{
|
|
2211
|
+
"path": "src/flow-library/exportSinkContext.ts",
|
|
2212
|
+
"kind": "import-statement",
|
|
2213
|
+
"original": "./exportSinkContext"
|
|
2214
|
+
},
|
|
2022
2215
|
{
|
|
2023
2216
|
"path": "src/flow-library/publicTypes.ts",
|
|
2024
2217
|
"kind": "import-statement",
|
|
2025
2218
|
"original": "./publicTypes"
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
"path": "src/flow-library/exportSinks.ts",
|
|
2222
|
+
"kind": "import-statement",
|
|
2223
|
+
"original": "./exportSinks"
|
|
2026
2224
|
}
|
|
2027
2225
|
],
|
|
2028
2226
|
"format": "esm"
|
|
@@ -2035,7 +2233,7 @@
|
|
|
2035
2233
|
"entryPoint": "src/flow-library/index.ts",
|
|
2036
2234
|
"inputs": {
|
|
2037
2235
|
"src/flow-library/index.ts": {
|
|
2038
|
-
"bytesInOutput":
|
|
2236
|
+
"bytesInOutput": 6524
|
|
2039
2237
|
},
|
|
2040
2238
|
"src/core/diagnostics.ts": {
|
|
2041
2239
|
"bytesInOutput": 755
|
|
@@ -2094,17 +2292,20 @@
|
|
|
2094
2292
|
"src/core/optimization/plainGroupByPlan.ts": {
|
|
2095
2293
|
"bytesInOutput": 3124
|
|
2096
2294
|
},
|
|
2295
|
+
"src/core/projectedNameResolution.ts": {
|
|
2296
|
+
"bytesInOutput": 102
|
|
2297
|
+
},
|
|
2097
2298
|
"src/core/aggregateDependencyValidation.ts": {
|
|
2098
|
-
"bytesInOutput":
|
|
2299
|
+
"bytesInOutput": 8267
|
|
2099
2300
|
},
|
|
2100
2301
|
"src/core/groupingValidation.ts": {
|
|
2101
|
-
"bytesInOutput":
|
|
2302
|
+
"bytesInOutput": 3833
|
|
2102
2303
|
},
|
|
2103
2304
|
"src/converter/selectToKintone.ts": {
|
|
2104
|
-
"bytesInOutput":
|
|
2305
|
+
"bytesInOutput": 10224
|
|
2105
2306
|
},
|
|
2106
2307
|
"src/core/cteInlining.ts": {
|
|
2107
|
-
"bytesInOutput":
|
|
2308
|
+
"bytesInOutput": 1164
|
|
2108
2309
|
},
|
|
2109
2310
|
"src/core/fieldSemantics.ts": {
|
|
2110
2311
|
"bytesInOutput": 1369
|
|
@@ -2163,8 +2364,11 @@
|
|
|
2163
2364
|
"src/engine/evalFunc.ts": {
|
|
2164
2365
|
"bytesInOutput": 11626
|
|
2165
2366
|
},
|
|
2367
|
+
"src/core/expressionSemantics.ts": {
|
|
2368
|
+
"bytesInOutput": 1598
|
|
2369
|
+
},
|
|
2166
2370
|
"src/engine/evalWhere.ts": {
|
|
2167
|
-
"bytesInOutput":
|
|
2371
|
+
"bytesInOutput": 6091
|
|
2168
2372
|
},
|
|
2169
2373
|
"src/core/dmlCustomCheck.ts": {
|
|
2170
2374
|
"bytesInOutput": 1251
|
|
@@ -2248,7 +2452,7 @@
|
|
|
2248
2452
|
"bytesInOutput": 246
|
|
2249
2453
|
},
|
|
2250
2454
|
"src/core/optimization/canonicalOrderPlanner.ts": {
|
|
2251
|
-
"bytesInOutput":
|
|
2455
|
+
"bytesInOutput": 1884
|
|
2252
2456
|
},
|
|
2253
2457
|
"src/core/optimization/korderPlanner.ts": {
|
|
2254
2458
|
"bytesInOutput": 2244
|
|
@@ -2266,7 +2470,7 @@
|
|
|
2266
2470
|
"bytesInOutput": 1223
|
|
2267
2471
|
},
|
|
2268
2472
|
"src/engine/process.ts": {
|
|
2269
|
-
"bytesInOutput":
|
|
2473
|
+
"bytesInOutput": 27958
|
|
2270
2474
|
},
|
|
2271
2475
|
"src/converter/subtableAdapter.ts": {
|
|
2272
2476
|
"bytesInOutput": 643
|
|
@@ -2329,7 +2533,7 @@
|
|
|
2329
2533
|
"bytesInOutput": 412
|
|
2330
2534
|
},
|
|
2331
2535
|
"src/execute.ts": {
|
|
2332
|
-
"bytesInOutput":
|
|
2536
|
+
"bytesInOutput": 255596
|
|
2333
2537
|
},
|
|
2334
2538
|
"src/api/cursorLeaseManager.ts": {
|
|
2335
2539
|
"bytesInOutput": 1777
|
|
@@ -2355,11 +2559,35 @@
|
|
|
2355
2559
|
"src/flow-library/importSources.ts": {
|
|
2356
2560
|
"bytesInOutput": 516
|
|
2357
2561
|
},
|
|
2562
|
+
"src/flow-library/exportSinkContext.ts": {
|
|
2563
|
+
"bytesInOutput": 1678
|
|
2564
|
+
},
|
|
2358
2565
|
"src/flow-library/publicTypes.ts": {
|
|
2359
2566
|
"bytesInOutput": 442
|
|
2567
|
+
},
|
|
2568
|
+
"src/export/types.ts": {
|
|
2569
|
+
"bytesInOutput": 750
|
|
2570
|
+
},
|
|
2571
|
+
"src/export/decimalText.ts": {
|
|
2572
|
+
"bytesInOutput": 623
|
|
2573
|
+
},
|
|
2574
|
+
"src/export/dateTimeText.ts": {
|
|
2575
|
+
"bytesInOutput": 1823
|
|
2576
|
+
},
|
|
2577
|
+
"src/export/cellSerializer.ts": {
|
|
2578
|
+
"bytesInOutput": 1548
|
|
2579
|
+
},
|
|
2580
|
+
"src/export/encoding.ts": {
|
|
2581
|
+
"bytesInOutput": 686
|
|
2582
|
+
},
|
|
2583
|
+
"src/export/csvSerializer.ts": {
|
|
2584
|
+
"bytesInOutput": 614
|
|
2585
|
+
},
|
|
2586
|
+
"src/flow-library/exportSinks.ts": {
|
|
2587
|
+
"bytesInOutput": 1593
|
|
2360
2588
|
}
|
|
2361
2589
|
},
|
|
2362
|
-
"bytes":
|
|
2590
|
+
"bytes": 709870
|
|
2363
2591
|
}
|
|
2364
2592
|
}
|
|
2365
2593
|
}
|