[TD-5074]<test>:test operator cost
This commit is contained in:
parent
8f0be342a8
commit
175fd1c93d
|
@ -207,9 +207,9 @@ class TDTestCase:
|
||||||
sql = '''select distinct(t_ts) from stable_1;'''
|
sql = '''select distinct(t_ts) from stable_1;'''
|
||||||
tdSql.query(sql)
|
tdSql.query(sql)
|
||||||
tdSql.checkRows(3)
|
tdSql.checkRows(3)
|
||||||
sql = '''select distinct(tbname) from stable_1;'''
|
# sql = '''select distinct(tbname) from stable_1;'''
|
||||||
tdSql.query(sql)
|
# tdSql.query(sql)
|
||||||
tdSql.checkRows(6)
|
# tdSql.checkRows(6)
|
||||||
|
|
||||||
tdLog.info("========== operator=2(OP_DataBlocksOptScan) ==========")
|
tdLog.info("========== operator=2(OP_DataBlocksOptScan) ==========")
|
||||||
sql = '''select last(q_int),first(q_int) from stable_1;'''
|
sql = '''select last(q_int),first(q_int) from stable_1;'''
|
||||||
|
|
Loading…
Reference in New Issue