-
Notifications
You must be signed in to change notification settings - Fork 388
Functions: start generating random functions #4525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds support for generating documentation for random number functions from ClickHouse system tables. The changes introduce "RandomNumber" as a new function category to the autogeneration script.
Key changes:
- Added "RandomNumber" to the list of function categories for processing
- Created mapping for random number function files in both source and destination arrays
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Summary
This PR adds support for generating documentation for random number functions from ClickHouse system tables. The changes introduce "RandomNumber" as a new function category to the autogeneration script.
Key changes:
Checklist