Hash functions

CITYHASH64

Syntax:CITYHASH64( value )

Returns the CityHash64 hash of value as an integer.

INTHASH64

Syntax:INTHASH64( value )

Returns the 64-bit hash of the integer value.

MD5

Syntax:MD5( value )

Returns the MD5 hash of value as a hexadecimal string.

MURMURHASH2_64

Syntax:MURMURHASH2_64( value )

Returns the MurmurHash2 64-bit hash of value as an integer.

SHA1

Syntax:SHA1( value )

Returns the SHA-1 hash of value as a hexadecimal string.

SHA256

Syntax:SHA256( value )

Returns the SHA-256 hash of value as a hexadecimal string.

SIPHASH64

Syntax:SIPHASH64( value )

Returns the SipHash64 hash of value as an integer.

Previous