Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework validation of names and aliases for aggregate UDFs
Add better validation that `name = ...` and `alias = ...` line up when there is a mismatch between the `BasicUdf` and `AggregateUdf` implementation, and fix a problem that was disallowing use of aliases in aggregate UDFs. Error messages are significantly improved. Fixes <#59>
- Loading branch information