未验证 提交 7fd8127d 编写于 作者: A achimbab 提交者: GitHub

[docs] added javaHashUTF16LE().

上级 1d910c50
......@@ -205,6 +205,17 @@ Result:
└───────────────────────────┘
```
## javaHashUTF16LE
The same as [JavaHash](#hash_functions-javahash), but for UTF-16LE code points. Works under the assumption that the string contains a set of bytes representing a UTF-16LE encoded text. If this assumption is not met, it returns some result (It only throws an exception in partial cases).
**Example**
```sql
SELECT javaHashUTF16LE(convertCharset('Hello, world!', 'utf-8', 'utf-16le'))
```
## hiveHash {#hash_functions-hivehash}
Calculates `HiveHash` from a string.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册