-
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
Add all scalar SQL functions to user guide #3090
Conversation
@kmitchener fyi |
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 @andygrove
Codecov Report
@@ Coverage Diff @@
## master #3090 +/- ##
==========================================
+ Coverage 85.85% 85.93% +0.08%
==========================================
Files 289 289
Lines 51890 52118 +228
==========================================
+ Hits 44548 44790 +242
+ Misses 7342 7328 -14
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Benchmark runs are scheduled for baseline = 3eb55e9 and contender = 3579e0a. 3579e0a is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
Closes #3065
Rationale for this change
Adds all SQL scalar functions rather than just listing a few timestamp-related ones.
Many of the functions have no description or example usage yet, but at least we have a list of what is available and once this is merged it will be easier for everyone to submit PRs to improve the content.
What changes are included in this PR?
scalar-functrions
pagedatafusion-functions
pageAre there any user-facing changes?
No