摘要: 1、日期加减spark sql 日期加减,date_sub,date_addval dateDF=spark.range(10) .withColumn("today",current_date()) .withColumn("now",current_timestamp()) dateDF.cre 阅读全文
posted @ 2019-10-26 11:26 风清_云淡 阅读(12703) 评论(0) 推荐(0)