Class XXHash
java.lang.Object
org.apache.drill.exec.expr.fn.impl.DrillHash
org.apache.drill.exec.expr.fn.impl.XXHash
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic inthash32(double val, long seed) static intstatic longhash64(double val, long seed) static longstatic longhash64Internal(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
-