0 votes
in Spark Sql by
What is action Reduce in Spark?

1 Answer

0 votes
by

Reduce takes a function as an input which has two parameters which are of same type and output a single value of the input type.

...