prestodb/presto
View on GitHubUse @TypeParameter to simplify multimap_agg aggregation function
Open
#21,364 opened on Nov 10, 2023
functiongood first issue
Repository metrics
- Stars
- (15,558 stars)
- PR merge metrics
- (Avg merge 34d 14h) (120 merged PRs in 30d)
Description
With the merge of #21316 we can now simplify this aggregation function implementation by using @TypeParameter annotations in the serializer and state factory constructors, which means the function can be entirely converted to using the function annotation framework. This will simplify the implementation and improve maintainability.