Package io.trino.operator
Interface HashGenerator
-
- All Known Implementing Classes:
InterpretedHashGenerator,PrecomputedHashGenerator
public interface HashGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default intgetPartition(int partitionCount, int position, Page page)longhashPosition(int position, Page page)
-