Class | Description |
---|---|
Join |
Join class: used to specify a join (like an SQL join)
|
Join.Builder | |
TestJoin |
Created by Alex on 18/04/2016.
|
Enum | Description |
---|---|
Join.JoinType |
Type of join
Inner: Return examples where the join column values occur in both LeftOuter: Return all examples from left data, whether there is a matching right value or not. |