Package io.trino.operator
Class PrecomputedHashGenerator
- java.lang.Object
-
- io.trino.operator.PrecomputedHashGenerator
-
- All Implemented Interfaces:
HashGenerator
public class PrecomputedHashGenerator extends Object implements HashGenerator
-
-
Constructor Summary
Constructors Constructor Description PrecomputedHashGenerator(int hashChannel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longhashPosition(int position, Page page)StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.trino.operator.HashGenerator
getPartition
-
-
-
-
Method Detail
-
hashPosition
public long hashPosition(int position, Page page)- Specified by:
hashPositionin interfaceHashGenerator
-
-