Apache Tajo - round(x)



现在,让我们通过以下查询检查 round(x) 函数。

查询

default> select round(7.8) as round;

结果

上述查询将生成以下结果。

round 
------------------------------- 
8

在此,7.8 值使用 round() 函数,四舍五入为 8。

apache_tajo_math_functions.htm
广告