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