public class JoinColumn extends Object
| Constructor and Description |
|---|
JoinColumn(String column)
Creates a join column for the same column name in both data frames
|
JoinColumn(String columnA,
String columnB)
Creates a join column for two different column names
|
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnA() |
String |
getColumnB() |
public JoinColumn(String columnA, String columnB)
columnA - column name in the first data framecolumnB - column name in the second data framepublic JoinColumn(String column)
column - column nameCopyright © 2017. All rights reserved.