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
Summary
Currently, it needs a lot of work to add a custom aggregate function, like #642
TODO:
Implement generic aggregate function from argument datatypes. This could remove lots of macros and matches which make the codes look much more clear and cleaner.
Add a guide doc for the developer to add a custom aggregate function. Maybe how-to-add-aggregate-function.md.
zhang2014, JmPotato, jyizheng, TennyZhuang and BohuTANG