incubator-gluten
incubator-gluten copied to clipboard
[VL] Support native UDAF
Add UserDefinedAggregateFunction
as wrapper for all native udaf.
User should define and register UDAFs in the same way as UDFs. Gluten framework will handle the differences.
issue: #5110
Thanks for opening a pull request!
Could you open an issue for this pull request on Github Issues?
https://github.com/apache/incubator-gluten/issues
Then could you also rename commit message and pull request title in the following format?
[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}
See also:
@PHILO-HE Could you help to review? Thanks!