Package io.trino.operator
Class InterpretedHashGenerator
java.lang.Object
io.trino.operator.InterpretedHashGenerator
- All Implemented Interfaces:
HashGenerator
-
Method Summary
Modifier and TypeMethodDescriptionstatic InterpretedHashGeneratorcreateChannelsHashGenerator(List<Type> hashChannelTypes, int[] hashChannels, TypeOperators typeOperators) static InterpretedHashGeneratorcreatePagePrefixHashGenerator(List<Type> hashChannelTypes, TypeOperators typeOperators) longhashPosition(int position, Page page) longhashPosition(int position, IntFunction<Block> blockProvider) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.trino.operator.HashGenerator
getPartition
-
Method Details
-
createPagePrefixHashGenerator
public static InterpretedHashGenerator createPagePrefixHashGenerator(List<Type> hashChannelTypes, TypeOperators typeOperators) -
createChannelsHashGenerator
public static InterpretedHashGenerator createChannelsHashGenerator(List<Type> hashChannelTypes, int[] hashChannels, TypeOperators typeOperators) -
hashPosition
- Specified by:
hashPositionin interfaceHashGenerator
-
hashPosition
-
toString
-