mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update hash-functions.md
This commit is contained in:
parent
47b27ca5fb
commit
051456ba92
@ -279,7 +279,7 @@ cityHash64(par1,...)
|
|||||||
|
|
||||||
This is a fast non-cryptographic hash function. It uses the CityHash algorithm for string parameters and implementation-specific fast non-cryptographic hash function for parameters with other data types. The function uses the CityHash combinator to get the final results.
|
This is a fast non-cryptographic hash function. It uses the CityHash algorithm for string parameters and implementation-specific fast non-cryptographic hash function for parameters with other data types. The function uses the CityHash combinator to get the final results.
|
||||||
|
|
||||||
Note that Google CityHash has changed the algorithm after it have been added it into ClickHouse. Now results of Google CityHash and ClickHouse cityHash64 are different. ClickHouse cityHash64 results are consistent with CityHash 1.0.2. Currently [farmhash64](#farmhash64) is consistent with Google CityHash.
|
Note that Google CityHash has changed the algorithm after it have been added to ClickHouse. Now results of Google CityHash and ClickHouse cityHash64 are different. ClickHouse cityHash64 results are consistent with CityHash 1.0.2. Currently [farmhash64](#farmhash64) is consistent with Google CityHash.
|
||||||
|
|
||||||
**Arguments**
|
**Arguments**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user