Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
convert
/
convert31.q
blob: 05f5942a87674273463fc92d94ffba05b87f6c74 [
file
] [
log
] [
blame
]
select
convert_from
(
convert_to
(
types
[
1
],
'JSON'
),
'JSON'
)
from
`vvtypes.json`
;