.. |
Now.py
|
update
|
2022-04-28 10:52:26 +08:00 |
Timediff.py
|
update test case
|
2022-05-07 16:28:09 +08:00 |
To_iso8601.py
|
update iso8601
|
2022-05-26 11:34:48 +08:00 |
To_unixtimestamp.py
|
update test case
|
2022-05-05 11:12:21 +08:00 |
Today.py
|
add case for to_iso8601
|
2022-04-28 18:05:14 +08:00 |
abs.py
|
fix(query): release meta reader after initializing it.
|
2022-05-19 16:16:16 +08:00 |
apercentile.py
|
update apercentile.py
|
2022-05-30 10:38:10 +08:00 |
arccos.py
|
add case for function arccos
|
2022-05-06 21:34:26 +08:00 |
arcsin.py
|
add case for function arcsin
|
2022-05-06 21:25:58 +08:00 |
arctan.py
|
add test case for atan functions
|
2022-05-07 11:55:29 +08:00 |
avg.py
|
test : add test case for avg function
|
2022-05-24 17:32:30 +08:00 |
between.py
|
fix case
|
2022-05-24 14:58:08 +08:00 |
bottom.py
|
add case for percentile
|
2022-05-27 18:14:57 +08:00 |
cast.py
|
fix case
|
2022-05-09 12:01:25 +08:00 |
ceil.py
|
update case
|
2022-04-29 15:31:45 +08:00 |
char_length.py
|
fix case
|
2022-05-09 12:01:25 +08:00 |
check_tsdb.py
|
test:case for tsdb restart taosd
|
2022-05-19 19:19:01 +08:00 |
concat.py
|
fix case
|
2022-05-27 15:22:31 +08:00 |
concat2.py
|
fix case
|
2022-05-27 15:22:31 +08:00 |
concat_ws.py
|
fix case
|
2022-05-27 16:00:51 +08:00 |
concat_ws2.py
|
fix case
|
2022-05-27 16:00:51 +08:00 |
cos.py
|
add case for cosin function
|
2022-05-06 20:31:52 +08:00 |
count.py
|
update test case
|
2022-05-06 20:47:27 +08:00 |
csum.py
|
add case for csum
|
2022-05-28 16:45:59 +08:00 |
diff.py
|
update diff.py
|
2022-05-26 11:30:38 +08:00 |
distinct.py
|
feat: sql commadn 'select max(c1), c2 from t'
|
2022-05-01 10:24:48 +08:00 |
elapsed.py
|
test : update case
|
2022-05-27 15:09:31 +08:00 |
first.py
|
update case first.py
|
2022-05-27 11:47:43 +08:00 |
floor.py
|
update case
|
2022-04-29 15:31:45 +08:00 |
function_diff.py
|
add case for diff and mavg
|
2022-05-27 19:10:51 +08:00 |
function_stateduration.py
|
add case for stateduration
|
2022-05-31 20:20:19 +08:00 |
histogram.py
|
fix case
|
2022-05-25 20:49:05 +08:00 |
hyperloglog.py
|
fix case
|
2022-05-26 17:37:36 +08:00 |
join.py
|
fix case
|
2022-05-27 13:29:21 +08:00 |
join2.py
|
fix case
|
2022-05-27 13:29:21 +08:00 |
json_tag.py
|
feat: add sort/group logic for json
|
2022-06-05 16:52:28 +08:00 |
last.py
|
add test case
|
2022-05-26 10:14:50 +08:00 |
length.py
|
fix case
|
2022-05-09 11:44:05 +08:00 |
log.py
|
let case run CI
|
2022-05-05 18:40:13 +08:00 |
lower.py
|
fix case
|
2022-05-09 11:46:34 +08:00 |
ltrim.py
|
fix case
|
2022-05-09 00:27:52 +08:00 |
mavg.py
|
update case
|
2022-05-31 19:16:09 +08:00 |
max.py
|
add case for max and min
|
2022-05-05 20:22:53 +08:00 |
min.py
|
add case for max and min
|
2022-05-05 20:22:53 +08:00 |
nestedQuery.py
|
feat(query): add nested query function
|
2022-05-20 20:26:10 +08:00 |
nestedQuery_str.py
|
feat(query): add nested query function
|
2022-05-28 21:04:52 +08:00 |
percentile.py
|
update percentile.py
|
2022-05-27 20:31:10 +08:00 |
pow.py
|
test:add case for pow functions
|
2022-05-05 18:30:28 +08:00 |
query_cols_tags_and_or.py
|
Update query_cols_tags_and_or.py
|
2022-05-16 18:47:12 +08:00 |
round.py
|
update case
|
2022-04-29 15:31:45 +08:00 |
rtrim.py
|
fix case
|
2022-05-09 00:27:52 +08:00 |
sample.py
|
add case for sample
|
2022-05-28 17:40:17 +08:00 |
sin.py
|
add case for cosin function
|
2022-05-06 20:31:52 +08:00 |
smaTest.py
|
test: add sma profermance test
|
2022-05-05 22:17:25 +08:00 |
spread.py
|
fix case
|
2022-05-25 16:49:16 +08:00 |
sqrt.py
|
Update sqrt.py
|
2022-05-07 12:04:46 +08:00 |
statecount.py
|
add test case for statecount
|
2022-05-31 20:36:14 +08:00 |
stateduration.py
|
update
|
2022-05-31 15:38:20 +08:00 |
substr.py
|
fix case
|
2022-05-09 00:27:52 +08:00 |
sum.py
|
add case
|
2022-05-25 20:26:38 +08:00 |
tan.py
|
add case for tan functions
|
2022-05-06 20:47:45 +08:00 |
timetruncate.py
|
update testcase
|
2022-05-06 18:07:51 +08:00 |
timezone.py
|
fix: timedatectl not available in docker container
|
2022-05-12 17:52:29 +08:00 |
top.py
|
add case for percentile
|
2022-05-27 18:14:57 +08:00 |
union.py
|
fix case
|
2022-05-27 15:48:39 +08:00 |
union1.py
|
fix case
|
2022-05-27 15:48:39 +08:00 |
union2.py
|
fix case
|
2022-05-17 18:11:55 +08:00 |
union3.py
|
fix case
|
2022-05-17 18:08:45 +08:00 |
union4.py
|
fix case
|
2022-05-17 18:11:55 +08:00 |
unique.py
|
add case for unique
|
2022-05-31 09:57:30 +08:00 |
upper.py
|
fix case
|
2022-05-09 11:46:34 +08:00 |
varchar.py
|
[test: add sleep for elect leader]
|
2022-04-22 18:48:22 +08:00 |