We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Part of #12740
@Omega359 added the infrastructure to automatically create documentation from code in #12668
After #13161 Window Functions still have two pages
Once all the window functions have all been migrated
WindowFunction
BuiltInWindowFunction
We should remove the static window functions page (in favor of the auto generated one). We can follow the model of #13161
Basically this means for the scalar, window and aggregate functions:
docs/source/user-guide/sql/window_functions.md
_new
docs/source/user-guide/sql/window_functions_new.md
docs/source/user-guide/sql/index.rst
dev/update_function_docs.sh
The text was updated successfully, but these errors were encountered:
This is just waiting on #12649
Sorry, something went wrong.
It seems assignee removed their assignment from that issue. Let me implement that and remove old static windows then
@jonathanc-n notes that now we have merged the following PR this is unblocked 🐱 🚀
nth_value
window_functions_new
Successfully merging a pull request may close this issue.
Part of #12740
Is your feature request related to a problem or challenge?
@Omega359 added the infrastructure to automatically create documentation from code in #12668
After #13161 Window Functions still have two pages
Describe the solution you'd like
Once all the window functions have all been migrated
WindowFunction
Interface (remove built in list ofBuiltInWindowFunction
s) #8709We should remove the static window functions page (in favor of the auto generated one). We can follow the model of #13161
Describe alternatives you've considered
Basically this means for the scalar, window and aggregate functions:
docs/source/user-guide/sql/window_functions.md
_new
files likedocs/source/user-guide/sql/window_functions_new.md
todocs/source/user-guide/sql/window_functions.md
docs/source/user-guide/sql/index.rst
to remove the_new
entriesdev/update_function_docs.sh
so it writes to the scalar_functions.md fileAdditional context
The text was updated successfully, but these errors were encountered: