Apache Tajo - pi()



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

Query

default> select pi();

Result

The above query will generate the following result.

?pi 
------------------------------- 
3.141592653589793

Here, the pi value is 3.1459.

apache_tajo_math_functions.htm
Advertisements