Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
hbase
/
plan
/
pushdown_q3.q
blob: 0035def8635a46fc3c5897ed9e22532659f356e0 [
file
] [
log
] [
blame
]
explain plan
for
select
*
from
(
select
cast
(
s
.
twocf
.
age
as
integer
)/
cast
(
s
.
threecf
.
gpa
as
float
)
from
student s
where
s
.
row_key
<
'800'
and
s
.
row_key
>
'750'
)
t limit
0
;