Sign in
apache
/
drill-test-framework
/
b5ed55188c294aa172ccc7d30e7981884fedc8f0
/
.
/
framework
/
resources
/
Functional
/
min_max_dir
/
drill-3474
/
drill-3474_18.q
blob: 4d7fad0709c2d7d3ef46efedf5646b99a8ad9a23 [
file
] [
log
] [
blame
]
select
count
(
distinct
(
suffix
)),
count
(
distinct
(
fqn
)),
count
(
distinct
(
filename
)),
count
(
distinct
(
filepath
))
from
dfs
.
drillMinMaxDir
.
`.`
;