在 java 中怎么实现类似于 mysql 这种聚合查询(MongoTemplate )
SELECT class_name,max(score) from student s group by s.class_name