Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
round.q
blob: 5793fbea194bc64178f999a6400597998474a7cd [
file
]
select
round
(
double_col
)
from
hive
.
crosssources
.
fewtypes_null_hive
;