Skip to content

Produces a 64-bit SipHash hash value.

func.siphash64(<expr>)
func.siphash64('1234567890')
┌───────────────────────────────┐
│ func.siphash64('1234567890') │
├───────────────────────────────┤
18110648197875983073
└───────────────────────────────┘
SIPHASH64(<expr>)
SELECT SIPHASH('1234567890'), SIPHASH64('1234567890');
┌─────────────────────────────────────────────────┐
│ siphash('1234567890') │ siphash64('1234567890') │
├───────────────────────┼─────────────────────────┤
1811064819787598307318110648197875983073
└─────────────────────────────────────────────────┘