Is your feature request related to a problem or challenge?
For the same reasons as described for ScalarUDFImpl
on #9289 we should allow user defined aggregates to provide simplification rules
Describe the solution you'd like
Add AggregateUDFImpl::simplify
, following the model @jayzhan211 made in
#9304
Describe alternatives you've considered
No response
Additional context
No response