Skip to content
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 JOIN syntax #3130

Merged
merged 3 commits into from
Aug 15, 2022

Conversation

andygrove
Copy link
Member

Which issue does this PR close?

Part of #3091

Rationale for this change

Did you know that DataFusion supports joins? Possibly not if you are learning from the SQL reference in the user guide.

What changes are included in this PR?

Add documentation for JOIN syntax, with examples.

Are there any user-facing changes?

No

@andygrove andygrove added the documentation Improvements or additions to documentation label Aug 13, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #3130 (b7ac353) into master (b1765f7) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3130      +/-   ##
==========================================
- Coverage   85.95%   85.95%   -0.01%     
==========================================
  Files         291      291              
  Lines       52382    52382              
==========================================
- Hits        45025    45024       -1     
- Misses       7357     7358       +1     
Impacted Files Coverage Δ
datafusion/expr/src/window_frame.rs 92.43% <0.00%> (-0.85%) ⬇️
datafusion/expr/src/logical_plan/plan.rs 77.77% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@andygrove andygrove mentioned this pull request Aug 15, 2022
17 tasks
@alamb alamb merged commit 4cf0cf0 into apache:master Aug 15, 2022
@ursabot
Copy link

ursabot commented Aug 15, 2022

Benchmark runs are scheduled for baseline = 15a9a4b and contender = 4cf0cf0. 4cf0cf0 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ec2-t3-xlarge-us-east-2] ec2-t3-xlarge-us-east-2
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on test-mac-arm] test-mac-arm
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ursa-i9-9960x] ursa-i9-9960x
[Skipped ⚠️ Benchmarking of arrow-datafusion-commits is not supported on ursa-thinkcentre-m75q] ursa-thinkcentre-m75q
Buildkite builds:
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

@andygrove andygrove deleted the user-guide-joins branch August 15, 2022 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants