| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Join |
Join.clone() |
Join |
CodeGenConfigurationNode.getJoin()
Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data
property keys.
|
Join |
Join.withColumns(Collection<JoinColumn> columns)
A list of the two columns to be joined.
|
Join |
Join.withColumns(JoinColumn... columns)
A list of the two columns to be joined.
|
Join |
Join.withInputs(Collection<String> inputs)
The data inputs identified by their node names.
|
Join |
Join.withInputs(String... inputs)
The data inputs identified by their node names.
|
Join |
Join.withJoinType(JoinType joinType)
Specifies the type of join to be performed on the datasets.
|
Join |
Join.withJoinType(String joinType)
Specifies the type of join to be performed on the datasets.
|
Join |
Join.withName(String name)
The name of the transform node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setJoin(Join join)
Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data
property keys.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withJoin(Join join)
Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data
property keys.
|
Copyright © 2024. All rights reserved.