I see. So far I've seen group by entities:
select e, avg(e.duration) from Event e group by e
But I never saw any such example with NEW in the JPA 2.1 spec or anywhere else. Nevertheless, the BNF might imply such a feature so the issue stays open.