homework-jianmu/tests/army/query/function
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
..
ans fix(query)[TD-32861]. fix that WHERE condition not work with INTERP function 2024-11-18 16:08:27 +08:00
data feat:[TS-4893] Add test. 2024-08-28 10:05:28 +08:00
in fix(query)[TD-32861]. fix that WHERE condition not work with INTERP function 2024-11-18 16:08:27 +08:00
cast.py add cast case 2024-07-17 17:27:14 +08:00
concat.py test: add a case for concat function 2024-08-08 17:17:33 +08:00
function_basic.json feat:[TS-4893] Add test. 2024-08-28 10:05:28 +08:00
generate_answer.sh test:update install py connector in ci 2024-11-13 11:37:37 +08:00
test_func_elapsed.py fix: modify cases.task dir 2024-06-05 18:40:44 +08:00
test_function.py enh:[TD-32459] Abstract function properties into a struct. 2024-10-24 15:08:56 +08:00
test_interp.py fix(query)[TD-32861]. fix that WHERE condition not work with INTERP function 2024-11-18 16:08:27 +08:00
test_percentile.py fix:[TD-32506] Add test case for TD-32506 2024-11-04 09:40:35 +08:00
test_resinfo.py adj ci 2024-10-17 15:48:52 +08:00