- 授权协议: 未知
- 开发语言: 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 | 返回两个数组的交集,不重复。 |
Large-Scale Inference
Bradley Efron / Cambridge University Press / 2010-8-5 / GBP 48.00
We live in a new age for statistical inference, where modern scientific technology such as microarrays and fMRI machines routinely produce thousands and sometimes millions of parallel data sets, each ......一起来看看 《Large-Scale Inference》 这本书的介绍吧!
