Explode¶
-
class
Explode.Explode(inputCol=None, outputCol=None)[source]¶ Bases:
mmlspark.Utils.ComplexParamsMixin,pyspark.ml.util.JavaMLReadable,pyspark.ml.util.JavaMLWritable,pyspark.ml.wrapper.JavaTransformerParameters: -
getOutputCol()[source]¶ Returns: The name of the output column (default: [self.uid]_output) Return type: str
-