240 发简信
IP属地:山西
  • Hive内置函数总结(1)

    hive聚合函数参见:https://cwiki.apache.org/confluence/display/Hive/LanguageManu...

  • Hive中与时间相关的内置函数

    (1)获取当前的时间戳(以秒位单位):unix_timestamp(),返回值类型位BIGINT。例如: select unix_timesta...

  • 如何将scala中的Seq, ArrayBuffer等转换为java的List

    scala中的collect分为mutable和immutable两种,分别在scala.collection.mutable 和scal...