Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
hbase
/
data
/
pushdown_q3.q
blob: f1fa7837b29e9a0b5ad00de2ac3e462f9f2ec84c [
file
] [
log
] [
blame
]
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'
;