Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
views
/
describe.q
blob: 73e317a27c93231b6838ec754b034155dcb2b521 [
file
] [
log
] [
blame
]
create
or
replace view v1_describe
as
select
*
from
`dfs/parquet/rankings`
;
describe v1_describe
;
drop view v1_describe
;