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.

Related questions

0 votes
asked Mar 29, 2022 in Apache Spark by sharadyadav1986
0 votes
asked Feb 12, 2023 in Spark Sql by sharadyadav1986
...