concat:
使用desc function concat命令查看hive中的concat的使用的基本语法。

concat(string str1,string str2…) 返回字符串的串联。
concat_ws
使用desc function concat_ws命令查看hive中的concat_ws的使用的基本语法。

concat_ws(separator,string str1,string str2…) 返回由分隔符分隔的字符串的串联。
collect_set
使用desc function collect_set命令查看hive中的collect_set的使用的基本语法。
collect_set(x) 返回消除重复元素的一组对象。
collect_list
使用desc function collect_list命令查看hive中的collect_list的使用的基本语法。
collect_list(x) 返回包含重复项的对象列表。
1091

被折叠的 条评论
为什么被折叠?



