Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
hbase
/
plan
/
sum.q
blob: 407512e4fe9e6e7d0a3360ed1866b3e520dbd3a8 [
file
] [
log
] [
blame
]
explain plan
for
select
*
from
(
select
sum
(
cast
(
threecf
[
'contributions'
]
as
double
))
from
voter
)
t limit
0
;