Package io.trino.operator
Interface RowIdComparisonHashStrategy
- All Superinterfaces:
RowIdComparisonStrategy,RowIdHashStrategy
Strategy that combines both comparison and hash/equality over row IDs
-
Method Summary
Methods inherited from interface io.trino.operator.RowIdComparisonStrategy
compareMethods inherited from interface io.trino.operator.RowIdHashStrategy
hashCode
-
Method Details
-
equals
default boolean equals(long leftRowId, long rightRowId) - Specified by:
equalsin interfaceRowIdHashStrategy
-