blob: 9f797f1de472c6f5b3d572f7caa50c7e0e330c7a [file] [log] [blame]
-- This group by is on a groupby key where all the values are distinct
set `planner.statistics.use` = true;
explain plan including all attributes for select c_custkey from `table_stats/Tpch0.01/parquet/customer` group by c_custkey;
reset `planner.statistics.use`;