fix: add twa all types test
This commit is contained in:
parent
086aa9c878
commit
ff76f9835e
|
@ -245,6 +245,10 @@ class TDTestCase:
|
||||||
# stddev
|
# stddev
|
||||||
tdSql.checkData(0, 5, 0, True)
|
tdSql.checkData(0, 5, 0, True)
|
||||||
|
|
||||||
|
sql = f"select twa({col}) from d0"
|
||||||
|
tdSql.query(sql)
|
||||||
|
tdSql.checkData(0, 0, 1, True)
|
||||||
|
|
||||||
i += 1
|
i += 1
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue