Package io.trino.operator.scalar
Class CombineHashFunction
java.lang.Object
io.trino.operator.scalar.CombineHashFunction
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcombineAllHashesWithConstant(long[] hashes, int fromIndex, int toIndex, long value) static longgetHash(long previousHashValue, long value)
-
Method Details
-
getHash
public static long getHash(long previousHashValue, long value) -
combineAllHashesWithConstant
public static void combineAllHashesWithConstant(long[] hashes, int fromIndex, int toIndex, long value)
-