Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
hive_functions_nonhivedata
/
hex_floor.q
blob: 6bba2fe584a8323e1989b0be3060a5301d5050eb [
file
] [
log
] [
blame
]
select
hex
(
floor
(
cast
(
24710.35
as
double
)))
from
`lineitem_nodate.parquet`
limit
1
;