Sign in
apache
/
drill-test-framework
/
0c85b4fdd97d4bceb9f295eb434983b210bff100
/
.
/
framework
/
resources
/
Functional
/
table_stats
/
stats
/
query
/
filter_1.sql
blob: ac4dc0d891a27e7a2caa0f06e26de18af0f06238 [
file
] [
log
] [
blame
]
-- This is a simple equality filter
set
`
planner
.
statistics
.
use
`
=
true
;
explain
plan
including
all
attributes
for
select
p_partkey
from
`
table_stats
/
Tpch0
.01
/
parquet
/
part
`
where
p_size
=
41
;
reset
`
planner
.
statistics
.
use
`;