mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
docs: functions: hash: fix wrong doc
This commit is contained in:
parent
970a4586a1
commit
14acaa04a9
@ -183,7 +183,7 @@ Same as [sipHash128](#hash_functions-siphash128), but the first argument is a tu
|
||||
|
||||
**Returned value**
|
||||
|
||||
A [UInt64](/docs/en/sql-reference/data-types/int-uint.md) data type hash value.
|
||||
A 128-bit `SipHash` hash value of type [FixedString(16)](/docs/en/sql-reference/data-types/fixedstring.md).
|
||||
|
||||
**Example**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user