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