Sign in
apache
/
spark
/
v1.6.1
/
.
/
sql
/
hive
/
src
/
test
/
resources
/
golden
/
udf_acos-2-d330511cf4f626cd844b18f57f99a85f
blob: 93925317cd7987fc3f6dc3e2369839bc31796143 [
file
] [
log
] [
blame
]
acos
(
x
)
-
returns the arc cosine of x
if
-
1
<=
x
<=
1
or
NULL otherwise
Example
:
>
SELECT acos
(
1
)
FROM src LIMIT
1
;
0
>
SELECT acos
(
2
)
FROM src LIMIT
1
;
NULL