-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
doc-gen: migrate scalar functions (array) documentation 1/3 #13928
doc-gen: migrate scalar functions (array) documentation 1/3 #13928
Conversation
Can you take a look at the Clippy failure? Seems to be just an unused import |
a8310d2
to
0a84fa7
Compare
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.
thanks @Chen-Yuan-Lai I think we got a lot fixed in the doc with this PR
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.
Very nice to see all the documentation fixes
+-----------------------------+ | ||
| true | | ||
+-----------------------------+ | ||
> select array_has_any([1, 2, 3], [3, 4]); |
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.
Agree -- thank you @Chen-Yuan-Lai for your diligence while porting the code to also fix the docs
Thanks @Chen-Yuan-Lai and @comphead and @Omega359 |
Which issue does this PR close?
Part of #13671 .
Rationale for this change
What changes are included in this PR?
As discussed in #13671 , this PR will migrate the parts of builtin array functions documentation that currently support migration.
Are these changes tested?
Are there any user-facing changes?