0 votes
in Spark Sql by
What is a flatmap transformation in Spark?

1 Answer

0 votes
by

Flatmap is used when we want to produce multiple elements for each input element. The output of the flatmap is a List of the element through which we can iterate.

...