Uh oh!
There was an error while loading. Please reload this page.
MINOR: User Guide: Move Data Types and Information Schema to their own pages - #3131
Conversation
| 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.
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.
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 |
alamb
left a comment
There was a problem hiding this comment.
Looking good -- I added some suggestions as our type support has improved
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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>
ursabot
commented
Aug 15, 2022
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