Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
hbase
/
hbase_explainplan
/
query2.q
blob: 72eb46c521ba72e4c53eadf4298bbce7af27e88f [
file
] [
log
] [
blame
]
explain plan
for
select
(
cast
(
twocf
[
'age'
]
as
integer
)/
cast
(
threecf
[
'gpa'
]
as
float
))
from
student
where
row_key
=
'10'
;