@rex0220/kintone-sql-tools 3.19.0 → 3.21.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": 32964,
30
+ "bytes": 34313,
31
31
  "imports": [
32
32
  {
33
33
  "path": "src/core/exactDecimal.ts",
@@ -53,8 +53,13 @@
53
53
  ],
54
54
  "format": "esm"
55
55
  },
56
+ "src/core/relativeDateFunction.ts": {
57
+ "bytes": 512,
58
+ "imports": [],
59
+ "format": "esm"
60
+ },
56
61
  "src/parser/parser.ts": {
57
- "bytes": 159696,
62
+ "bytes": 166088,
58
63
  "imports": [
59
64
  {
60
65
  "path": "src/lexer/tokens.ts",
@@ -80,6 +85,11 @@
80
85
  "path": "src/types/ast.ts",
81
86
  "kind": "import-statement",
82
87
  "original": "../types/ast"
88
+ },
89
+ {
90
+ "path": "src/core/relativeDateFunction.ts",
91
+ "kind": "import-statement",
92
+ "original": "../core/relativeDateFunction"
83
93
  }
84
94
  ],
85
95
  "format": "esm"
@@ -101,8 +111,14 @@
101
111
  "format": "esm"
102
112
  },
103
113
  "src/core/applyPatchScope.ts": {
104
- "bytes": 25247,
105
- "imports": [],
114
+ "bytes": 25751,
115
+ "imports": [
116
+ {
117
+ "path": "src/core/relativeDateFunction.ts",
118
+ "kind": "import-statement",
119
+ "original": "./relativeDateFunction"
120
+ }
121
+ ],
106
122
  "format": "esm"
107
123
  },
108
124
  "src/engine/pushDownNot.ts": {
@@ -122,7 +138,7 @@
122
138
  "format": "esm"
123
139
  },
124
140
  "src/converter/whereToKintone.ts": {
125
- "bytes": 10514,
141
+ "bytes": 12959,
126
142
  "imports": [
127
143
  {
128
144
  "path": "src/engine/pushDownNot.ts",
@@ -337,7 +353,7 @@
337
353
  "format": "esm"
338
354
  },
339
355
  "src/engine/evalWhere.ts": {
340
- "bytes": 18932,
356
+ "bytes": 19501,
341
357
  "imports": [
342
358
  {
343
359
  "path": "src/types/ast.ts",
@@ -368,6 +384,11 @@
368
384
  "path": "src/engine/groupingRowMeta.ts",
369
385
  "kind": "import-statement",
370
386
  "original": "./groupingRowMeta"
387
+ },
388
+ {
389
+ "path": "src/core/relativeDateFunction.ts",
390
+ "kind": "import-statement",
391
+ "original": "../core/relativeDateFunction"
371
392
  }
372
393
  ],
373
394
  "format": "esm"
@@ -729,12 +750,12 @@
729
750
  "format": "esm"
730
751
  },
731
752
  "src/core/optimization/canonicalOrderPlanner.ts": {
732
- "bytes": 4785,
753
+ "bytes": 4885,
733
754
  "imports": [],
734
755
  "format": "esm"
735
756
  },
736
757
  "src/core/optimization/korderPlanner.ts": {
737
- "bytes": 4149,
758
+ "bytes": 4491,
738
759
  "imports": [],
739
760
  "format": "esm"
740
761
  },
@@ -766,7 +787,7 @@
766
787
  "format": "esm"
767
788
  },
768
789
  "src/engine/process.ts": {
769
- "bytes": 64447,
790
+ "bytes": 64686,
770
791
  "imports": [
771
792
  {
772
793
  "path": "src/types/ast.ts",
@@ -822,8 +843,71 @@
822
843
  "format": "esm"
823
844
  },
824
845
  "src/core/optimization/whereCapability.ts": {
825
- "bytes": 8990,
826
- "imports": [],
846
+ "bytes": 15141,
847
+ "imports": [
848
+ {
849
+ "path": "src/core/relativeDateFunction.ts",
850
+ "kind": "import-statement",
851
+ "original": "../relativeDateFunction"
852
+ }
853
+ ],
854
+ "format": "esm"
855
+ },
856
+ "src/core/optimization/relativeDatePushdownGuard.ts": {
857
+ "bytes": 16516,
858
+ "imports": [
859
+ {
860
+ "path": "src/converter/selectToKintone.ts",
861
+ "kind": "import-statement",
862
+ "original": "../../converter/selectToKintone"
863
+ },
864
+ {
865
+ "path": "src/converter/whereToKintone.ts",
866
+ "kind": "import-statement",
867
+ "original": "../../converter/whereToKintone"
868
+ },
869
+ {
870
+ "path": "src/core/cteInlining.ts",
871
+ "kind": "import-statement",
872
+ "original": "../cteInlining"
873
+ },
874
+ {
875
+ "path": "src/core/relativeDateFunction.ts",
876
+ "kind": "import-statement",
877
+ "original": "../relativeDateFunction"
878
+ }
879
+ ],
880
+ "format": "esm"
881
+ },
882
+ "src/core/optimization/relativeDatePrefilterPlan.ts": {
883
+ "bytes": 15411,
884
+ "imports": [
885
+ {
886
+ "path": "src/converter/whereToKintone.ts",
887
+ "kind": "import-statement",
888
+ "original": "../../converter/whereToKintone"
889
+ },
890
+ {
891
+ "path": "src/core/relativeDateFunction.ts",
892
+ "kind": "import-statement",
893
+ "original": "../relativeDateFunction"
894
+ },
895
+ {
896
+ "path": "src/core/optimization/klikePushdownPlan.ts",
897
+ "kind": "import-statement",
898
+ "original": "./klikePushdownPlan"
899
+ },
900
+ {
901
+ "path": "src/core/optimization/relativeDatePushdownGuard.ts",
902
+ "kind": "import-statement",
903
+ "original": "./relativeDatePushdownGuard"
904
+ },
905
+ {
906
+ "path": "src/core/optimization/whereCapability.ts",
907
+ "kind": "import-statement",
908
+ "original": "./whereCapability"
909
+ }
910
+ ],
827
911
  "format": "esm"
828
912
  },
829
913
  "src/import/sourceLoader.ts": {
@@ -979,7 +1063,7 @@
979
1063
  "format": "esm"
980
1064
  },
981
1065
  "src/execute.ts": {
982
- "bytes": 410891,
1066
+ "bytes": 423176,
983
1067
  "imports": [
984
1068
  {
985
1069
  "path": "src/lexer/lexer.ts",
@@ -1221,6 +1305,16 @@
1221
1305
  "kind": "import-statement",
1222
1306
  "original": "./core/optimization/whereCapability"
1223
1307
  },
1308
+ {
1309
+ "path": "src/core/optimization/relativeDatePushdownGuard.ts",
1310
+ "kind": "import-statement",
1311
+ "original": "./core/optimization/relativeDatePushdownGuard"
1312
+ },
1313
+ {
1314
+ "path": "src/core/optimization/relativeDatePrefilterPlan.ts",
1315
+ "kind": "import-statement",
1316
+ "original": "./core/optimization/relativeDatePrefilterPlan"
1317
+ },
1224
1318
  {
1225
1319
  "path": "src/import/sourceLoader.ts",
1226
1320
  "kind": "import-statement",
@@ -1548,14 +1642,17 @@
1548
1642
  "src/core/aggregateExpression.ts": {
1549
1643
  "bytesInOutput": 2592
1550
1644
  },
1645
+ "src/core/relativeDateFunction.ts": {
1646
+ "bytesInOutput": 246
1647
+ },
1551
1648
  "src/parser/parser.ts": {
1552
- "bytesInOutput": 87826
1649
+ "bytesInOutput": 91609
1553
1650
  },
1554
1651
  "src/core/dmlGuard.ts": {
1555
1652
  "bytesInOutput": 1882
1556
1653
  },
1557
1654
  "src/core/applyPatchScope.ts": {
1558
- "bytesInOutput": 12534
1655
+ "bytesInOutput": 12614
1559
1656
  },
1560
1657
  "src/engine/pushDownNot.ts": {
1561
1658
  "bytesInOutput": 792
@@ -1564,7 +1661,7 @@
1564
1661
  "bytesInOutput": 651
1565
1662
  },
1566
1663
  "src/converter/whereToKintone.ts": {
1567
- "bytesInOutput": 3823
1664
+ "bytesInOutput": 5033
1568
1665
  },
1569
1666
  "src/converter/selectToKintone.ts": {
1570
1667
  "bytesInOutput": 8728
@@ -1597,7 +1694,7 @@
1597
1694
  "bytesInOutput": 11162
1598
1695
  },
1599
1696
  "src/engine/evalWhere.ts": {
1600
- "bytesInOutput": 5502
1697
+ "bytesInOutput": 5696
1601
1698
  },
1602
1699
  "src/core/dmlCustomCheck.ts": {
1603
1700
  "bytesInOutput": 1250
@@ -1663,7 +1760,7 @@
1663
1760
  "bytesInOutput": 1784
1664
1761
  },
1665
1762
  "src/core/optimization/korderPlanner.ts": {
1666
- "bytesInOutput": 2160
1763
+ "bytesInOutput": 2244
1667
1764
  },
1668
1765
  "src/core/errors/cursorErrors.ts": {
1669
1766
  "bytesInOutput": 1074
@@ -1675,7 +1772,7 @@
1675
1772
  "bytesInOutput": 295
1676
1773
  },
1677
1774
  "src/engine/process.ts": {
1678
- "bytesInOutput": 19175
1775
+ "bytesInOutput": 19224
1679
1776
  },
1680
1777
  "src/converter/subtableAdapter.ts": {
1681
1778
  "bytesInOutput": 643
@@ -1684,7 +1781,13 @@
1684
1781
  "bytesInOutput": 1136
1685
1782
  },
1686
1783
  "src/core/optimization/whereCapability.ts": {
1687
- "bytesInOutput": 4123
1784
+ "bytesInOutput": 6602
1785
+ },
1786
+ "src/core/optimization/relativeDatePushdownGuard.ts": {
1787
+ "bytesInOutput": 4597
1788
+ },
1789
+ "src/core/optimization/relativeDatePrefilterPlan.ts": {
1790
+ "bytesInOutput": 4701
1688
1791
  },
1689
1792
  "src/import/sourceLoader.ts": {
1690
1793
  "bytesInOutput": 527
@@ -1732,7 +1835,7 @@
1732
1835
  "bytesInOutput": 412
1733
1836
  },
1734
1837
  "src/execute.ts": {
1735
- "bytesInOutput": 147894
1838
+ "bytesInOutput": 152628
1736
1839
  },
1737
1840
  "src/engine-library/errors.ts": {
1738
1841
  "bytesInOutput": 1116
@@ -1783,7 +1886,7 @@
1783
1886
  "bytesInOutput": 115
1784
1887
  }
1785
1888
  },
1786
- "bytes": 445605
1889
+ "bytes": 467762
1787
1890
  }
1788
1891
  }
1789
1892
  }