Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
hbase
/
plan
/
ceil.q
blob: 169d50d19c3f8f1e7f84cabe8178378d9fe12401 [
file
] [
log
] [
blame
]
explain plan
for
select
*
from
(
select
ceil
(
cast
(
threecf
[
'contributions'
]
as
double
))
age
from
voter
where
row_key
=
10
)
t limit
0
;