1
0
3
933
hive聚合函数参见:https://cwiki.apache.org/confluence/display/Hive/LanguageManu...
(1)获取当前的时间戳(以秒位单位):unix_timestamp(),返回值类型位BIGINT。例如: select unix_timesta...
scala中的collect分为mutable和immutable两种,分别在scala.collection.mutable 和scal...