Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
hive_functions_nonhivedata
/
round.q
blob: 443876cadf61e4194cef98a299b1877bdf000efe [
file
] [
log
] [
blame
]
select
round
(
cast
(
case
when
columns
[
8
]=
'null'
then
null
else
columns
[
8
]
end
as
double
))
from
`fewtypes_null.tbl`
;