Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
hive
/
hive_functions
/
hex.q
blob: c013206397b46df2bef3edbd3bec538f5cf7323a [
file
]
select
hex
(
l_suppkey
)
from
hive
.
tpch01_parquet_nodate
.
lineitem
;