Sign in
apache
/
drill-test-framework
/
9a5d7ecf7f32f0e95c0ea874e75d785fdee9e51d
/
.
/
framework
/
resources
/
Functional
/
hive_functions_nonhivedata
/
unhex_hex.q
blob: ee750dd5446cd6c9d88b796a782905a40722185e [
file
] [
log
] [
blame
]
select
unhex
(
hex
(
l_comment
))
from
`lineitem_nodate.parquet`
;