- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/aaronshan/hive-third-functions
- 软件文档: https://github.com/aaronshan/hive-third-functions
- 官方下载: https://github.com/aaronshan/hive-third-functions
软件介绍
hive-third-functions是一个hive udf库,包含各类hive udf库,尤其是array,map的各类函数。是hive自带udf函数的有效补充。
1.字符串函数
| 函数 | 说明 |
|---|---|
| pinyin(string) -> string | 将中文转换为拼音 |
| md5(string) -> string | md5 哈希 |
| sha256(string) -> string | sha256 哈希 |
2. 数组函数
| 函数 | 说明 |
|---|---|
| array_contains(array<E>, E) -> boolean | 数组是否包含值。 |
| array_equals(array<E>, array<E>) -> boolean | 数组是否相等 |
| array_intersect(array, array) -> array | 返回两个数组的交集,不重复。 |
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》 这本书的介绍吧!
