Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
hbase
/
data
/
pushdown_q12.q
blob: 4ff8206bd6688c47a8cb85eebce77a5dc096c61e [
file
] [
log
] [
blame
]
select
cast
(
s
.
twocf
.
age
as
integer
)
as
age
,
cast
(
s
.
threecf
.
gpa
as
float
)
as
gpa
from
student s
where
s
.
row_key
<=
'800'
and
s
.
row_key
>
'750'
;