Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
convert
/
convert27.q
blob: 7ef68da6c7b47aa8c61a76d621c73e503b364aed [
file
] [
log
] [
blame
]
select
convert_from
(
convert_to
(
rl
[
1
],
'JSON'
),
'JSON'
)
from
`input2.json`
;