[SQL] explain memo
select sum(t_1000.a) from t_10, t_100, t_1000
where t_10.a = t_1000.a and t_100.a = t_1000.a
group by t_10.a, t_100.a
[Diff] (-expected|+actual)
Memo
....
โโโ Group #24
โโโ Best properties
- โ โโโ { dist: Any }: expr: #0, cost: 67406.000, children: [{ dist: Any }]
+ โ โโโ { dist: Any }: expr: #0, cost: 67640.000, children: [{ dist: Any }]
โโโ #0 Aggregate [#23]
at tests/sqllogictests/suites/mode/cluster/memo/aggregate_property.test:84