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