Package com.clickhouse.data
Class ClickHouseCityHash
java.lang.Object
com.clickhouse.data.ClickHouseCityHash
Deprecated.
NOTE: The code is modified to be compatible with CityHash128 used in
ClickHouse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long[]cityHash128(byte[] s, int pos, int len) Deprecated.
-
Constructor Details
-
ClickHouseCityHash
public ClickHouseCityHash()Deprecated.
-
-
Method Details
-
cityHash128
public static long[] cityHash128(byte[] s, int pos, int len) Deprecated.
-