public class JoinConfig extends Object
| Constructor and Description |
|---|
JoinConfig(Iterable<String> requiredInputs)
Creates new instance of
JoinConfig |
| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
getRequiredInputs()
Returns required inputs to be joined.
|
public JoinConfig(Iterable<String> requiredInputs)
JoinConfigrequiredInputs - iterable of input stage names. This will be used to find out type of the join.
If required inputs are empty, full outer join will be performed. Otherwise, all records from required inputs
will be joined using inner join and records from non-required inputs will be present in join result only if they
meet join criteria.Copyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.