Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
hbase
/
plan
/
divide_mix.q
blob: 6dd203fa986322fab4febfaa39a771900574706c [
file
] [
log
] [
blame
]
explain plan
for
select
*
from
(
select
(
cast
(
twocf
[
'age'
]
as
integer
)/
cast
(
threecf
[
'gpa'
]
as
float
))
from
student
where
row_key
=
10
)
t limit
0
;