Apache Tajo - degrees(x)



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

Query

default> select degrees(2) as degree; 

Result

The above query will generate the following result.

       degree        
-------------------- 
 114.59155902616465 

The degree value for the integer 2 is 114.59155.

apache_tajo_math_functions.htm
Advertisements