Uses of Enum
software.amazon.awscdk.services.glue.WriteParallel
Packages that use WriteParallel
-
Uses of WriteParallel in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return WriteParallelModifier and TypeMethodDescriptionstatic WriteParallelReturns the enum constant of this type with the specified name.static WriteParallel[]WriteParallel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.glue with parameters of type WriteParallelModifier and TypeMethodDescriptionstatic StorageParameterStorageParameter.writeParallel(WriteParallel value) A property that sets whether CREATE EXTERNAL TABLE AS should write data in parallel.