|
|
Scala 2.3.3
|
object
JoinType
extends java.lang.Object
with scala.ScalaObject
| Class Summary | |
abstract
|
class
Outer
A join behaviour family where a joined tuple is created even when a tuple has no corresponding tuple in the other relation. The fields populated by values of the other tuple will receive the NULL value. |
| Object Summary | |
case
|
object
Inner
A join behaviour where a joined tuple is created only when a corresponding tuple exists in both original relations. |
object
Outer
|
|
| Constructor Summary | |
def
this
|
|
| Constructor Detail |