Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
hbase
/
data
/
sum.q
blob: f8e5aecf7bfc6564b78ef15eabbabfbed62ee341 [
file
] [
log
] [
blame
]
select
sum
(
cast
(
threecf
[
'contributions'
]
as
double
))
from
voter
;