Apache Tajo - radians(x)



Let us now check the radians(x) function with the following query.

Query

default> select radians(4) as radian; 

Result

The above query will generate the following result.

radian 
------------------------------- 
0.06981317007977318 

Here, the angle 4 value is converted to radian as 0.069813.

apache_tajo_math_functions.htm
Advertisements