Scala aggregate function vs. Spark RDD aggregate function

前端 未结 0 1718
无人及你
无人及你 2020-12-31 21:30

Here are the definitions of the function:

Scala:

aggregate[B](z: => B)(seqop: (B, A) => B, combop: (B, B) => B): B

Spark RDD:

相关标签:
回答
  • 消灭零回复
提交回复
热议问题