Uses of Class
software.amazon.awssdk.services.glue.model.DropNullFields
-
Packages that use DropNullFields Package Description software.amazon.awssdk.services.glue.model -
-
Uses of DropNullFields in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return DropNullFields Modifier and Type Method Description DropNullFieldsCodeGenConfigurationNode. dropNullFields()Specifies a transform that removes columns from the dataset if all values in the column are 'null'.Methods in software.amazon.awssdk.services.glue.model with parameters of type DropNullFields Modifier and Type Method Description CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. dropNullFields(DropNullFields dropNullFields)Specifies a transform that removes columns from the dataset if all values in the column are 'null'.
-