Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
limit0
/
hbase
/
data
/
divide_mix.q
blob: 60dcf75b04a1f1cb2813e1ccec5ee9e2e34a8a33 [
file
] [
log
] [
blame
]
select
(
cast
(
twocf
[
'age'
]
as
integer
)/
cast
(
threecf
[
'gpa'
]
as
float
))
from
student
where
row_key
=
10
;