-
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
docs: Added Special Functions Page #13102
Conversation
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.
Thank you @jonathanc-n -- we are so close.
I checked this out and built it locally.
cd docs
./build.sh
open build/html/index.html
One thing I noticed was that there was a missing index entry, so I took the liberty of pushing a commit to fix that.
cc @Omega359
``` | ||
> select * from foo; | ||
+---------------------+ | ||
| column1 | |
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.
I would rename the column name to struct_field or something. It required for me to look into the example twice to figure our the column1 is actually a structure. Renaming a column will make the example more intuitive
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.
Good idea --done in 777f58d
|
||
# Special Functions | ||
|
||
## Expansion Functiions |
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.
tpyo
Thanks @jonathanc-n and @comphead for the careful review. @Omega359 we are very close to finishing! |
Which issue does this PR close?
Closes #13036.
Rationale for this change
What changes are included in this PR?
Added static special functions page for unnest
Are these changes tested?
Are there any user-facing changes?