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

    Modifier and Type
    Method
    Description
    default boolean
    equals(long leftRowId, long rightRowId)
     

    Methods inherited from interface io.trino.operator.RowIdComparisonStrategy

    compare

    Methods inherited from interface io.trino.operator.RowIdHashStrategy

    hashCode
  • Method Details

    • equals

      default boolean equals(long leftRowId, long rightRowId)
      Specified by:
      equals in interface RowIdHashStrategy