davedwwang commented on issue #1715:
URL: https://github.com/apache/auron/issues/1715#issuecomment-3707095610

   hello @cxzl25 Are you referring to the functions registered in 
native-engine/datafusion-ext-functions/src/lib.rs?
   
   We could consider adopting the user_doc approach used in DataFusion, 
utilizing macros to generate function comments. This would allow us to both 
generate documentation automatically and enable users to view function 
descriptions via the DESCRIBE FUNCTION syntax in Spark.
   
   The trade-off is that it requires a significant refactoring, as we would 
need to transition from simple function definitions to struct-based 
implementations.


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

Reply via email to