Package io.trino.operator
Interface RowIdComparisonHashStrategy
-
- All Superinterfaces:
RowIdComparisonStrategy,RowIdHashStrategy
public interface RowIdComparisonHashStrategy extends RowIdComparisonStrategy, RowIdHashStrategy
Strategy that combines both comparison and hash/equality over row IDs
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanequals(long leftRowId, long rightRowId)-
Methods inherited from interface io.trino.operator.RowIdComparisonStrategy
compare
-
Methods inherited from interface io.trino.operator.RowIdHashStrategy
hashCode
-
-
-
-
Method Detail
-
equals
default boolean equals(long leftRowId, long rightRowId)- Specified by:
equalsin interfaceRowIdHashStrategy
-
-