Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
explicit_cast
/
explicit_cast12.q
blob: 987869e1eab1ac6d897cc1bb44401e531189f3a3 [
file
] [
log
] [
blame
]
select
cast
(
c_float4
as
int
)
from
data
;