support distinct count with group by clause. for example: SELECT count(distinct c_custkey + 1) FROM customer group by c_nation; TODO: support distinct count without group by clause.
- add aggregate function max to Nereids - add function P0 regression test for Nereids