Sign in
apache
/
drill-test-framework
/
refs/heads/main
/
.
/
framework
/
resources
/
Functional
/
convert
/
convert29.q
blob: 6c0acf7de7b91d48e54c6e5dfb22d4232b7c95a5 [
file
]
select
convert_from
(
convert_to
(
rl
,
'JSON'
),
'JSON'
)
from
`input2.json`
;