Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
hbase
/
hbase_sanity
/
ceil.q
blob: dbdd297fbc96f8f7314abe55a91520e7e9169d7f [
file
] [
log
] [
blame
]
select
ceil
(
cast
(
threecf
[
'contributions'
]
as
decimal
(
6
,
2
)))
age
from
voter
where
row_key
=
10
;