Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
convert
/
drill_4478.q
blob: 4f20eaf10d0482045451a22ddbeff17cf7fb9ff0 [
file
] [
log
] [
blame
]
select
convert_from
(
binary_string
(
key
),
'UTF8'
)
from
`f1.json`
;