Sign in
apache
/
spark
/
v1.6.1
/
.
/
sql
/
hive
/
src
/
test
/
resources
/
golden
/
udf_log2-1-a79f0dce2cfc000b11a3b5299f02db56
blob: 579ad959cd8844580a4c3e805822a0e3ce07d6a8 [
file
] [
log
] [
blame
]
log2
(
x
)
-
Returns
the logarithm of x
with
base
2
Example
:
>
SELECT log2
(
2
)
FROM src LIMIT
1
;
1