prestodb/presto

Use @TypeParameter to simplify multimap_agg aggregation function

Open

#21.364 aperta il 10 nov 2023

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)Java (5240 fork)batch import
functiongood first issue

Metriche repository

Star
 (15.558 star)
Metriche merge PR
 (Merge medio 34g 14h) (120 PR mergiate in 30 g)

Descrizione

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.

Guida contributor