alamb opened a new pull request, #13069: URL: https://github.com/apache/datafusion/pull/13069
## Which issue does this PR close? Part of #12740 ## Rationale for this change I noticed that the `cot` function does not have documentation by running the script in https://github.com/apache/datafusion/issues/12872 ```shell (venv) andrewlamb@Andrews-MacBook-Pro-2:~/Software/datafusion$ ./dev/update_function_docs.sh ... Running CLI and inserting scalar function docs table Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s Running `target/debug/print_functions_docs scalar` INFO: The following functions do not have documentation: - map_extract - map - cot - map_keys - map_values ``` Note that @ jonathanc-n is working on the map functions in https://github.com/apache/datafusion/pull/13047 In fact it appears to be completely undocumented in the old docs too: https://datafusion.apache.org/user-guide/sql/scalar_functions.html so this is a win for the automated script ## What changes are included in this PR? Add docs to `cot` ## Are these changes tested? Yes by CI ## Are there any user-facing changes? More docs! <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. --> -- 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