@rex0220/kintone-sql-tools 3.24.0 → 3.26.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.
@@ -27,7 +27,7 @@
27
27
  "format": "esm"
28
28
  },
29
29
  "src/types/ast.ts": {
30
- "bytes": 34313,
30
+ "bytes": 34493,
31
31
  "imports": [
32
32
  {
33
33
  "path": "src/core/exactDecimal.ts",
@@ -54,12 +54,12 @@
54
54
  "format": "esm"
55
55
  },
56
56
  "src/core/relativeDateFunction.ts": {
57
- "bytes": 512,
57
+ "bytes": 1169,
58
58
  "imports": [],
59
59
  "format": "esm"
60
60
  },
61
61
  "src/parser/parser.ts": {
62
- "bytes": 166088,
62
+ "bytes": 166811,
63
63
  "imports": [
64
64
  {
65
65
  "path": "src/lexer/tokens.ts",
@@ -138,7 +138,7 @@
138
138
  "format": "esm"
139
139
  },
140
140
  "src/converter/whereToKintone.ts": {
141
- "bytes": 12959,
141
+ "bytes": 13060,
142
142
  "imports": [
143
143
  {
144
144
  "path": "src/engine/pushDownNot.ts",
@@ -353,7 +353,7 @@
353
353
  "format": "esm"
354
354
  },
355
355
  "src/engine/evalWhere.ts": {
356
- "bytes": 19501,
356
+ "bytes": 19891,
357
357
  "imports": [
358
358
  {
359
359
  "path": "src/types/ast.ts",
@@ -738,6 +738,48 @@
738
738
  ],
739
739
  "format": "esm"
740
740
  },
741
+ "src/core/optimization/whereCapability.ts": {
742
+ "bytes": 21915,
743
+ "imports": [
744
+ {
745
+ "path": "src/core/relativeDateFunction.ts",
746
+ "kind": "import-statement",
747
+ "original": "../relativeDateFunction"
748
+ }
749
+ ],
750
+ "format": "esm"
751
+ },
752
+ "src/core/optimization/joinPredicatePushdown.ts": {
753
+ "bytes": 19803,
754
+ "imports": [
755
+ {
756
+ "path": "src/types/ast.ts",
757
+ "kind": "import-statement",
758
+ "original": "../../types/ast"
759
+ },
760
+ {
761
+ "path": "src/converter/whereToKintone.ts",
762
+ "kind": "import-statement",
763
+ "original": "../../converter/whereToKintone"
764
+ },
765
+ {
766
+ "path": "src/core/fieldSemantics.ts",
767
+ "kind": "import-statement",
768
+ "original": "../fieldSemantics"
769
+ },
770
+ {
771
+ "path": "src/core/like.ts",
772
+ "kind": "import-statement",
773
+ "original": "../like"
774
+ },
775
+ {
776
+ "path": "src/core/optimization/whereCapability.ts",
777
+ "kind": "import-statement",
778
+ "original": "./whereCapability"
779
+ }
780
+ ],
781
+ "format": "esm"
782
+ },
741
783
  "src/core/optimization/applyParentSelectionPlan.ts": {
742
784
  "bytes": 1179,
743
785
  "imports": [
@@ -868,19 +910,8 @@
868
910
  "imports": [],
869
911
  "format": "esm"
870
912
  },
871
- "src/core/optimization/whereCapability.ts": {
872
- "bytes": 15141,
873
- "imports": [
874
- {
875
- "path": "src/core/relativeDateFunction.ts",
876
- "kind": "import-statement",
877
- "original": "../relativeDateFunction"
878
- }
879
- ],
880
- "format": "esm"
881
- },
882
913
  "src/core/optimization/relativeDateFullScanExactPlan.ts": {
883
- "bytes": 7094,
914
+ "bytes": 7609,
884
915
  "imports": [
885
916
  {
886
917
  "path": "src/core/relativeDateFunction.ts",
@@ -891,7 +922,7 @@
891
922
  "format": "esm"
892
923
  },
893
924
  "src/core/optimization/relativeDatePushdownGuard.ts": {
894
- "bytes": 18438,
925
+ "bytes": 21189,
895
926
  "imports": [
896
927
  {
897
928
  "path": "src/converter/selectToKintone.ts",
@@ -922,7 +953,7 @@
922
953
  "format": "esm"
923
954
  },
924
955
  "src/core/optimization/relativeDatePrefilterPlan.ts": {
925
- "bytes": 15411,
956
+ "bytes": 15622,
926
957
  "imports": [
927
958
  {
928
959
  "path": "src/converter/whereToKintone.ts",
@@ -1105,7 +1136,7 @@
1105
1136
  "format": "esm"
1106
1137
  },
1107
1138
  "src/execute.ts": {
1108
- "bytes": 436865,
1139
+ "bytes": 445503,
1109
1140
  "imports": [
1110
1141
  {
1111
1142
  "path": "src/lexer/lexer.ts",
@@ -1262,6 +1293,11 @@
1262
1293
  "kind": "import-statement",
1263
1294
  "original": "./core/optimization/klikePushdownPlan"
1264
1295
  },
1296
+ {
1297
+ "path": "src/core/optimization/joinPredicatePushdown.ts",
1298
+ "kind": "import-statement",
1299
+ "original": "./core/optimization/joinPredicatePushdown"
1300
+ },
1265
1301
  {
1266
1302
  "path": "src/core/optimization/applyParentSelectionPlan.ts",
1267
1303
  "kind": "import-statement",
@@ -1372,6 +1408,11 @@
1372
1408
  "kind": "import-statement",
1373
1409
  "original": "./core/optimization/relativeDateFullScanExactPlan"
1374
1410
  },
1411
+ {
1412
+ "path": "src/core/relativeDateFunction.ts",
1413
+ "kind": "import-statement",
1414
+ "original": "./core/relativeDateFunction"
1415
+ },
1375
1416
  {
1376
1417
  "path": "src/import/sourceLoader.ts",
1377
1418
  "kind": "import-statement",
@@ -1700,25 +1741,25 @@
1700
1741
  "bytesInOutput": 2592
1701
1742
  },
1702
1743
  "src/core/relativeDateFunction.ts": {
1703
- "bytesInOutput": 246
1744
+ "bytesInOutput": 427
1704
1745
  },
1705
1746
  "src/parser/parser.ts": {
1706
- "bytesInOutput": 91609
1747
+ "bytesInOutput": 92192
1707
1748
  },
1708
1749
  "src/core/dmlGuard.ts": {
1709
1750
  "bytesInOutput": 1881
1710
1751
  },
1711
1752
  "src/core/applyPatchScope.ts": {
1712
- "bytesInOutput": 12614
1753
+ "bytesInOutput": 12612
1713
1754
  },
1714
1755
  "src/engine/pushDownNot.ts": {
1715
- "bytesInOutput": 792
1756
+ "bytesInOutput": 793
1716
1757
  },
1717
1758
  "src/core/like.ts": {
1718
1759
  "bytesInOutput": 651
1719
1760
  },
1720
1761
  "src/converter/whereToKintone.ts": {
1721
- "bytesInOutput": 5033
1762
+ "bytesInOutput": 5075
1722
1763
  },
1723
1764
  "src/converter/selectToKintone.ts": {
1724
1765
  "bytesInOutput": 8913
@@ -1751,7 +1792,7 @@
1751
1792
  "bytesInOutput": 11162
1752
1793
  },
1753
1794
  "src/engine/evalWhere.ts": {
1754
- "bytesInOutput": 5696
1795
+ "bytesInOutput": 5516
1755
1796
  },
1756
1797
  "src/core/dmlCustomCheck.ts": {
1757
1798
  "bytesInOutput": 1250
@@ -1810,6 +1851,12 @@
1810
1851
  "src/core/optimization/sharedPlanner.ts": {
1811
1852
  "bytesInOutput": 339
1812
1853
  },
1854
+ "src/core/optimization/whereCapability.ts": {
1855
+ "bytesInOutput": 9013
1856
+ },
1857
+ "src/core/optimization/joinPredicatePushdown.ts": {
1858
+ "bytesInOutput": 6428
1859
+ },
1813
1860
  "src/core/optimization/applyParentSelectionPlan.ts": {
1814
1861
  "bytesInOutput": 246
1815
1862
  },
@@ -1843,17 +1890,14 @@
1843
1890
  "src/core/dmlPrevalidation.ts": {
1844
1891
  "bytesInOutput": 1136
1845
1892
  },
1846
- "src/core/optimization/whereCapability.ts": {
1847
- "bytesInOutput": 6602
1848
- },
1849
1893
  "src/core/optimization/relativeDateFullScanExactPlan.ts": {
1850
- "bytesInOutput": 2350
1894
+ "bytesInOutput": 2474
1851
1895
  },
1852
1896
  "src/core/optimization/relativeDatePushdownGuard.ts": {
1853
- "bytesInOutput": 5211
1897
+ "bytesInOutput": 5813
1854
1898
  },
1855
1899
  "src/core/optimization/relativeDatePrefilterPlan.ts": {
1856
- "bytesInOutput": 4701
1900
+ "bytesInOutput": 4827
1857
1901
  },
1858
1902
  "src/import/sourceLoader.ts": {
1859
1903
  "bytesInOutput": 527
@@ -1901,7 +1945,7 @@
1901
1945
  "bytesInOutput": 412
1902
1946
  },
1903
1947
  "src/execute.ts": {
1904
- "bytesInOutput": 157037
1948
+ "bytesInOutput": 160215
1905
1949
  },
1906
1950
  "src/engine-library/errors.ts": {
1907
1951
  "bytesInOutput": 1116
@@ -1952,7 +1996,7 @@
1952
1996
  "bytesInOutput": 115
1953
1997
  }
1954
1998
  },
1955
- "bytes": 479289
1999
+ "bytes": 492783
1956
2000
  }
1957
2001
  }
1958
2002
  }