Uh oh!
There was an error while loading. Please reload this page.
Migrate Array function Documentation to code - #12948
Conversation
alamb
left a comment
There was a problem hiding this comment.
Thank you so much @jonathanc-n -- this is epic
I went through this PR carefully and it all looks good to me
| ## Struct Functions | ||
| - [unnest](#unnest-struct) |
There was a problem hiding this comment.
I think unnest is special and not a scalar function. Perhaps as a follow on PR we can make a new page called "Special Functions" and put it there.
There was a problem hiding this comment.
Yeah, I can create one for that
There was a problem hiding this comment.
The only other special function I know of is make_map. See
Uh oh!
There was an error while loading. Please reload this page.
| } | ||
| static DOCUMENTATION: OnceLock<Documentation> = OnceLock::new(); | ||
| fn get_flatten_doc() -> &'static Documentation { |
There was a problem hiding this comment.
this is so nice to have this documentation as part of the function
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
alamb
commented
Oct 16, 2024
I ran |
alamb
commented
Oct 16, 2024
🚀 |
Which issue does this PR close?
Closes#12927 .
Rationale for this change
What changes are included in this PR?
Moved the static array docs to the new one.
Are these changes tested?
Are there any user-facing changes?