Sign in
apache
/
spark
/
v1.6.1
/
.
/
sql
/
hive
/
src
/
test
/
resources
/
golden
/
udf_round-1-2367bcc43510dedc80bdb6707e434da8
blob: 862adeae821ff7d4747ac4ed4dba60981046b289 [
file
] [
log
] [
blame
]
round
(
x
[,
d
])
-
round x to d
decimal
places
Example
:
>
SELECT round
(
12.3456
,
1
)
FROM src LIMIT
1
;
12.3
'