Skip to main content

ordering_key_hash64

Function ordering_key_hash64 

Source
pub fn ordering_key_hash64(ordering_key: &[u8]) -> u64
Expand description

Portable 64-bit hash over raw ordering-key bytes.

This is intentionally simple enough to implement byte-for-byte in awa.insert_job_compat, so SQL, Rust, and Python producers that pass the same ordering-key bytes can derive the same routing facts.