| Package | Description |
|---|---|
| de.unknownreality.dataframe.join.impl |
| Modifier and Type | Method and Description |
|---|---|
static JoinTree.LeafMode |
JoinTree.LeafMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinTree.LeafMode[] |
JoinTree.LeafMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JoinTree(JoinTree.LeafMode mode,
DataFrame dfA,
DataFrame dfB,
JoinColumn... columns) |
Copyright © 2020. All rights reserved.