|
Scala
1.4.0.4 |
|||
Object Summary | |
case
|
object Full
An outer join behaviour where there will be at least on tuple for every tuple in both right and left relations. |
case
|
object Left
An outer join behaviour where there will be at least on tuple for every tuple in the left relation. |
case
|
object Right
An outer join behaviour where there will be at least on tuple for every tuple in the right relation. |
|
Scala
1.4.0.4 |
|||