TDengine/source/libs/executor
Jinqing Kuang f5c66cec19 fix(query)[TD-32861]. fix that WHERE condition not work with INTERP function
Previously, a statement with INTERP would force underlying TABLE SCAN
operator to scan all data within the RANGE clause, causing the time
range constraint in the WHERE condition to be ignored. This fix ensures
that the TABLE SCAN respects both the RANGE clause and WHERE condition,
improving query accuracy and performance.
2024-11-18 16:08:27 +08:00
..
inc Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-06 09:42:50 +08:00
src fix(query)[TD-32861]. fix that WHERE condition not work with INTERP function 2024-11-18 16:08:27 +08:00
test fix ci issue 2024-11-01 10:25:14 +08:00
CMakeLists.txt refactor: do some internal refacrtor. 2024-11-07 16:44:43 +08:00