Omega359 commented on issue #12432:
URL: https://github.com/apache/datafusion/issues/12432#issuecomment-2354365174

   I took a quick look at this and I believe we need to add a `doc_category` 
for each udf to be able to slot it into the appropriate section in the 
documentation. For example, for scalar udf's that could be `math`, 
`conditional`, `string`, etc
   
   The `doc_category` fn could return either be a simple string or more 
properly an enum, one for each type of UDF (scalar, aggregate, window, ...)
   
   I don't like the fn name 'doc_category' but I couldn't come up with 
something better.


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to