package proton

  1. Overview
  2. Docs

Module Proton.CityhashSource

Sourcetype uint128 = {
  1. low : int64;
  2. high : int64;
}
Sourceval cityhash128_raw : bytes -> int64 * int64
Sourceval cityhash128_sub_raw : bytes -> int -> int -> int64 * int64
Sourceval cityhash128_2sub_raw : bytes -> int -> int -> bytes -> int -> int -> int64 * int64
Sourceval cityhash128 : bytes -> uint128
Sourceval cityhash128_sub : bytes -> int -> int -> uint128
Sourceval cityhash128_2sub : bytes -> int -> int -> bytes -> int -> int -> uint128
Sourceval to_bytes : uint128 -> bytes