public class Join extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Join.Builder |
static class |
Join.JoinType
Type of join
|
Modifier and Type | Method and Description |
---|---|
Schema |
getOutputSchema() |
List<Writable> |
joinExamples(List<Writable> leftExample,
List<Writable> rightExample)
Join the examples.
|
public Schema getOutputSchema()
Copyright © 2016. All rights reserved.