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