You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a GroupsAccumulator for first (and maybe nth) value
Describe alternatives you've considered
I think the accumulator could be pretty straightforward and track whatever groups were new and just copy the first row seen into the output (likely by using the take filter)
Additional context
There is a similar issue for optimizing array_agg here: