mirror of
https://github.com/uptrace/go-clickhouse.git
synced 2025-06-08 23:26:11 +02:00
6 lines
156 B
Go
6 lines
156 B
Go
/** COPY from https://github.com/zentures/cityhash/
|
|
|
|
NOTE: The code is modified to be compatible with CityHash128 used in ClickHouse
|
|
*/
|
|
package cityhash102
|