-
Type:
New Feature
-
Status: Closed
-
Priority:
Minor
-
Resolution: Implemented
-
Affects Version/s: None
-
Fix Version/s: 0.10.0
-
Component/s: None
-
Labels:
There are three types of outer-joins:
- left outer,
- right outer, and
- full outer
joins.
An outer-join does not "filter" tuples of the outer-side that do not find a matching tuple on the other side. Instead, it is joined with a NULL value.
Supporting outer-joins requires some modifications in the join execution strategies.
---------------- Imported from GitHub ----------------
Url: https://github.com/stratosphere/stratosphere/issues/687
Created by: fhueske
Labels: enhancement, java api, runtime,
Created at: Mon Apr 14 12:09:00 CEST 2014
State: open
1.
|
Implement Sort-Merge Outer Join algorithm |
|
Closed | Ricky Pogalz |
2.
|
Add outer joins to Runtime |
|
Closed | Ricky Pogalz |
3.
|
Add outer joins to API and Optimizer |
|
Closed | Unassigned |