Crate ch_cityhash102

Crate ch_cityhash102 

Source
Expand description

§Features

This crate has only single feature used exclusively for testing/benchmarking.

Structs§

U128
C++ CityHash-compatible uint128 type.

Functions§

cityhash64
ClickHouse’s version of the CityHash64 hash. It is used in the query language to process user data.
cityhash128
ClickHouse’s version of the CityHash128 hash. It is used in the ClickHouse protocol.