甜美胡萝卜

文章
2
资源
0
加入时间
4年2月8天

Spark DataFrame 添加ID列

import org.apache.spark.sql.functions._df.withColumn("id", monotonically_increasing_id)