Update hash-functions.md

This commit is contained in:
Denny Crane 2023-05-12 08:33:27 -03:00 committed by GitHub
parent 47b27ca5fb
commit 051456ba92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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**