ClickHouse uses one of the previous versions of CityHash from Google.
Also see Introducing CityHash for description and reasoning behind creation. TL;DR non-cryptographic hash that is faster than MurmurHash, but more complex.
Implementations
Go
You can use go-faster/city Go package that implements both variants.