包含各类函数的 hive udf 库 hive-third-functions

码农软件 · 软件分类 · 高性能网络开发库 · 2019-08-31 15:57:57

软件介绍

hive-third-functions是一个hive udf库,包含各类hive udf库,尤其是array,map的各类函数。是hive自带udf函数的有效补充。

1.字符串函数

函数说明
pinyin(string) -> string将中文转换为拼音
md5(string) -> stringmd5 哈希
sha256(string) -> stringsha256 哈希

2. 数组函数

函数说明
array_contains(array<E>, E) -> boolean数组是否包含值。
array_equals(array<E>, array<E>) -> boolean数组是否相等
array_intersect(array, array) -> array返回两个数组的交集,不重复。

本文地址:https://codercto.com/soft/d/13580.html

PHP and MySQL Web Development (3rd Edition) (Developer's Library

PHP and MySQL Web Development (3rd Edition) (Developer's Library

Luke Welling、Laura Thomson / Sams / 2004-09-29 / USD 49.99

We've taken the best and made it even better. The third edition of the best-selling PHP and MySQL Web Development has been updated to include material and code on MySQL 5, PHP 5 and on PHPs object mod......一起来看看 《PHP and MySQL Web Development (3rd Edition) (Developer's Library》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

html转js在线工具
html转js在线工具

html转js在线工具