package proton

  1. Overview
  2. Docs
High-performance OCaml driver for Timeplus Proton (ClickHouse native protocol)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

1.0.14.tar.gz
md5=454bd0918006df2e970c69e6884f1764
sha512=86638eea8c3a97ec3cf465c1e6756434c1d472097f2fc7f6e0057e1bfc3b59a83cb9c5bfa966404356e13cf1ac1ea6a3baddd1aec8d926973a44a8d03031a3f4

doc/proton/Proton/Cityhash/index.html

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