@rex0220/kintone-sql-tools 3.56.3 → 3.57.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 +655 -248
- package/dist-engine/index.cjs +14 -14
- package/dist-engine/index.mjs +14 -14
- package/dist-engine/ksql-engine.umd.js +14 -14
- package/dist-engine/meta/bundle-baseline.json +10 -10
- package/dist-engine/meta/cjs.json +76 -47
- package/dist-engine/meta/esm.json +76 -47
- package/dist-engine/meta/umd.json +76 -47
- package/dist-mcp/ksql-mcp.js +664 -254
- package/dist-mcpb/ksql-mcp.mcpb +0 -0
- package/package.json +1 -1
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"format": "esm"
|
|
23
23
|
},
|
|
24
24
|
"src/core/grouping.ts": {
|
|
25
|
-
"bytes":
|
|
25
|
+
"bytes": 4707,
|
|
26
26
|
"imports": [],
|
|
27
27
|
"format": "esm"
|
|
28
28
|
},
|
|
@@ -111,8 +111,50 @@
|
|
|
111
111
|
"imports": [],
|
|
112
112
|
"format": "esm"
|
|
113
113
|
},
|
|
114
|
+
"src/core/systemFields.ts": {
|
|
115
|
+
"bytes": 654,
|
|
116
|
+
"imports": [],
|
|
117
|
+
"format": "esm"
|
|
118
|
+
},
|
|
119
|
+
"src/core/optimization/plainGroupByPlan.ts": {
|
|
120
|
+
"bytes": 10236,
|
|
121
|
+
"imports": [
|
|
122
|
+
{
|
|
123
|
+
"path": "src/core/aggregateExpression.ts",
|
|
124
|
+
"kind": "import-statement",
|
|
125
|
+
"original": "../aggregateExpression"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"path": "src/core/groupingValidation.ts",
|
|
129
|
+
"kind": "import-statement",
|
|
130
|
+
"original": "../groupingValidation"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"path": "src/core/systemFields.ts",
|
|
134
|
+
"kind": "import-statement",
|
|
135
|
+
"original": "../systemFields"
|
|
136
|
+
}
|
|
137
|
+
],
|
|
138
|
+
"format": "esm"
|
|
139
|
+
},
|
|
140
|
+
"src/core/aggregateDependencyValidation.ts": {
|
|
141
|
+
"bytes": 17726,
|
|
142
|
+
"imports": [
|
|
143
|
+
{
|
|
144
|
+
"path": "src/core/grouping.ts",
|
|
145
|
+
"kind": "import-statement",
|
|
146
|
+
"original": "./grouping"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"path": "src/core/optimization/plainGroupByPlan.ts",
|
|
150
|
+
"kind": "import-statement",
|
|
151
|
+
"original": "./optimization/plainGroupByPlan"
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"format": "esm"
|
|
155
|
+
},
|
|
114
156
|
"src/core/groupingValidation.ts": {
|
|
115
|
-
"bytes":
|
|
157
|
+
"bytes": 11523,
|
|
116
158
|
"imports": [
|
|
117
159
|
{
|
|
118
160
|
"path": "src/core/grouping.ts",
|
|
@@ -123,6 +165,11 @@
|
|
|
123
165
|
"path": "src/engine/groupingRowMeta.ts",
|
|
124
166
|
"kind": "import-statement",
|
|
125
167
|
"original": "../engine/groupingRowMeta"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"path": "src/core/aggregateDependencyValidation.ts",
|
|
171
|
+
"kind": "import-statement",
|
|
172
|
+
"original": "./aggregateDependencyValidation"
|
|
126
173
|
}
|
|
127
174
|
],
|
|
128
175
|
"format": "esm"
|
|
@@ -920,32 +967,6 @@
|
|
|
920
967
|
],
|
|
921
968
|
"format": "esm"
|
|
922
969
|
},
|
|
923
|
-
"src/core/systemFields.ts": {
|
|
924
|
-
"bytes": 654,
|
|
925
|
-
"imports": [],
|
|
926
|
-
"format": "esm"
|
|
927
|
-
},
|
|
928
|
-
"src/core/optimization/plainGroupByPlan.ts": {
|
|
929
|
-
"bytes": 8710,
|
|
930
|
-
"imports": [
|
|
931
|
-
{
|
|
932
|
-
"path": "src/core/aggregateExpression.ts",
|
|
933
|
-
"kind": "import-statement",
|
|
934
|
-
"original": "../aggregateExpression"
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
"path": "src/core/groupingValidation.ts",
|
|
938
|
-
"kind": "import-statement",
|
|
939
|
-
"original": "../groupingValidation"
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"path": "src/core/systemFields.ts",
|
|
943
|
-
"kind": "import-statement",
|
|
944
|
-
"original": "../systemFields"
|
|
945
|
-
}
|
|
946
|
-
],
|
|
947
|
-
"format": "esm"
|
|
948
|
-
},
|
|
949
970
|
"src/core/emptyWildcardSchema.ts": {
|
|
950
971
|
"bytes": 3248,
|
|
951
972
|
"imports": [],
|
|
@@ -1232,7 +1253,7 @@
|
|
|
1232
1253
|
"format": "esm"
|
|
1233
1254
|
},
|
|
1234
1255
|
"src/execute.ts": {
|
|
1235
|
-
"bytes":
|
|
1256
|
+
"bytes": 507216,
|
|
1236
1257
|
"imports": [
|
|
1237
1258
|
{
|
|
1238
1259
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1434,6 +1455,11 @@
|
|
|
1434
1455
|
"kind": "import-statement",
|
|
1435
1456
|
"original": "./core/optimization/plainGroupByPlan"
|
|
1436
1457
|
},
|
|
1458
|
+
{
|
|
1459
|
+
"path": "src/core/aggregateDependencyValidation.ts",
|
|
1460
|
+
"kind": "import-statement",
|
|
1461
|
+
"original": "./core/aggregateDependencyValidation"
|
|
1462
|
+
},
|
|
1437
1463
|
{
|
|
1438
1464
|
"path": "src/core/systemFields.ts",
|
|
1439
1465
|
"kind": "import-statement",
|
|
@@ -1969,10 +1995,10 @@
|
|
|
1969
1995
|
"bytesInOutput": 303
|
|
1970
1996
|
},
|
|
1971
1997
|
"src/core/grouping.ts": {
|
|
1972
|
-
"bytesInOutput":
|
|
1998
|
+
"bytesInOutput": 1277
|
|
1973
1999
|
},
|
|
1974
2000
|
"src/core/dmlGuard.ts": {
|
|
1975
|
-
"bytesInOutput":
|
|
2001
|
+
"bytesInOutput": 3354
|
|
1976
2002
|
},
|
|
1977
2003
|
"src/core/relativeDateFunction.ts": {
|
|
1978
2004
|
"bytesInOutput": 450
|
|
@@ -1995,11 +2021,20 @@
|
|
|
1995
2021
|
"src/engine/groupingRowMeta.ts": {
|
|
1996
2022
|
"bytesInOutput": 559
|
|
1997
2023
|
},
|
|
2024
|
+
"src/core/systemFields.ts": {
|
|
2025
|
+
"bytesInOutput": 275
|
|
2026
|
+
},
|
|
2027
|
+
"src/core/optimization/plainGroupByPlan.ts": {
|
|
2028
|
+
"bytesInOutput": 3124
|
|
2029
|
+
},
|
|
2030
|
+
"src/core/aggregateDependencyValidation.ts": {
|
|
2031
|
+
"bytesInOutput": 8225
|
|
2032
|
+
},
|
|
1998
2033
|
"src/core/groupingValidation.ts": {
|
|
1999
|
-
"bytesInOutput":
|
|
2034
|
+
"bytesInOutput": 3809
|
|
2000
2035
|
},
|
|
2001
2036
|
"src/converter/selectToKintone.ts": {
|
|
2002
|
-
"bytesInOutput":
|
|
2037
|
+
"bytesInOutput": 10126
|
|
2003
2038
|
},
|
|
2004
2039
|
"src/core/cteInlining.ts": {
|
|
2005
2040
|
"bytesInOutput": 1224
|
|
@@ -2038,7 +2073,7 @@
|
|
|
2038
2073
|
"bytesInOutput": 105365
|
|
2039
2074
|
},
|
|
2040
2075
|
"src/core/fieldSemantics.ts": {
|
|
2041
|
-
"bytesInOutput":
|
|
2076
|
+
"bytesInOutput": 1369
|
|
2042
2077
|
},
|
|
2043
2078
|
"src/core/scalarCompare.ts": {
|
|
2044
2079
|
"bytesInOutput": 2804
|
|
@@ -2047,7 +2082,7 @@
|
|
|
2047
2082
|
"bytesInOutput": 11516
|
|
2048
2083
|
},
|
|
2049
2084
|
"src/engine/evalWhere.ts": {
|
|
2050
|
-
"bytesInOutput":
|
|
2085
|
+
"bytesInOutput": 6039
|
|
2051
2086
|
},
|
|
2052
2087
|
"src/core/dmlCustomCheck.ts": {
|
|
2053
2088
|
"bytesInOutput": 1251
|
|
@@ -2107,7 +2142,7 @@
|
|
|
2107
2142
|
"bytesInOutput": 604
|
|
2108
2143
|
},
|
|
2109
2144
|
"src/core/explainMetadata.ts": {
|
|
2110
|
-
"bytesInOutput":
|
|
2145
|
+
"bytesInOutput": 626
|
|
2111
2146
|
},
|
|
2112
2147
|
"src/core/optimization/sharedPlanner.ts": {
|
|
2113
2148
|
"bytesInOutput": 339
|
|
@@ -2116,7 +2151,7 @@
|
|
|
2116
2151
|
"bytesInOutput": 9861
|
|
2117
2152
|
},
|
|
2118
2153
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
2119
|
-
"bytesInOutput":
|
|
2154
|
+
"bytesInOutput": 13816
|
|
2120
2155
|
},
|
|
2121
2156
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
2122
2157
|
"bytesInOutput": 246
|
|
@@ -2136,17 +2171,11 @@
|
|
|
2136
2171
|
"src/converter/korderCursorQuery.ts": {
|
|
2137
2172
|
"bytesInOutput": 295
|
|
2138
2173
|
},
|
|
2139
|
-
"src/core/systemFields.ts": {
|
|
2140
|
-
"bytesInOutput": 275
|
|
2141
|
-
},
|
|
2142
|
-
"src/core/optimization/plainGroupByPlan.ts": {
|
|
2143
|
-
"bytesInOutput": 2656
|
|
2144
|
-
},
|
|
2145
2174
|
"src/core/emptyWildcardSchema.ts": {
|
|
2146
2175
|
"bytesInOutput": 1223
|
|
2147
2176
|
},
|
|
2148
2177
|
"src/engine/process.ts": {
|
|
2149
|
-
"bytesInOutput":
|
|
2178
|
+
"bytesInOutput": 24312
|
|
2150
2179
|
},
|
|
2151
2180
|
"src/converter/subtableAdapter.ts": {
|
|
2152
2181
|
"bytesInOutput": 643
|
|
@@ -2206,7 +2235,7 @@
|
|
|
2206
2235
|
"bytesInOutput": 412
|
|
2207
2236
|
},
|
|
2208
2237
|
"src/execute.ts": {
|
|
2209
|
-
"bytesInOutput":
|
|
2238
|
+
"bytesInOutput": 203031
|
|
2210
2239
|
},
|
|
2211
2240
|
"src/engine-library/errors.ts": {
|
|
2212
2241
|
"bytesInOutput": 1440
|
|
@@ -2218,7 +2247,7 @@
|
|
|
2218
2247
|
"bytesInOutput": 971
|
|
2219
2248
|
},
|
|
2220
2249
|
"src/core/formFieldInfo.ts": {
|
|
2221
|
-
"bytesInOutput":
|
|
2250
|
+
"bytesInOutput": 1429
|
|
2222
2251
|
},
|
|
2223
2252
|
"src/core/processStatus.ts": {
|
|
2224
2253
|
"bytesInOutput": 229
|
|
@@ -2275,7 +2304,7 @@
|
|
|
2275
2304
|
"bytesInOutput": 127
|
|
2276
2305
|
}
|
|
2277
2306
|
},
|
|
2278
|
-
"bytes":
|
|
2307
|
+
"bytes": 596426
|
|
2279
2308
|
}
|
|
2280
2309
|
}
|
|
2281
2310
|
}
|