This diagram shows Left Join type in Spark SQL. It returns all values from the left relation and the matched values from the right relation, or appends NULL if there is no match. It is also called left outer join.
Spark SQL Joins - Left Outer Joinimage
info Last modified by Kontext 3 months ago
copyright
This page is subject to Site terms.
Log in with external accounts
comment Comments
No comments yet.
tag Tags
info Info
Image URL
SVG URL
URL
More from Kontext
Read and Write XML files in PySpark
visibility
25,118
thumb_up
1
access_time
2 years ago
"Delete" Rows (Data) from PySpark DataFrame
visibility
6,141
thumb_up
0
access_time
11 months ago
Turn off INFO logs in Spark
visibility
13,188
thumb_up
0
access_time
2 years ago