Versions in this module Expand all Collapse all v2 v2.2.0 Jun 27, 2022 Changes in this version + func CityHash64(s []byte, length uint32) uint64 + func CityHash64WithSeed(s []byte, length uint32, seed uint64) uint64 + func CityHash64WithSeeds(s []byte, length uint32, seed0, seed1 uint64) uint64 + func New64() hash.Hash64 + type City64 struct + func (this *City64) BlockSize() int + func (this *City64) Reset() + func (this *City64) Size() int + func (this *City64) Sum(b []byte) []byte + func (this *City64) Sum64() uint64 + func (this *City64) Write(s []byte) (n int, err error) + type Uint128 [2]uint64 + func CityHash128(s []byte, length uint32) (result Uint128) + func CityHash128WithSeed(s []byte, length uint32, seed Uint128) Uint128 + func (this Uint128) Bytes() []byte + func (this Uint128) Higher64() uint64 + func (this Uint128) Lower64() uint64 Other modules containing this package github.com/cordlesssystems/clickhouse-go