TDengine/source/dnode/vnode
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 enh(query)[TD-32127]: improve code quality of tsdbRead module 2024-11-11 11:53:28 +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 enh: return error code 2024-07-21 11:43:39 +08:00
CMakeLists.txt fix: format cmake file 2024-10-24 10:10:07 +08:00