@rex0220/kintone-sql-tools 3.75.0 → 3.77.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 +50 -1
- package/dist-cli/ksql.js +17542 -235
- 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 +7 -7
- package/dist-engine/meta/cjs.json +9 -9
- package/dist-engine/meta/esm.json +9 -9
- package/dist-engine/meta/umd.json +9 -9
- 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 +32 -0
- package/dist-flow/index.cjs +15 -11
- package/dist-flow/index.mjs +15 -11
- package/dist-flow/meta/cjs.json +178 -12
- package/dist-flow/meta/esm.json +182 -12
- package/dist-mcp/ksql-mcp.js +29 -6
- package/dist-mcpb/ksql-mcp.mcpb +0 -0
- package/package.json +2 -1
package/dist-flow/meta/cjs.json
CHANGED
|
@@ -1388,7 +1388,7 @@
|
|
|
1388
1388
|
"format": "esm"
|
|
1389
1389
|
},
|
|
1390
1390
|
"src/import/jsonMaterializer.ts": {
|
|
1391
|
-
"bytes":
|
|
1391
|
+
"bytes": 4121,
|
|
1392
1392
|
"imports": [
|
|
1393
1393
|
{
|
|
1394
1394
|
"path": "src/import/jsonDecoder.ts",
|
|
@@ -1404,7 +1404,7 @@
|
|
|
1404
1404
|
"format": "esm"
|
|
1405
1405
|
},
|
|
1406
1406
|
"src/import/materializeDmlSource.ts": {
|
|
1407
|
-
"bytes":
|
|
1407
|
+
"bytes": 5639,
|
|
1408
1408
|
"imports": [
|
|
1409
1409
|
{
|
|
1410
1410
|
"path": "src/import/csvDecoder.ts",
|
|
@@ -1430,7 +1430,7 @@
|
|
|
1430
1430
|
"format": "esm"
|
|
1431
1431
|
},
|
|
1432
1432
|
"src/import/importRecordsMaterializer.ts": {
|
|
1433
|
-
"bytes":
|
|
1433
|
+
"bytes": 7835,
|
|
1434
1434
|
"imports": [
|
|
1435
1435
|
{
|
|
1436
1436
|
"path": "src/import/csvDecoder.ts",
|
|
@@ -1492,7 +1492,7 @@
|
|
|
1492
1492
|
"format": "esm"
|
|
1493
1493
|
},
|
|
1494
1494
|
"src/execute.ts": {
|
|
1495
|
-
"bytes":
|
|
1495
|
+
"bytes": 636914,
|
|
1496
1496
|
"imports": [
|
|
1497
1497
|
{
|
|
1498
1498
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1971,13 +1971,145 @@
|
|
|
1971
1971
|
],
|
|
1972
1972
|
"format": "esm"
|
|
1973
1973
|
},
|
|
1974
|
+
"src/flow-library/exportSinkContext.ts": {
|
|
1975
|
+
"bytes": 4430,
|
|
1976
|
+
"imports": [
|
|
1977
|
+
{
|
|
1978
|
+
"path": "src/core/batch.ts",
|
|
1979
|
+
"kind": "import-statement",
|
|
1980
|
+
"original": "../core/batch"
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"path": "src/flow-library/errors.ts",
|
|
1984
|
+
"kind": "import-statement",
|
|
1985
|
+
"original": "./errors"
|
|
1986
|
+
}
|
|
1987
|
+
],
|
|
1988
|
+
"format": "esm"
|
|
1989
|
+
},
|
|
1974
1990
|
"src/flow-library/publicTypes.ts": {
|
|
1975
|
-
"bytes":
|
|
1991
|
+
"bytes": 13197,
|
|
1976
1992
|
"imports": [],
|
|
1977
1993
|
"format": "esm"
|
|
1978
1994
|
},
|
|
1995
|
+
"src/export/types.ts": {
|
|
1996
|
+
"bytes": 2862,
|
|
1997
|
+
"imports": [],
|
|
1998
|
+
"format": "esm"
|
|
1999
|
+
},
|
|
2000
|
+
"src/export/decimalText.ts": {
|
|
2001
|
+
"bytes": 1592,
|
|
2002
|
+
"imports": [
|
|
2003
|
+
{
|
|
2004
|
+
"path": "src/export/types.ts",
|
|
2005
|
+
"kind": "import-statement",
|
|
2006
|
+
"original": "./types"
|
|
2007
|
+
}
|
|
2008
|
+
],
|
|
2009
|
+
"format": "esm"
|
|
2010
|
+
},
|
|
2011
|
+
"src/export/dateTimeText.ts": {
|
|
2012
|
+
"bytes": 3819,
|
|
2013
|
+
"imports": [
|
|
2014
|
+
{
|
|
2015
|
+
"path": "src/export/types.ts",
|
|
2016
|
+
"kind": "import-statement",
|
|
2017
|
+
"original": "./types"
|
|
2018
|
+
}
|
|
2019
|
+
],
|
|
2020
|
+
"format": "esm"
|
|
2021
|
+
},
|
|
2022
|
+
"src/export/cellSerializer.ts": {
|
|
2023
|
+
"bytes": 3750,
|
|
2024
|
+
"imports": [
|
|
2025
|
+
{
|
|
2026
|
+
"path": "src/export/decimalText.ts",
|
|
2027
|
+
"kind": "import-statement",
|
|
2028
|
+
"original": "./decimalText"
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"path": "src/export/dateTimeText.ts",
|
|
2032
|
+
"kind": "import-statement",
|
|
2033
|
+
"original": "./dateTimeText"
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"path": "src/export/types.ts",
|
|
2037
|
+
"kind": "import-statement",
|
|
2038
|
+
"original": "./types"
|
|
2039
|
+
}
|
|
2040
|
+
],
|
|
2041
|
+
"format": "esm"
|
|
2042
|
+
},
|
|
2043
|
+
"src/export/encoding.ts": {
|
|
2044
|
+
"bytes": 1593,
|
|
2045
|
+
"imports": [
|
|
2046
|
+
{
|
|
2047
|
+
"path": "src/export/types.ts",
|
|
2048
|
+
"kind": "import-statement",
|
|
2049
|
+
"original": "./types"
|
|
2050
|
+
}
|
|
2051
|
+
],
|
|
2052
|
+
"format": "esm"
|
|
2053
|
+
},
|
|
2054
|
+
"src/export/csvSerializer.ts": {
|
|
2055
|
+
"bytes": 1908,
|
|
2056
|
+
"imports": [
|
|
2057
|
+
{
|
|
2058
|
+
"path": "src/export/cellSerializer.ts",
|
|
2059
|
+
"kind": "import-statement",
|
|
2060
|
+
"original": "./cellSerializer"
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"path": "src/export/dateTimeText.ts",
|
|
2064
|
+
"kind": "import-statement",
|
|
2065
|
+
"original": "./dateTimeText"
|
|
2066
|
+
},
|
|
2067
|
+
{
|
|
2068
|
+
"path": "src/export/encoding.ts",
|
|
2069
|
+
"kind": "import-statement",
|
|
2070
|
+
"original": "./encoding"
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"path": "src/export/types.ts",
|
|
2074
|
+
"kind": "import-statement",
|
|
2075
|
+
"original": "./types"
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"path": "src/export/types.ts",
|
|
2079
|
+
"kind": "import-statement",
|
|
2080
|
+
"original": "./types"
|
|
2081
|
+
}
|
|
2082
|
+
],
|
|
2083
|
+
"format": "esm"
|
|
2084
|
+
},
|
|
2085
|
+
"src/flow-library/exportSinks.ts": {
|
|
2086
|
+
"bytes": 4042,
|
|
2087
|
+
"imports": [
|
|
2088
|
+
{
|
|
2089
|
+
"path": "src/execute.ts",
|
|
2090
|
+
"kind": "import-statement",
|
|
2091
|
+
"original": "../execute"
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
"path": "src/export/csvSerializer.ts",
|
|
2095
|
+
"kind": "import-statement",
|
|
2096
|
+
"original": "../export/csvSerializer"
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"path": "src/flow-library/errors.ts",
|
|
2100
|
+
"kind": "import-statement",
|
|
2101
|
+
"original": "./errors"
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"path": "src/flow-library/exportSinkContext.ts",
|
|
2105
|
+
"kind": "import-statement",
|
|
2106
|
+
"original": "./exportSinkContext"
|
|
2107
|
+
}
|
|
2108
|
+
],
|
|
2109
|
+
"format": "esm"
|
|
2110
|
+
},
|
|
1979
2111
|
"src/flow-library/index.ts": {
|
|
1980
|
-
"bytes":
|
|
2112
|
+
"bytes": 15628,
|
|
1981
2113
|
"imports": [
|
|
1982
2114
|
{
|
|
1983
2115
|
"path": "src/core/diagnostics.ts",
|
|
@@ -2019,10 +2151,20 @@
|
|
|
2019
2151
|
"kind": "import-statement",
|
|
2020
2152
|
"original": "./importSources"
|
|
2021
2153
|
},
|
|
2154
|
+
{
|
|
2155
|
+
"path": "src/flow-library/exportSinkContext.ts",
|
|
2156
|
+
"kind": "import-statement",
|
|
2157
|
+
"original": "./exportSinkContext"
|
|
2158
|
+
},
|
|
2022
2159
|
{
|
|
2023
2160
|
"path": "src/flow-library/publicTypes.ts",
|
|
2024
2161
|
"kind": "import-statement",
|
|
2025
2162
|
"original": "./publicTypes"
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
"path": "src/flow-library/exportSinks.ts",
|
|
2166
|
+
"kind": "import-statement",
|
|
2167
|
+
"original": "./exportSinks"
|
|
2026
2168
|
}
|
|
2027
2169
|
],
|
|
2028
2170
|
"format": "esm"
|
|
@@ -2035,7 +2177,7 @@
|
|
|
2035
2177
|
"entryPoint": "src/flow-library/index.ts",
|
|
2036
2178
|
"inputs": {
|
|
2037
2179
|
"src/flow-library/index.ts": {
|
|
2038
|
-
"bytesInOutput":
|
|
2180
|
+
"bytesInOutput": 6524
|
|
2039
2181
|
},
|
|
2040
2182
|
"src/core/diagnostics.ts": {
|
|
2041
2183
|
"bytesInOutput": 755
|
|
@@ -2299,13 +2441,13 @@
|
|
|
2299
2441
|
"bytesInOutput": 1388
|
|
2300
2442
|
},
|
|
2301
2443
|
"src/import/jsonMaterializer.ts": {
|
|
2302
|
-
"bytesInOutput":
|
|
2444
|
+
"bytesInOutput": 2013
|
|
2303
2445
|
},
|
|
2304
2446
|
"src/import/materializeDmlSource.ts": {
|
|
2305
|
-
"bytesInOutput":
|
|
2447
|
+
"bytesInOutput": 2586
|
|
2306
2448
|
},
|
|
2307
2449
|
"src/import/importRecordsMaterializer.ts": {
|
|
2308
|
-
"bytesInOutput":
|
|
2450
|
+
"bytesInOutput": 3428
|
|
2309
2451
|
},
|
|
2310
2452
|
"src/import/importRecordValidation.ts": {
|
|
2311
2453
|
"bytesInOutput": 3332
|
|
@@ -2329,7 +2471,7 @@
|
|
|
2329
2471
|
"bytesInOutput": 412
|
|
2330
2472
|
},
|
|
2331
2473
|
"src/execute.ts": {
|
|
2332
|
-
"bytesInOutput":
|
|
2474
|
+
"bytesInOutput": 252592
|
|
2333
2475
|
},
|
|
2334
2476
|
"src/api/cursorLeaseManager.ts": {
|
|
2335
2477
|
"bytesInOutput": 1777
|
|
@@ -2355,11 +2497,35 @@
|
|
|
2355
2497
|
"src/flow-library/importSources.ts": {
|
|
2356
2498
|
"bytesInOutput": 516
|
|
2357
2499
|
},
|
|
2500
|
+
"src/flow-library/exportSinkContext.ts": {
|
|
2501
|
+
"bytesInOutput": 1678
|
|
2502
|
+
},
|
|
2358
2503
|
"src/flow-library/publicTypes.ts": {
|
|
2359
2504
|
"bytesInOutput": 442
|
|
2505
|
+
},
|
|
2506
|
+
"src/export/types.ts": {
|
|
2507
|
+
"bytesInOutput": 750
|
|
2508
|
+
},
|
|
2509
|
+
"src/export/decimalText.ts": {
|
|
2510
|
+
"bytesInOutput": 623
|
|
2511
|
+
},
|
|
2512
|
+
"src/export/dateTimeText.ts": {
|
|
2513
|
+
"bytesInOutput": 1823
|
|
2514
|
+
},
|
|
2515
|
+
"src/export/cellSerializer.ts": {
|
|
2516
|
+
"bytesInOutput": 1548
|
|
2517
|
+
},
|
|
2518
|
+
"src/export/encoding.ts": {
|
|
2519
|
+
"bytesInOutput": 686
|
|
2520
|
+
},
|
|
2521
|
+
"src/export/csvSerializer.ts": {
|
|
2522
|
+
"bytesInOutput": 614
|
|
2523
|
+
},
|
|
2524
|
+
"src/flow-library/exportSinks.ts": {
|
|
2525
|
+
"bytesInOutput": 1593
|
|
2360
2526
|
}
|
|
2361
2527
|
},
|
|
2362
|
-
"bytes":
|
|
2528
|
+
"bytes": 705208
|
|
2363
2529
|
}
|
|
2364
2530
|
}
|
|
2365
2531
|
}
|
package/dist-flow/meta/esm.json
CHANGED
|
@@ -1388,7 +1388,7 @@
|
|
|
1388
1388
|
"format": "esm"
|
|
1389
1389
|
},
|
|
1390
1390
|
"src/import/jsonMaterializer.ts": {
|
|
1391
|
-
"bytes":
|
|
1391
|
+
"bytes": 4121,
|
|
1392
1392
|
"imports": [
|
|
1393
1393
|
{
|
|
1394
1394
|
"path": "src/import/jsonDecoder.ts",
|
|
@@ -1404,7 +1404,7 @@
|
|
|
1404
1404
|
"format": "esm"
|
|
1405
1405
|
},
|
|
1406
1406
|
"src/import/materializeDmlSource.ts": {
|
|
1407
|
-
"bytes":
|
|
1407
|
+
"bytes": 5639,
|
|
1408
1408
|
"imports": [
|
|
1409
1409
|
{
|
|
1410
1410
|
"path": "src/import/csvDecoder.ts",
|
|
@@ -1430,7 +1430,7 @@
|
|
|
1430
1430
|
"format": "esm"
|
|
1431
1431
|
},
|
|
1432
1432
|
"src/import/importRecordsMaterializer.ts": {
|
|
1433
|
-
"bytes":
|
|
1433
|
+
"bytes": 7835,
|
|
1434
1434
|
"imports": [
|
|
1435
1435
|
{
|
|
1436
1436
|
"path": "src/import/csvDecoder.ts",
|
|
@@ -1492,7 +1492,7 @@
|
|
|
1492
1492
|
"format": "esm"
|
|
1493
1493
|
},
|
|
1494
1494
|
"src/execute.ts": {
|
|
1495
|
-
"bytes":
|
|
1495
|
+
"bytes": 636914,
|
|
1496
1496
|
"imports": [
|
|
1497
1497
|
{
|
|
1498
1498
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1971,13 +1971,145 @@
|
|
|
1971
1971
|
],
|
|
1972
1972
|
"format": "esm"
|
|
1973
1973
|
},
|
|
1974
|
+
"src/flow-library/exportSinkContext.ts": {
|
|
1975
|
+
"bytes": 4430,
|
|
1976
|
+
"imports": [
|
|
1977
|
+
{
|
|
1978
|
+
"path": "src/core/batch.ts",
|
|
1979
|
+
"kind": "import-statement",
|
|
1980
|
+
"original": "../core/batch"
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"path": "src/flow-library/errors.ts",
|
|
1984
|
+
"kind": "import-statement",
|
|
1985
|
+
"original": "./errors"
|
|
1986
|
+
}
|
|
1987
|
+
],
|
|
1988
|
+
"format": "esm"
|
|
1989
|
+
},
|
|
1974
1990
|
"src/flow-library/publicTypes.ts": {
|
|
1975
|
-
"bytes":
|
|
1991
|
+
"bytes": 13197,
|
|
1976
1992
|
"imports": [],
|
|
1977
1993
|
"format": "esm"
|
|
1978
1994
|
},
|
|
1995
|
+
"src/export/types.ts": {
|
|
1996
|
+
"bytes": 2862,
|
|
1997
|
+
"imports": [],
|
|
1998
|
+
"format": "esm"
|
|
1999
|
+
},
|
|
2000
|
+
"src/export/decimalText.ts": {
|
|
2001
|
+
"bytes": 1592,
|
|
2002
|
+
"imports": [
|
|
2003
|
+
{
|
|
2004
|
+
"path": "src/export/types.ts",
|
|
2005
|
+
"kind": "import-statement",
|
|
2006
|
+
"original": "./types"
|
|
2007
|
+
}
|
|
2008
|
+
],
|
|
2009
|
+
"format": "esm"
|
|
2010
|
+
},
|
|
2011
|
+
"src/export/dateTimeText.ts": {
|
|
2012
|
+
"bytes": 3819,
|
|
2013
|
+
"imports": [
|
|
2014
|
+
{
|
|
2015
|
+
"path": "src/export/types.ts",
|
|
2016
|
+
"kind": "import-statement",
|
|
2017
|
+
"original": "./types"
|
|
2018
|
+
}
|
|
2019
|
+
],
|
|
2020
|
+
"format": "esm"
|
|
2021
|
+
},
|
|
2022
|
+
"src/export/cellSerializer.ts": {
|
|
2023
|
+
"bytes": 3750,
|
|
2024
|
+
"imports": [
|
|
2025
|
+
{
|
|
2026
|
+
"path": "src/export/decimalText.ts",
|
|
2027
|
+
"kind": "import-statement",
|
|
2028
|
+
"original": "./decimalText"
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"path": "src/export/dateTimeText.ts",
|
|
2032
|
+
"kind": "import-statement",
|
|
2033
|
+
"original": "./dateTimeText"
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"path": "src/export/types.ts",
|
|
2037
|
+
"kind": "import-statement",
|
|
2038
|
+
"original": "./types"
|
|
2039
|
+
}
|
|
2040
|
+
],
|
|
2041
|
+
"format": "esm"
|
|
2042
|
+
},
|
|
2043
|
+
"src/export/encoding.ts": {
|
|
2044
|
+
"bytes": 1593,
|
|
2045
|
+
"imports": [
|
|
2046
|
+
{
|
|
2047
|
+
"path": "src/export/types.ts",
|
|
2048
|
+
"kind": "import-statement",
|
|
2049
|
+
"original": "./types"
|
|
2050
|
+
}
|
|
2051
|
+
],
|
|
2052
|
+
"format": "esm"
|
|
2053
|
+
},
|
|
2054
|
+
"src/export/csvSerializer.ts": {
|
|
2055
|
+
"bytes": 1908,
|
|
2056
|
+
"imports": [
|
|
2057
|
+
{
|
|
2058
|
+
"path": "src/export/cellSerializer.ts",
|
|
2059
|
+
"kind": "import-statement",
|
|
2060
|
+
"original": "./cellSerializer"
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"path": "src/export/dateTimeText.ts",
|
|
2064
|
+
"kind": "import-statement",
|
|
2065
|
+
"original": "./dateTimeText"
|
|
2066
|
+
},
|
|
2067
|
+
{
|
|
2068
|
+
"path": "src/export/encoding.ts",
|
|
2069
|
+
"kind": "import-statement",
|
|
2070
|
+
"original": "./encoding"
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"path": "src/export/types.ts",
|
|
2074
|
+
"kind": "import-statement",
|
|
2075
|
+
"original": "./types"
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"path": "src/export/types.ts",
|
|
2079
|
+
"kind": "import-statement",
|
|
2080
|
+
"original": "./types"
|
|
2081
|
+
}
|
|
2082
|
+
],
|
|
2083
|
+
"format": "esm"
|
|
2084
|
+
},
|
|
2085
|
+
"src/flow-library/exportSinks.ts": {
|
|
2086
|
+
"bytes": 4042,
|
|
2087
|
+
"imports": [
|
|
2088
|
+
{
|
|
2089
|
+
"path": "src/execute.ts",
|
|
2090
|
+
"kind": "import-statement",
|
|
2091
|
+
"original": "../execute"
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
"path": "src/export/csvSerializer.ts",
|
|
2095
|
+
"kind": "import-statement",
|
|
2096
|
+
"original": "../export/csvSerializer"
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"path": "src/flow-library/errors.ts",
|
|
2100
|
+
"kind": "import-statement",
|
|
2101
|
+
"original": "./errors"
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"path": "src/flow-library/exportSinkContext.ts",
|
|
2105
|
+
"kind": "import-statement",
|
|
2106
|
+
"original": "./exportSinkContext"
|
|
2107
|
+
}
|
|
2108
|
+
],
|
|
2109
|
+
"format": "esm"
|
|
2110
|
+
},
|
|
1979
2111
|
"src/flow-library/index.ts": {
|
|
1980
|
-
"bytes":
|
|
2112
|
+
"bytes": 15628,
|
|
1981
2113
|
"imports": [
|
|
1982
2114
|
{
|
|
1983
2115
|
"path": "src/core/diagnostics.ts",
|
|
@@ -2019,10 +2151,20 @@
|
|
|
2019
2151
|
"kind": "import-statement",
|
|
2020
2152
|
"original": "./importSources"
|
|
2021
2153
|
},
|
|
2154
|
+
{
|
|
2155
|
+
"path": "src/flow-library/exportSinkContext.ts",
|
|
2156
|
+
"kind": "import-statement",
|
|
2157
|
+
"original": "./exportSinkContext"
|
|
2158
|
+
},
|
|
2022
2159
|
{
|
|
2023
2160
|
"path": "src/flow-library/publicTypes.ts",
|
|
2024
2161
|
"kind": "import-statement",
|
|
2025
2162
|
"original": "./publicTypes"
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
"path": "src/flow-library/exportSinks.ts",
|
|
2166
|
+
"kind": "import-statement",
|
|
2167
|
+
"original": "./exportSinks"
|
|
2026
2168
|
}
|
|
2027
2169
|
],
|
|
2028
2170
|
"format": "esm"
|
|
@@ -2040,9 +2182,13 @@
|
|
|
2040
2182
|
"disposeExecutionContext",
|
|
2041
2183
|
"executeStatement",
|
|
2042
2184
|
"explainScript",
|
|
2185
|
+
"exportSinkStatus",
|
|
2043
2186
|
"isDmlResult",
|
|
2044
2187
|
"parseScript",
|
|
2045
2188
|
"previewStatement",
|
|
2189
|
+
"serializeCsvExport",
|
|
2190
|
+
"serializeExportSink",
|
|
2191
|
+
"serializeSelectResultAsCsv",
|
|
2046
2192
|
"validateScript",
|
|
2047
2193
|
"version"
|
|
2048
2194
|
],
|
|
@@ -2310,13 +2456,13 @@
|
|
|
2310
2456
|
"bytesInOutput": 1388
|
|
2311
2457
|
},
|
|
2312
2458
|
"src/import/jsonMaterializer.ts": {
|
|
2313
|
-
"bytesInOutput":
|
|
2459
|
+
"bytesInOutput": 2013
|
|
2314
2460
|
},
|
|
2315
2461
|
"src/import/materializeDmlSource.ts": {
|
|
2316
|
-
"bytesInOutput":
|
|
2462
|
+
"bytesInOutput": 2586
|
|
2317
2463
|
},
|
|
2318
2464
|
"src/import/importRecordsMaterializer.ts": {
|
|
2319
|
-
"bytesInOutput":
|
|
2465
|
+
"bytesInOutput": 3428
|
|
2320
2466
|
},
|
|
2321
2467
|
"src/import/importRecordValidation.ts": {
|
|
2322
2468
|
"bytesInOutput": 3332
|
|
@@ -2340,7 +2486,7 @@
|
|
|
2340
2486
|
"bytesInOutput": 412
|
|
2341
2487
|
},
|
|
2342
2488
|
"src/execute.ts": {
|
|
2343
|
-
"bytesInOutput":
|
|
2489
|
+
"bytesInOutput": 252592
|
|
2344
2490
|
},
|
|
2345
2491
|
"src/api/cursorLeaseManager.ts": {
|
|
2346
2492
|
"bytesInOutput": 1777
|
|
@@ -2366,14 +2512,38 @@
|
|
|
2366
2512
|
"src/flow-library/importSources.ts": {
|
|
2367
2513
|
"bytesInOutput": 516
|
|
2368
2514
|
},
|
|
2515
|
+
"src/flow-library/exportSinkContext.ts": {
|
|
2516
|
+
"bytesInOutput": 1678
|
|
2517
|
+
},
|
|
2369
2518
|
"src/flow-library/publicTypes.ts": {
|
|
2370
2519
|
"bytesInOutput": 442
|
|
2371
2520
|
},
|
|
2372
2521
|
"src/flow-library/index.ts": {
|
|
2373
|
-
"bytesInOutput":
|
|
2522
|
+
"bytesInOutput": 6054
|
|
2523
|
+
},
|
|
2524
|
+
"src/export/types.ts": {
|
|
2525
|
+
"bytesInOutput": 750
|
|
2526
|
+
},
|
|
2527
|
+
"src/export/decimalText.ts": {
|
|
2528
|
+
"bytesInOutput": 623
|
|
2529
|
+
},
|
|
2530
|
+
"src/export/dateTimeText.ts": {
|
|
2531
|
+
"bytesInOutput": 1823
|
|
2532
|
+
},
|
|
2533
|
+
"src/export/cellSerializer.ts": {
|
|
2534
|
+
"bytesInOutput": 1548
|
|
2535
|
+
},
|
|
2536
|
+
"src/export/encoding.ts": {
|
|
2537
|
+
"bytesInOutput": 686
|
|
2538
|
+
},
|
|
2539
|
+
"src/export/csvSerializer.ts": {
|
|
2540
|
+
"bytesInOutput": 614
|
|
2541
|
+
},
|
|
2542
|
+
"src/flow-library/exportSinks.ts": {
|
|
2543
|
+
"bytesInOutput": 1593
|
|
2374
2544
|
}
|
|
2375
2545
|
},
|
|
2376
|
-
"bytes":
|
|
2546
|
+
"bytes": 704422
|
|
2377
2547
|
}
|
|
2378
2548
|
}
|
|
2379
2549
|
}
|