public class Join extends Object implements 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() |
List<Writable> |
joinExamples(List<Writable> leftExample,
List<Writable> rightExample)
Join the examples.
|
public Schema getOutputSchema()
Copyright © 2018. All rights reserved.