@rex0220/kintone-sql-tools 3.27.0 → 3.29.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.
@@ -95,7 +95,7 @@
95
95
  "format": "esm"
96
96
  },
97
97
  "src/core/dmlGuard.ts": {
98
- "bytes": 8488,
98
+ "bytes": 9379,
99
99
  "imports": [
100
100
  {
101
101
  "path": "src/types/ast.ts",
@@ -232,8 +232,19 @@
232
232
  ],
233
233
  "format": "esm"
234
234
  },
235
+ "src/core/optimization/relativeDateFullScanExactPlan.ts": {
236
+ "bytes": 7609,
237
+ "imports": [
238
+ {
239
+ "path": "src/core/relativeDateFunction.ts",
240
+ "kind": "import-statement",
241
+ "original": "../relativeDateFunction"
242
+ }
243
+ ],
244
+ "format": "esm"
245
+ },
235
246
  "src/core/klikeValidation.ts": {
236
- "bytes": 11325,
247
+ "bytes": 12296,
237
248
  "imports": [
238
249
  {
239
250
  "path": "src/converter/selectToKintone.ts",
@@ -255,6 +266,11 @@
255
266
  "kind": "import-statement",
256
267
  "original": "./optimization/klikePushdownPlan"
257
268
  },
269
+ {
270
+ "path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
271
+ "kind": "import-statement",
272
+ "original": "./optimization/relativeDateFullScanExactPlan"
273
+ },
258
274
  {
259
275
  "path": "src/core/applyPatchScope.ts",
260
276
  "kind": "import-statement",
@@ -755,7 +771,7 @@
755
771
  "format": "esm"
756
772
  },
757
773
  "src/core/optimization/joinPredicatePushdown.ts": {
758
- "bytes": 19803,
774
+ "bytes": 40818,
759
775
  "imports": [
760
776
  {
761
777
  "path": "src/types/ast.ts",
@@ -777,6 +793,16 @@
777
793
  "kind": "import-statement",
778
794
  "original": "../like"
779
795
  },
796
+ {
797
+ "path": "src/core/relativeDateFunction.ts",
798
+ "kind": "import-statement",
799
+ "original": "../relativeDateFunction"
800
+ },
801
+ {
802
+ "path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
803
+ "kind": "import-statement",
804
+ "original": "./relativeDateFullScanExactPlan"
805
+ },
780
806
  {
781
807
  "path": "src/core/optimization/whereCapability.ts",
782
808
  "kind": "import-statement",
@@ -915,19 +941,8 @@
915
941
  "imports": [],
916
942
  "format": "esm"
917
943
  },
918
- "src/core/optimization/relativeDateFullScanExactPlan.ts": {
919
- "bytes": 7609,
920
- "imports": [
921
- {
922
- "path": "src/core/relativeDateFunction.ts",
923
- "kind": "import-statement",
924
- "original": "../relativeDateFunction"
925
- }
926
- ],
927
- "format": "esm"
928
- },
929
944
  "src/core/optimization/relativeDatePushdownGuard.ts": {
930
- "bytes": 21189,
945
+ "bytes": 22959,
931
946
  "imports": [
932
947
  {
933
948
  "path": "src/converter/selectToKintone.ts",
@@ -953,6 +968,11 @@
953
968
  "path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
954
969
  "kind": "import-statement",
955
970
  "original": "./relativeDateFullScanExactPlan"
971
+ },
972
+ {
973
+ "path": "src/core/optimization/joinPredicatePushdown.ts",
974
+ "kind": "import-statement",
975
+ "original": "./joinPredicatePushdown"
956
976
  }
957
977
  ],
958
978
  "format": "esm"
@@ -1141,7 +1161,7 @@
1141
1161
  "format": "esm"
1142
1162
  },
1143
1163
  "src/execute.ts": {
1144
- "bytes": 446249,
1164
+ "bytes": 454115,
1145
1165
  "imports": [
1146
1166
  {
1147
1167
  "path": "src/lexer/lexer.ts",
@@ -1477,7 +1497,7 @@
1477
1497
  "format": "esm"
1478
1498
  },
1479
1499
  "src/engine-library/errors.ts": {
1480
- "bytes": 3031,
1500
+ "bytes": 3714,
1481
1501
  "imports": [
1482
1502
  {
1483
1503
  "path": "src/api/fetchAll.ts",
@@ -1603,10 +1623,21 @@
1603
1623
  "format": "esm"
1604
1624
  },
1605
1625
  "src/engine-library/options.ts": {
1606
- "bytes": 3253,
1626
+ "bytes": 5024,
1607
1627
  "imports": [],
1608
1628
  "format": "esm"
1609
1629
  },
1630
+ "src/engine-library/resultMapping.ts": {
1631
+ "bytes": 1867,
1632
+ "imports": [
1633
+ {
1634
+ "path": "src/execute.ts",
1635
+ "kind": "import-statement",
1636
+ "original": "../execute"
1637
+ }
1638
+ ],
1639
+ "format": "esm"
1640
+ },
1610
1641
  "src/core/sql.ts": {
1611
1642
  "bytes": 858,
1612
1643
  "imports": [
@@ -1628,14 +1659,29 @@
1628
1659
  ],
1629
1660
  "format": "esm"
1630
1661
  },
1662
+ "src/core/applyGuard.ts": {
1663
+ "bytes": 638,
1664
+ "imports": [],
1665
+ "format": "esm"
1666
+ },
1631
1667
  "src/engine-library/statementGuard.ts": {
1632
- "bytes": 3420,
1668
+ "bytes": 4597,
1633
1669
  "imports": [
1634
1670
  {
1635
1671
  "path": "src/core/sql.ts",
1636
1672
  "kind": "import-statement",
1637
1673
  "original": "../core/sql"
1638
1674
  },
1675
+ {
1676
+ "path": "src/core/applyGuard.ts",
1677
+ "kind": "import-statement",
1678
+ "original": "../core/applyGuard"
1679
+ },
1680
+ {
1681
+ "path": "src/core/dmlGuard.ts",
1682
+ "kind": "import-statement",
1683
+ "original": "../core/dmlGuard"
1684
+ },
1639
1685
  {
1640
1686
  "path": "src/core/klikeValidation.ts",
1641
1687
  "kind": "import-statement",
@@ -1649,8 +1695,49 @@
1649
1695
  ],
1650
1696
  "format": "esm"
1651
1697
  },
1698
+ "src/engine-library/batch.ts": {
1699
+ "bytes": 3529,
1700
+ "imports": [
1701
+ {
1702
+ "path": "src/execute.ts",
1703
+ "kind": "import-statement",
1704
+ "original": "../execute"
1705
+ },
1706
+ {
1707
+ "path": "src/engine-library/errors.ts",
1708
+ "kind": "import-statement",
1709
+ "original": "./errors"
1710
+ },
1711
+ {
1712
+ "path": "src/engine-library/cursorScope.ts",
1713
+ "kind": "import-statement",
1714
+ "original": "./cursorScope"
1715
+ },
1716
+ {
1717
+ "path": "src/engine-library/options.ts",
1718
+ "kind": "import-statement",
1719
+ "original": "./options"
1720
+ },
1721
+ {
1722
+ "path": "src/engine-library/readonlyClient.ts",
1723
+ "kind": "import-statement",
1724
+ "original": "./readonlyClient"
1725
+ },
1726
+ {
1727
+ "path": "src/engine-library/resultMapping.ts",
1728
+ "kind": "import-statement",
1729
+ "original": "./resultMapping"
1730
+ },
1731
+ {
1732
+ "path": "src/engine-library/statementGuard.ts",
1733
+ "kind": "import-statement",
1734
+ "original": "./statementGuard"
1735
+ }
1736
+ ],
1737
+ "format": "esm"
1738
+ },
1652
1739
  "src/engine-library/query.ts": {
1653
- "bytes": 3614,
1740
+ "bytes": 2547,
1654
1741
  "imports": [
1655
1742
  {
1656
1743
  "path": "src/execute.ts",
@@ -1677,6 +1764,11 @@
1677
1764
  "kind": "import-statement",
1678
1765
  "original": "./readonlyClient"
1679
1766
  },
1767
+ {
1768
+ "path": "src/engine-library/resultMapping.ts",
1769
+ "kind": "import-statement",
1770
+ "original": "./resultMapping"
1771
+ },
1680
1772
  {
1681
1773
  "path": "src/engine-library/statementGuard.ts",
1682
1774
  "kind": "import-statement",
@@ -1686,7 +1778,7 @@
1686
1778
  "format": "esm"
1687
1779
  },
1688
1780
  "src/engine-library/index.ts": {
1689
- "bytes": 985,
1781
+ "bytes": 1101,
1690
1782
  "imports": [
1691
1783
  {
1692
1784
  "path": "src/engine-library/errors.ts",
@@ -1698,6 +1790,11 @@
1698
1790
  "kind": "import-statement",
1699
1791
  "original": "./browserClient"
1700
1792
  },
1793
+ {
1794
+ "path": "src/engine-library/batch.ts",
1795
+ "kind": "import-statement",
1796
+ "original": "./batch"
1797
+ },
1701
1798
  {
1702
1799
  "path": "src/engine-library/query.ts",
1703
1800
  "kind": "import-statement",
@@ -1714,6 +1811,7 @@
1714
1811
  "KsqlEngineError",
1715
1812
  "createReadonlyKintoneClient",
1716
1813
  "explainQuery",
1814
+ "runBatch",
1717
1815
  "runQuery",
1718
1816
  "version"
1719
1817
  ],
@@ -1735,7 +1833,7 @@
1735
1833
  "bytesInOutput": 139
1736
1834
  },
1737
1835
  "src/core/grouping.ts": {
1738
- "bytesInOutput": 1281
1836
+ "bytesInOutput": 1284
1739
1837
  },
1740
1838
  "src/core/aggregateExpression.ts": {
1741
1839
  "bytesInOutput": 2592
@@ -1747,7 +1845,7 @@
1747
1845
  "bytesInOutput": 92192
1748
1846
  },
1749
1847
  "src/core/dmlGuard.ts": {
1750
- "bytesInOutput": 1881
1848
+ "bytesInOutput": 2857
1751
1849
  },
1752
1850
  "src/core/applyPatchScope.ts": {
1753
1851
  "bytesInOutput": 12612
@@ -1762,7 +1860,7 @@
1762
1860
  "bytesInOutput": 5075
1763
1861
  },
1764
1862
  "src/converter/selectToKintone.ts": {
1765
- "bytesInOutput": 8913
1863
+ "bytesInOutput": 8915
1766
1864
  },
1767
1865
  "src/core/cteInlining.ts": {
1768
1866
  "bytesInOutput": 1224
@@ -1773,14 +1871,20 @@
1773
1871
  "src/core/optimization/klikePushdownPlan.ts": {
1774
1872
  "bytesInOutput": 1363
1775
1873
  },
1874
+ "src/core/optimization/relativeDateFullScanExactPlan.ts": {
1875
+ "bytesInOutput": 2474
1876
+ },
1776
1877
  "src/core/klikeValidation.ts": {
1777
- "bytesInOutput": 5843
1878
+ "bytesInOutput": 6076
1778
1879
  },
1779
1880
  "src/engine/groupingRowMeta.ts": {
1780
1881
  "bytesInOutput": 559
1781
1882
  },
1782
1883
  "src/core/groupingValidation.ts": {
1783
- "bytesInOutput": 5173
1884
+ "bytesInOutput": 5175
1885
+ },
1886
+ "src/core/batch.ts": {
1887
+ "bytesInOutput": 5499
1784
1888
  },
1785
1889
  "src/core/fieldSemantics.ts": {
1786
1890
  "bytesInOutput": 1368
@@ -1792,7 +1896,7 @@
1792
1896
  "bytesInOutput": 11162
1793
1897
  },
1794
1898
  "src/engine/evalWhere.ts": {
1795
- "bytesInOutput": 5516
1899
+ "bytesInOutput": 5752
1796
1900
  },
1797
1901
  "src/core/dmlCustomCheck.ts": {
1798
1902
  "bytesInOutput": 1250
@@ -1845,11 +1949,14 @@
1845
1949
  "src/core/applyUpsertExecutePrepared.ts": {
1846
1950
  "bytesInOutput": 1487
1847
1951
  },
1952
+ "src/core/batchVariables.ts": {
1953
+ "bytesInOutput": 667
1954
+ },
1848
1955
  "src/core/outerJoinSearchAbortGuard.ts": {
1849
1956
  "bytesInOutput": 366
1850
1957
  },
1851
1958
  "src/core/explainMetadata.ts": {
1852
- "bytesInOutput": 626
1959
+ "bytesInOutput": 627
1853
1960
  },
1854
1961
  "src/core/optimization/sharedPlanner.ts": {
1855
1962
  "bytesInOutput": 339
@@ -1858,7 +1965,7 @@
1858
1965
  "bytesInOutput": 9013
1859
1966
  },
1860
1967
  "src/core/optimization/joinPredicatePushdown.ts": {
1861
- "bytesInOutput": 6428
1968
+ "bytesInOutput": 13814
1862
1969
  },
1863
1970
  "src/core/optimization/applyParentSelectionPlan.ts": {
1864
1971
  "bytesInOutput": 246
@@ -1885,7 +1992,7 @@
1885
1992
  "bytesInOutput": 2656
1886
1993
  },
1887
1994
  "src/engine/process.ts": {
1888
- "bytesInOutput": 19953
1995
+ "bytesInOutput": 19954
1889
1996
  },
1890
1997
  "src/converter/subtableAdapter.ts": {
1891
1998
  "bytesInOutput": 643
@@ -1893,11 +2000,8 @@
1893
2000
  "src/core/dmlPrevalidation.ts": {
1894
2001
  "bytesInOutput": 1136
1895
2002
  },
1896
- "src/core/optimization/relativeDateFullScanExactPlan.ts": {
1897
- "bytesInOutput": 2474
1898
- },
1899
2003
  "src/core/optimization/relativeDatePushdownGuard.ts": {
1900
- "bytesInOutput": 5813
2004
+ "bytesInOutput": 6253
1901
2005
  },
1902
2006
  "src/core/optimization/relativeDatePrefilterPlan.ts": {
1903
2007
  "bytesInOutput": 4827
@@ -1948,10 +2052,10 @@
1948
2052
  "bytesInOutput": 412
1949
2053
  },
1950
2054
  "src/execute.ts": {
1951
- "bytesInOutput": 160291
2055
+ "bytesInOutput": 173320
1952
2056
  },
1953
2057
  "src/engine-library/errors.ts": {
1954
- "bytesInOutput": 1116
2058
+ "bytesInOutput": 1306
1955
2059
  },
1956
2060
  "src/api/cursorLeaseManager.ts": {
1957
2061
  "bytesInOutput": 1777
@@ -1978,22 +2082,31 @@
1978
2082
  "bytesInOutput": 766
1979
2083
  },
1980
2084
  "src/engine-library/options.ts": {
1981
- "bytesInOutput": 1584
2085
+ "bytesInOutput": 2212
2086
+ },
2087
+ "src/engine-library/resultMapping.ts": {
2088
+ "bytesInOutput": 777
1982
2089
  },
1983
2090
  "src/core/sql.ts": {
1984
- "bytesInOutput": 84
2091
+ "bytesInOutput": 186
2092
+ },
2093
+ "src/core/applyGuard.ts": {
2094
+ "bytesInOutput": 236
1985
2095
  },
1986
2096
  "src/engine-library/statementGuard.ts": {
1987
- "bytesInOutput": 1082
2097
+ "bytesInOutput": 1704
2098
+ },
2099
+ "src/engine-library/batch.ts": {
2100
+ "bytesInOutput": 896
1988
2101
  },
1989
2102
  "src/engine-library/query.ts": {
1990
- "bytesInOutput": 1231
2103
+ "bytesInOutput": 603
1991
2104
  },
1992
2105
  "src/engine-library/index.ts": {
1993
2106
  "bytesInOutput": 16
1994
2107
  }
1995
2108
  },
1996
- "bytes": 492268
2109
+ "bytes": 523581
1997
2110
  }
1998
2111
  }
1999
2112
  }