Sign in
apache
/
drill-test-framework
/
d8d7538f560c515139a5f4743d86b15968a46092
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
hex_floor.q
blob: d8dad6f98a373ba627d3169153e0ca04fdb04d9d [
file
] [
log
] [
blame
]
select
hex
(
floor
(
cast
(
24710.35
as
double
)))
from
hive
.
tpch01_parquet_nodate
.
lineitem limit
1
;