milenkovicm opened a new issue, #17649:
URL: https://github.com/apache/datafusion/issues/17649

   ### Is your feature request related to a problem or challenge?
   
   At the moment `FunctionRegistry` exposes funciton `udfs` which returns names 
of scalar user defined functions, but there is no similar method for 
aggregation or window functions. We should provide functions to expose those 
methods as well 
   
   ### Describe the solution you'd like
   
   provide `FunctionRegistry::udafs` and `FunctionRegistry::udws` function 
which return names of aggregate and window user defined function. Also it will 
align with. This will also align interfaces with ContextProvider as [mentioned 
in 
discord](https://discord.com/channels/885562378132000778/1166447479609376850/1418259439068119131)
 by @Omega359 
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   This would provide workaround for ballista to support datafusion 50 until we 
release backward incompatible change described in #17596 
   


-- 
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]

Reply via email to