Package io.trino.operator
Interface RowIdHashStrategy
- All Known Subinterfaces:
RowIdComparisonHashStrategy
public interface RowIdHashStrategy
Hash strategy that evaluates over row IDs
-
Method Summary
-
Method Details
-
equals
boolean equals(long leftRowId, long rightRowId) -
hashCode
long hashCode(long rowId)
-