| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
DropNullFields |
DropNullFields.clone() |
DropNullFields |
CodeGenConfigurationNode.getDropNullFields()
Specifies a transform that removes columns from the dataset if all values in the column are 'null'.
|
DropNullFields |
DropNullFields.withInputs(Collection<String> inputs)
The data inputs identified by their node names.
|
DropNullFields |
DropNullFields.withInputs(String... inputs)
The data inputs identified by their node names.
|
DropNullFields |
DropNullFields.withName(String name)
The name of the transform node.
|
DropNullFields |
DropNullFields.withNullCheckBoxList(NullCheckBoxList nullCheckBoxList)
A structure that represents whether certain values are recognized as null values for removal.
|
DropNullFields |
DropNullFields.withNullTextList(Collection<NullValueField> nullTextList)
A structure that specifies a list of NullValueField structures that represent a custom null value such as zero or
other value being used as a null placeholder unique to the dataset.
|
DropNullFields |
DropNullFields.withNullTextList(NullValueField... nullTextList)
A structure that specifies a list of NullValueField structures that represent a custom null value such as zero or
other value being used as a null placeholder unique to the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setDropNullFields(DropNullFields dropNullFields)
Specifies a transform that removes columns from the dataset if all values in the column are 'null'.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withDropNullFields(DropNullFields dropNullFields)
Specifies a transform that removes columns from the dataset if all values in the column are 'null'.
|
Copyright © 2022. All rights reserved.