TDengine/source/libs/executor/src
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
..
aggregateoperator.c fix:[TD-32506] fix mem leak in percentile function. 2024-11-04 09:35:15 +08:00
anomalywindowoperator.c refactor: do some internal refacrtor. 2024-11-07 16:44:43 +08:00
cachescanoperator.c fix(query)[TD-32258]. Fix error handling in operator interface functions 2024-09-24 18:15:14 +08:00
countwindowoperator.c fix:[TD-32262] Avoid mem leak when error occurs. 2024-09-23 13:50:55 +08:00
dataDeleter.c fix: data deleter memory leak issue 2024-10-08 15:16:48 +08:00
dataDispatcher.c enh: cal output col counts 2024-11-05 15:42:57 +08:00
dataInserter.c fix: remove void function call 2024-09-12 14:17:14 +08:00
dataSinkMgt.c fix: sink function return code processing 2024-07-22 18:42:43 +08:00
dynqueryctrloperator.c blockDataCheck 2024-10-23 15:37:49 +08:00
eventwindowoperator.c feat: data analysis 2024-10-09 17:09:43 +08:00
exchangeoperator.c enh(query)[TD-32732]: add client Id generation and usage 2024-11-07 08:47:31 +08:00
executil.c Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-06 11:13:15 +08:00
executor.c Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-06 11:13:15 +08:00
executorInt.c fix: colDataSetOrCover 2024-10-31 14:23:28 +08:00
filloperator.c fix filloperator memory leak 2024-10-23 18:19:37 +08:00
forecastoperator.c refactor: do some internal refacrtor. 2024-11-07 16:44:43 +08:00
groupcacheoperator.c blockDataCheck 2024-10-23 15:37:49 +08:00
groupoperator.c Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-06 09:42:50 +08:00
hashjoin.c fix: remove assert 2024-08-21 14:41:14 +08:00
hashjoinoperator.c fix(query)[TD-32258]. Fix error handling in operator interface functions 2024-09-24 18:15:14 +08:00
mergejoin.c fix: remove void function call 2024-09-12 14:17:14 +08:00
mergejoinoperator.c fix(query)[TD-32258]. Fix error handling in operator interface functions 2024-09-24 18:15:14 +08:00
mergeoperator.c fix: check return value 2024-10-23 15:51:46 +08:00
operator.c Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-06 11:13:15 +08:00
projectoperator.c fix(query)[TD-32258]. Fix error handling in operator interface functions 2024-09-24 18:15:14 +08:00
querytask.c enh:modify addede rror code passing 2024-09-24 16:29:28 +08:00
scanoperator.c fix(stream):fix bloom filter decode issue 2024-11-13 19:37:22 +08:00
sortoperator.c blockDataCheck 2024-10-23 15:37:49 +08:00
streamcountwindowoperator.c Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-30 09:05:46 +08:00
streameventwindowoperator.c Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-09-27 11:37:37 +08:00
streamexecutorInt.c add ci and fix issue 2024-09-18 11:08:47 +08:00
streamfilloperator.c fix issue 2024-11-06 11:44:02 +08:00
streamintervalsliceoperator.c fix issue 2024-11-05 18:14:35 +08:00
streamtimesliceoperator.c fix issue 2024-11-05 18:14:35 +08:00
streamtimewindowoperator.c Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837 2024-11-06 09:42:50 +08:00
sysscanoperator.c Merge pull request #28703 from taosdata/fix/main/TS-5580 2024-11-11 18:19:20 +08:00
tfill.c add not fill exprs for fill operator 2024-10-23 15:16:16 +08:00
timesliceoperator.c fix(query)[TD-32861]. fix that WHERE condition not work with INTERP function 2024-11-18 16:08:27 +08:00
timewindowoperator.c Merge pull request #28639 from taosdata/main 2024-11-05 09:04:38 +08:00
tlinearhash.c Merge pull request #27993 from taosdata/enh/TD-31691 2024-09-20 17:26:58 +08:00
tsort.c Merge pull request #28187 from taosdata/fix/3_liaohj 2024-09-30 09:00:56 +08:00