包含各类函数的 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

Algorithms and Theory of Computation Handbook

Algorithms and Theory of Computation Handbook

Mikhail J. Atallah (Editor) / CRC-Press / 1998-09-30 / USD 94.95

Book Description This comprehensive compendium of algorithms and data structures covers many theoretical issues from a practical perspective. Chapters include information on finite precision issues......一起来看看 《Algorithms and Theory of Computation Handbook》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具