Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
hbase
/
plan
/
add_int.q
blob: 324e739399137e81e977484e30f09b46062a5c74 [
file
] [
log
] [
blame
]
explain plan
for
select
*
from
(
select
cast
(
voter
.
twocf
.
age
as
integer
)
+
cast
(
row_key
as
int
)
from
voter
where
row_key
=
10
)
t limit
0
;