SIPHASH64
Produces a 64-bit SipHash hash value.
Syntax
SIPHASH64(<expr>)
Aliases
Examples
SELECT SIPHASH('1234567890'), SIPHASH64('1234567890');
┌─────────────────────────────────────────────────┐
│ siphash('1234567890') │ siphash64('1234567890') │
├───────────────────────┼─────────────────────────┤
│ 18110648197875983073 │ 18110648197875983073 │
└─────────────────────────────────────────────────┘