-
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
User Guide: Add documentation for subquery syntax #3132
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3132 +/- ##
==========================================
- Coverage 85.95% 85.87% -0.08%
==========================================
Files 291 291
Lines 52382 52758 +376
==========================================
+ Hits 45025 45307 +282
- Misses 7357 7451 +94
📣 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.
Thanks @andygrove -- looking very nice 👌
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 = 5778ef2 and contender = 4876cd6. 4876cd6 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?
Part of #3091
Rationale for this change
We should tell users that we support subqueries and how to use them.
What changes are included in this PR?
New section on subquery support.
Are there any user-facing changes?
No