Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
hive_functions_nonhivedata
/
floor.q
blob: 1db113e6108b996ab24c479797bae6cc30069d72 [
file
] [
log
] [
blame
]
select
floor
(
24710.35
)
from
`lineitem_nodate.parquet`
limit
1
;