Package io.trino.operator
Interface RowIdHashStrategy
-
- All Known Subinterfaces:
RowIdComparisonHashStrategy
public interface RowIdHashStrategyHash strategy that evaluates over row IDs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequals(long leftRowId, long rightRowId)longhashCode(long rowId)
-