Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
hive_functions_nonhivedata
/
drill_hive_chain2.q
blob: 03d2e53ffc8fc0b8c1f3891ed15a004c41a02b7d [
file
] [
log
] [
blame
]
select
char_length
(
cast
(
nvl
(
cast
(
case
when
columns
[
0
]
=
'null'
then
null
else
columns
[
0
]
end
as
integer
)
,
5
)
as
varchar
(
3
)))
from
`fewtypes_null.tbl`
;