-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
MINOR: User Guide: Move Data Types and Information Schema to their own pages #3131
MINOR: User Guide: Move Data Types and Information Schema to their own pages #3131
Conversation
@@ -143,104 +143,3 @@ DataFusion is designed to be extensible at all points. To that end, you can prov | |||
## Rust Version Compatibility | |||
|
|||
This crate is tested with the latest stable version of Rust. We do not currently test against other, older versions of the Rust compiler. | |||
|
|||
# Supported SQL |
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.
Removed this since this is covered already in "SELECT syntax" page
- `GROUP BY` together with one of the following aggregations: `MIN`, `MAX`, `COUNT`, `SUM`, `AVG`, `CORR`, `VAR`, `COVAR`, `STDDEV` (sample and population) | ||
- `ORDER BY` together with an expression and optional `ASC` or `DESC` and also optional `NULLS FIRST` or `NULLS LAST` | ||
|
||
## Supported Functions |
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.
Removed this since most of the functions are now documented in the SQL reference
Codecov Report
@@ Coverage Diff @@
## master #3131 +/- ##
==========================================
- Coverage 85.95% 85.88% -0.08%
==========================================
Files 291 291
Lines 52382 52758 +376
==========================================
+ Hits 45025 45310 +285
- Misses 7357 7448 +91
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Looking good -- I added some suggestions as our type support has improved
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Benchmark runs are scheduled for baseline = 4876cd6 and contender = d9dab92. d9dab92 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?
N/A
Rationale for this change
Move important content into more prominent location
What changes are included in this PR?
Are there any user-facing changes?
No