self.check_result_auto_asin("select abs(c1), abs(c2), abs(c3) , abs(c4), abs(c5) from sub1_bound ","select asin(abs(c1)), asin(abs(c2)) ,asin(abs(c3)), asin(abs(c4)), asin(abs(c5)) from sub1_bound")
self.check_result_auto_asin("select c1, c2, c3 , c3, c2 ,c1 from sub1_bound ","select asin(c1), asin(c2) ,asin(c3), asin(c3), asin(c2) ,asin(c1) from sub1_bound")
self.check_result_auto_asin("select abs(abs(abs(abs(abs(abs(abs(abs(abs(c1))))))))) nest_col_func from sub1_bound","select asin(abs(c1)) from sub1_bound")
self.check_result_auto_asin(" select t1,c5 from stb1 where c1 > 0 order by tbname ","select asin(t1) ,asin(c5) from stb1 where c1 > 0 order by tbname")
self.check_result_auto_asin(" select t1,c5 from stb1 where c1 > 0 order by tbname ","select asin(t1) , asin(c5) from stb1 where c1 > 0 order by tbname")