Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Functional
/
json
/
json_bracketless
/
json_bracketless6.q
blob: aa6f65e4b1195c2a6fc4ef2c91c39f421c9d03cc [
file
]
select
cast
(
x
[
'y'
]
as
varchar
(
30
))
from
`input2.json`
;