gortiz opened a new pull request, #16333: URL: https://github.com/apache/pinot/pull/16333
This PR is a continuation of https://github.com/apache/pinot/pull/16258, and therefore that PR should be merged _before_ this one. In https://github.com/apache/pinot/pull/16258, I added the UDF class, which can be used to declare examples, but I also added some methods that a future PR could use to register scalar and transformation functions. This is the PR that does it. I also cleaned up the code of FunctionRegistry and TransformFunctionFactory to delegate to function providers. Each provider includes a priority that is used to decide which one to use in case there are two providers for the same function. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
