| Class | Description |
|---|---|
| Join |
Join class: used to specify a join (like an SQL join)
|
| Join.Builder |
| 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. |
Copyright © 2019. All rights reserved.