细腻鸭子

文章
4
资源
0
加入时间
3年0月20天

Hive中函数

1.系统自带的函数1)查看系统自带的函数hive> show functions;2)显示自带的函数的用法hive> desc function upper;3)详细显示自带的函数的用法hive> desc function extended upper;2.自定义函数1)Hive 自带了一些函数,比如:max/min 等,但是数量有限,自己...