Hive hive 之 row_number等窗口分析函数用法 一、排序&去重分析 row_number() over(partititon by col1 order by col2) as rn 结果:1,2,3,4 rank() over( … 2019-12-19 2405 2 分享