hashfunction

package
v0.0.0-...-8429761 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: PostgreSQL Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	HashFunctionIdent  = 0
	HashFunctionMurmur = 1
	HashFunctionCity   = 2
)

Pre-defined hash functions

Variables

This section is empty.

Functions

func ApplyHashFunction

func ApplyHashFunction(inp []byte, hf HashFunctionType) ([]byte, error)

func ToString

func ToString(hf HashFunctionType) string

Types

type HashFunctionType

type HashFunctionType int

func HashFunctionByName

func HashFunctionByName(hfn string) (HashFunctionType, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL