static DropNullFields.Builder |
DropNullFields.builder() |
|
DropNullFields.Builder |
DropNullFields.Builder.inputs(String... inputs) |
The data inputs identified by their node names.
|
DropNullFields.Builder |
DropNullFields.Builder.inputs(Collection<String> inputs) |
The data inputs identified by their node names.
|
DropNullFields.Builder |
DropNullFields.Builder.name(String name) |
The name of the transform node.
|
default DropNullFields.Builder |
DropNullFields.Builder.nullCheckBoxList(Consumer<NullCheckBoxList.Builder> nullCheckBoxList) |
A structure that represents whether certain values are recognized as null values for removal.
|
DropNullFields.Builder |
DropNullFields.Builder.nullCheckBoxList(NullCheckBoxList nullCheckBoxList) |
A structure that represents whether certain values are recognized as null values for removal.
|
DropNullFields.Builder |
DropNullFields.Builder.nullTextList(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.Builder |
DropNullFields.Builder.nullTextList(Consumer<NullValueField.Builder>... 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.Builder |
DropNullFields.Builder.nullTextList(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.Builder |
DropNullFields.toBuilder() |
|