package hash
import "github.com/influxdata/flux/stdlib/contrib/qxip/hash"
Index ¶
- 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 Hash128to64(x Uint128) uint64
- type Uint128
Functions ¶
func CityHash64 ¶
func CityHash64WithSeed ¶
func CityHash64WithSeeds ¶
func Hash128to64 ¶
Types ¶
type Uint128 ¶
type Uint128 [2]uint64
func CityHash128 ¶
func CityHash128WithSeed ¶
func (Uint128) Bytes ¶
func (Uint128) Higher64 ¶
func (Uint128) Lower64 ¶
Source Files ¶
- Version
- v0.196.1 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 16 packages
- Last checked
- 1 day ago –
Tools for package owners.