| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
DropDuplicates |
DropDuplicates.clone() |
DropDuplicates |
CodeGenConfigurationNode.getDropDuplicates()
Specifies a transform that removes rows of repeating data from a data set.
|
DropDuplicates |
DropDuplicates.withColumns(Collection<List<String>> columns)
The name of the columns to be merged or removed if repeating.
|
DropDuplicates |
DropDuplicates.withColumns(List<String>... columns)
The name of the columns to be merged or removed if repeating.
|
DropDuplicates |
DropDuplicates.withInputs(Collection<String> inputs)
The data inputs identified by their node names.
|
DropDuplicates |
DropDuplicates.withInputs(String... inputs)
The data inputs identified by their node names.
|
DropDuplicates |
DropDuplicates.withName(String name)
The name of the transform node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setDropDuplicates(DropDuplicates dropDuplicates)
Specifies a transform that removes rows of repeating data from a data set.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withDropDuplicates(DropDuplicates dropDuplicates)
Specifies a transform that removes rows of repeating data from a data set.
|
Copyright © 2024. All rights reserved.