public class Join
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Join.Builder |
static class |
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. |
Modifier and Type | Method and Description |
---|---|
Schema |
getOutputSchema() |
java.util.List<Writable> |
joinExamples(java.util.List<Writable> leftExample,
java.util.List<Writable> rightExample)
Join the examples.
|
public Schema getOutputSchema()
public java.util.List<Writable> joinExamples(java.util.List<Writable> leftExample, java.util.List<Writable> rightExample)
leftExample
- rightExample
-