Sign in
apache
/
spark
/
v1.6.1
/
.
/
sql
/
hive
/
src
/
test
/
resources
/
golden
/
udf_log-1-db9dd44bf8c6225f835819a8cdf20d70
blob: d6bc6ebbfd2d173362f658c5880fcc596d927126 [
file
] [
log
] [
blame
]
log
([
b
],
x
)
-
Returns
the logarithm of x
with
base
b
Example
:
>
SELECT log
(
13
,
13
)
FROM src LIMIT
1
;
1