homework-jianmu/tests/army/query/function
Jinqing Kuang c2256e9443 feat(query)[TS-5058]: support AUTO OFFSET in INTERVAL clause
Add the AUTO keyword, which allows automatic determination of the
INTERVAL OFFSET based on the WHERE condition. It simplifies usage by
allowing users to rely on the system to infer the correct offset
without manual specification.
2024-12-04 10:06:47 +08:00
..
ans feat(query)[TS-5058]: support AUTO OFFSET in INTERVAL clause 2024-12-04 10:06:47 +08:00
data feat:[TS-4893] Add test. 2024-08-28 10:05:28 +08:00
in feat(query)[TS-5058]: support AUTO OFFSET in INTERVAL clause 2024-12-04 10:06:47 +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
interval.json feat(query)[TS-5058]: support AUTO OFFSET in INTERVAL clause 2024-12-04 10:06:47 +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_interval.py feat(query)[TS-5058]: support AUTO OFFSET in INTERVAL clause 2024-12-04 10:06:47 +08:00
test_interval_diff_tz.py feat(query)[TS-5058]: support AUTO OFFSET in INTERVAL clause 2024-12-04 10:06:47 +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