@rex0220/kintone-sql-tools 3.23.0 → 3.24.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.
@@ -1,11 +1,11 @@
1
1
  {
2
- "generatedAt": "2026-07-26T10:13:25.336Z",
2
+ "generatedAt": "2026-07-26T12:07:21.184Z",
3
3
  "baseline": "B66 Phase1 initial measured values; no arbitrary size ceiling",
4
4
  "bundles": {
5
5
  "index.cjs": {
6
- "inputCount": 90,
7
- "minifiedBytes": 474723,
8
- "gzipBytes": 129049,
6
+ "inputCount": 91,
7
+ "minifiedBytes": 478797,
8
+ "gzipBytes": 129909,
9
9
  "forbidden": {
10
10
  "mcp-instructions": [],
11
11
  "src-mcp": [],
@@ -23,9 +23,9 @@
23
23
  }
24
24
  },
25
25
  "index.mjs": {
26
- "inputCount": 90,
27
- "minifiedBytes": 474188,
28
- "gzipBytes": 128746,
26
+ "inputCount": 91,
27
+ "minifiedBytes": 478262,
28
+ "gzipBytes": 129602,
29
29
  "forbidden": {
30
30
  "mcp-instructions": [],
31
31
  "src-mcp": [],
@@ -43,9 +43,9 @@
43
43
  }
44
44
  },
45
45
  "ksql-engine.umd.js": {
46
- "inputCount": 92,
47
- "minifiedBytes": 475215,
48
- "gzipBytes": 129107,
46
+ "inputCount": 93,
47
+ "minifiedBytes": 479289,
48
+ "gzipBytes": 129969,
49
49
  "forbidden": {
50
50
  "mcp-instructions": [],
51
51
  "src-mcp": [],
@@ -95,7 +95,7 @@
95
95
  "format": "esm"
96
96
  },
97
97
  "src/core/dmlGuard.ts": {
98
- "bytes": 8492,
98
+ "bytes": 8488,
99
99
  "imports": [
100
100
  {
101
101
  "path": "src/types/ast.ts",
@@ -879,8 +879,19 @@
879
879
  ],
880
880
  "format": "esm"
881
881
  },
882
+ "src/core/optimization/relativeDateFullScanExactPlan.ts": {
883
+ "bytes": 7094,
884
+ "imports": [
885
+ {
886
+ "path": "src/core/relativeDateFunction.ts",
887
+ "kind": "import-statement",
888
+ "original": "../relativeDateFunction"
889
+ }
890
+ ],
891
+ "format": "esm"
892
+ },
882
893
  "src/core/optimization/relativeDatePushdownGuard.ts": {
883
- "bytes": 16516,
894
+ "bytes": 18438,
884
895
  "imports": [
885
896
  {
886
897
  "path": "src/converter/selectToKintone.ts",
@@ -901,6 +912,11 @@
901
912
  "path": "src/core/relativeDateFunction.ts",
902
913
  "kind": "import-statement",
903
914
  "original": "../relativeDateFunction"
915
+ },
916
+ {
917
+ "path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
918
+ "kind": "import-statement",
919
+ "original": "./relativeDateFullScanExactPlan"
904
920
  }
905
921
  ],
906
922
  "format": "esm"
@@ -1089,7 +1105,7 @@
1089
1105
  "format": "esm"
1090
1106
  },
1091
1107
  "src/execute.ts": {
1092
- "bytes": 433891,
1108
+ "bytes": 436865,
1093
1109
  "imports": [
1094
1110
  {
1095
1111
  "path": "src/lexer/lexer.ts",
@@ -1351,6 +1367,11 @@
1351
1367
  "kind": "import-statement",
1352
1368
  "original": "./core/optimization/relativeDatePrefilterPlan"
1353
1369
  },
1370
+ {
1371
+ "path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
1372
+ "kind": "import-statement",
1373
+ "original": "./core/optimization/relativeDateFullScanExactPlan"
1374
+ },
1354
1375
  {
1355
1376
  "path": "src/import/sourceLoader.ts",
1356
1377
  "kind": "import-statement",
@@ -1807,8 +1828,11 @@
1807
1828
  "src/core/optimization/whereCapability.ts": {
1808
1829
  "bytesInOutput": 6602
1809
1830
  },
1831
+ "src/core/optimization/relativeDateFullScanExactPlan.ts": {
1832
+ "bytesInOutput": 2350
1833
+ },
1810
1834
  "src/core/optimization/relativeDatePushdownGuard.ts": {
1811
- "bytesInOutput": 4597
1835
+ "bytesInOutput": 5211
1812
1836
  },
1813
1837
  "src/core/optimization/relativeDatePrefilterPlan.ts": {
1814
1838
  "bytesInOutput": 4701
@@ -1859,7 +1883,7 @@
1859
1883
  "bytesInOutput": 412
1860
1884
  },
1861
1885
  "src/execute.ts": {
1862
- "bytesInOutput": 155927
1886
+ "bytesInOutput": 157037
1863
1887
  },
1864
1888
  "src/engine-library/errors.ts": {
1865
1889
  "bytesInOutput": 1116
@@ -1901,7 +1925,7 @@
1901
1925
  "bytesInOutput": 1231
1902
1926
  }
1903
1927
  },
1904
- "bytes": 474723
1928
+ "bytes": 478797
1905
1929
  }
1906
1930
  }
1907
1931
  }
@@ -95,7 +95,7 @@
95
95
  "format": "esm"
96
96
  },
97
97
  "src/core/dmlGuard.ts": {
98
- "bytes": 8492,
98
+ "bytes": 8488,
99
99
  "imports": [
100
100
  {
101
101
  "path": "src/types/ast.ts",
@@ -879,8 +879,19 @@
879
879
  ],
880
880
  "format": "esm"
881
881
  },
882
+ "src/core/optimization/relativeDateFullScanExactPlan.ts": {
883
+ "bytes": 7094,
884
+ "imports": [
885
+ {
886
+ "path": "src/core/relativeDateFunction.ts",
887
+ "kind": "import-statement",
888
+ "original": "../relativeDateFunction"
889
+ }
890
+ ],
891
+ "format": "esm"
892
+ },
882
893
  "src/core/optimization/relativeDatePushdownGuard.ts": {
883
- "bytes": 16516,
894
+ "bytes": 18438,
884
895
  "imports": [
885
896
  {
886
897
  "path": "src/converter/selectToKintone.ts",
@@ -901,6 +912,11 @@
901
912
  "path": "src/core/relativeDateFunction.ts",
902
913
  "kind": "import-statement",
903
914
  "original": "../relativeDateFunction"
915
+ },
916
+ {
917
+ "path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
918
+ "kind": "import-statement",
919
+ "original": "./relativeDateFullScanExactPlan"
904
920
  }
905
921
  ],
906
922
  "format": "esm"
@@ -1089,7 +1105,7 @@
1089
1105
  "format": "esm"
1090
1106
  },
1091
1107
  "src/execute.ts": {
1092
- "bytes": 433891,
1108
+ "bytes": 436865,
1093
1109
  "imports": [
1094
1110
  {
1095
1111
  "path": "src/lexer/lexer.ts",
@@ -1351,6 +1367,11 @@
1351
1367
  "kind": "import-statement",
1352
1368
  "original": "./core/optimization/relativeDatePrefilterPlan"
1353
1369
  },
1370
+ {
1371
+ "path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
1372
+ "kind": "import-statement",
1373
+ "original": "./core/optimization/relativeDateFullScanExactPlan"
1374
+ },
1354
1375
  {
1355
1376
  "path": "src/import/sourceLoader.ts",
1356
1377
  "kind": "import-statement",
@@ -1810,8 +1831,11 @@
1810
1831
  "src/core/optimization/whereCapability.ts": {
1811
1832
  "bytesInOutput": 6602
1812
1833
  },
1834
+ "src/core/optimization/relativeDateFullScanExactPlan.ts": {
1835
+ "bytesInOutput": 2350
1836
+ },
1813
1837
  "src/core/optimization/relativeDatePushdownGuard.ts": {
1814
- "bytesInOutput": 4597
1838
+ "bytesInOutput": 5211
1815
1839
  },
1816
1840
  "src/core/optimization/relativeDatePrefilterPlan.ts": {
1817
1841
  "bytesInOutput": 4701
@@ -1862,7 +1886,7 @@
1862
1886
  "bytesInOutput": 412
1863
1887
  },
1864
1888
  "src/execute.ts": {
1865
- "bytesInOutput": 155927
1889
+ "bytesInOutput": 157037
1866
1890
  },
1867
1891
  "src/engine-library/errors.ts": {
1868
1892
  "bytesInOutput": 1116
@@ -1907,7 +1931,7 @@
1907
1931
  "bytesInOutput": 16
1908
1932
  }
1909
1933
  },
1910
- "bytes": 474188
1934
+ "bytes": 478262
1911
1935
  }
1912
1936
  }
1913
1937
  }
@@ -95,7 +95,7 @@
95
95
  "format": "esm"
96
96
  },
97
97
  "src/core/dmlGuard.ts": {
98
- "bytes": 8492,
98
+ "bytes": 8488,
99
99
  "imports": [
100
100
  {
101
101
  "path": "src/types/ast.ts",
@@ -879,8 +879,19 @@
879
879
  ],
880
880
  "format": "esm"
881
881
  },
882
+ "src/core/optimization/relativeDateFullScanExactPlan.ts": {
883
+ "bytes": 7094,
884
+ "imports": [
885
+ {
886
+ "path": "src/core/relativeDateFunction.ts",
887
+ "kind": "import-statement",
888
+ "original": "../relativeDateFunction"
889
+ }
890
+ ],
891
+ "format": "esm"
892
+ },
882
893
  "src/core/optimization/relativeDatePushdownGuard.ts": {
883
- "bytes": 16516,
894
+ "bytes": 18438,
884
895
  "imports": [
885
896
  {
886
897
  "path": "src/converter/selectToKintone.ts",
@@ -901,6 +912,11 @@
901
912
  "path": "src/core/relativeDateFunction.ts",
902
913
  "kind": "import-statement",
903
914
  "original": "../relativeDateFunction"
915
+ },
916
+ {
917
+ "path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
918
+ "kind": "import-statement",
919
+ "original": "./relativeDateFullScanExactPlan"
904
920
  }
905
921
  ],
906
922
  "format": "esm"
@@ -1089,7 +1105,7 @@
1089
1105
  "format": "esm"
1090
1106
  },
1091
1107
  "src/execute.ts": {
1092
- "bytes": 433891,
1108
+ "bytes": 436865,
1093
1109
  "imports": [
1094
1110
  {
1095
1111
  "path": "src/lexer/lexer.ts",
@@ -1351,6 +1367,11 @@
1351
1367
  "kind": "import-statement",
1352
1368
  "original": "./core/optimization/relativeDatePrefilterPlan"
1353
1369
  },
1370
+ {
1371
+ "path": "src/core/optimization/relativeDateFullScanExactPlan.ts",
1372
+ "kind": "import-statement",
1373
+ "original": "./core/optimization/relativeDateFullScanExactPlan"
1374
+ },
1354
1375
  {
1355
1376
  "path": "src/import/sourceLoader.ts",
1356
1377
  "kind": "import-statement",
@@ -1825,8 +1846,11 @@
1825
1846
  "src/core/optimization/whereCapability.ts": {
1826
1847
  "bytesInOutput": 6602
1827
1848
  },
1849
+ "src/core/optimization/relativeDateFullScanExactPlan.ts": {
1850
+ "bytesInOutput": 2350
1851
+ },
1828
1852
  "src/core/optimization/relativeDatePushdownGuard.ts": {
1829
- "bytesInOutput": 4597
1853
+ "bytesInOutput": 5211
1830
1854
  },
1831
1855
  "src/core/optimization/relativeDatePrefilterPlan.ts": {
1832
1856
  "bytesInOutput": 4701
@@ -1877,7 +1901,7 @@
1877
1901
  "bytesInOutput": 412
1878
1902
  },
1879
1903
  "src/execute.ts": {
1880
- "bytesInOutput": 155927
1904
+ "bytesInOutput": 157037
1881
1905
  },
1882
1906
  "src/engine-library/errors.ts": {
1883
1907
  "bytesInOutput": 1116
@@ -1928,7 +1952,7 @@
1928
1952
  "bytesInOutput": 115
1929
1953
  }
1930
1954
  },
1931
- "bytes": 475215
1955
+ "bytes": 479289
1932
1956
  }
1933
1957
  }
1934
1958
  }