Sign in
apache
/
spark
/
v1.6.1
/
.
/
sql
/
hive
/
src
/
test
/
resources
/
golden
/
udf_log10-1-abf1173290ef905d24d422faf7801fe3
blob: b71baf542f924f9c6981646d31f5b5440db800db [
file
] [
log
] [
blame
]
log10
(
x
)
-
Returns
the logarithm of x
with
base
10
Example
:
>
SELECT log10
(
10
)
FROM src LIMIT
1
;
1