comphead opened a new issue, #13671: URL: https://github.com/apache/datafusion/issues/13671
### Is your feature request related to a problem or challenge? It is needed to migrate whenever it is possible builtin UDF documentation from code based to attribute based. Function list can be found in `SessionStateDefaults::default_scalar_functions()` Example can be found https://github.com/apache/datafusion/pull/13646/files#diff-1528bf73810e3fb12fd1d4e76a8b46acb650549ef37d3c131464e087f97ca515L25 The translation can be done manually or in semi automatic way, uncommenting a function in PR https://github.com/apache/datafusion/pull/13669 locally. This will generate local text files with attribute text which can be copy pasted to structs. However its still needed to remove code based documentation manually, add imports, etc Please refer to PR #13646 which completed the migration for aggregation functions ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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.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