Sign in
◑
Theme
apache
/
drill-test-framework
/
refs/heads/resurrection
/
.
/
framework
/
resources
/
Functional
/
convert
/
convert33.q
blob: b9353da6f17d1665ab1dafb046874097b42b8fad [
file
]
select
cast
(
convert_to
(
types
[
1
].
minor
[
0
].
valueHolder
,
'JSON'
)
as
varchar
(
40
))
from
`vvtypes.json`
;