pub fn ordering_key_hash64(ordering_key: &[u8]) -> u64Expand 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.