Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
hbase
/
data
/
add_mix.q
blob: ec3446be16c123b6fc084469d8b689912cc9774f [
file
] [
log
] [
blame
]
select
cast
(
twocf
[
'age'
]
as
integer
)
+
cast
(
threecf
[
'contributions'
]
as
double
)
from
voter
where
row_key
=
10
;