Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
convert
/
convert13.q
blob: 85c53cb140e38397add09eca044f9479df8d6335 [
file
] [
log
] [
blame
]
select
c_row
,
c_bigint
,
convert_from
(
convert_to
(
c_bigint
,
'BIGINT_HADOOPV'
),
'BIGINT_HADOOPV'
)
from
data
;