Sign in
apache
/
drill-test-framework
/
9324c6675efda54616532025bc4b6555370790f6
/
.
/
framework
/
resources
/
Functional
/
convert
/
convert30.q
blob: 6c0acf7de7b91d48e54c6e5dfb22d4232b7c95a5 [
file
] [
log
] [
blame
]
select
convert_from
(
convert_to
(
rl
,
'JSON'
),
'JSON'
)
from
`input2.json`
;