Class XXHash
java.lang.Object
org.apache.drill.exec.expr.fn.impl.DrillHash
org.apache.drill.exec.expr.fn.impl.XXHash
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
hash32
(double val, long seed) static int
static long
hash64
(double val, long seed) static long
static long
hash64Internal
(long val, long seed) Methods inherited from class org.apache.drill.exec.expr.fn.impl.DrillHash
getIntLittleEndian, getLongLittleEndian
-
Constructor Details
-
XXHash
public XXHash()
-
-
Method Details
-
hash64Internal
public static long hash64Internal(long val, long seed) -
hash64
public static long hash64(double val, long seed) -
hash64
-
hash32
public static int hash32(double val, long seed) -
hash32
-