Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
hive_functions_nonhivedata
/
isnotnull.q
blob: 1955c2e9bbd3156341caeb34b94777b7ec6e1977 [
file
] [
log
] [
blame
]
select
isnotnull
(
cast
(
case
when
columns
[
4
]=
'null'
then
null
else
columns
[
4
]
end
as
timestamp
))
from
`fewtypes_null.tbl`
;