TDengine/source/dnode
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
..
mgmt refactor: do some internal refacrtor. 2024-11-07 16:44:43 +08:00
mnode feat: alter systable variablesSchema 2024-11-13 16:51:40 +08:00
qnode make it compile 2024-07-24 14:41:45 +08:00
snode Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-06 09:42:50 +08:00
vnode fix(query)[TD-32861]. fix that WHERE condition not work with INTERP function 2024-11-18 16:08:27 +08:00
CMakeLists.txt