Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
hbase
/
plan
/
minus_integer.q
blob: a689bf8ac1542f86f519d9fc1f777adf27ec6bca [
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
;