微信扫一扫
val sumValue = theDF.map(_(0).asInstanceOf[Double]).reduce(_+_)
val sumValue = theDF.map(_(0).asInstanceOf[Double]).reduce(_+_)
相关推荐