Expand description
§Features
This crate has only single feature used exclusively for testing/benchmarking.
- test_with_clickhouse_driver - Test and benchmark against https://github.com/ddulesov/clickhouse_driver/, both native and C++ implementations.
Structs§
- U128
- C++ CityHash-compatible
uint128type.
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.