Interface RowIdComparisonStrategy

All Known Subinterfaces:
RowIdComparisonHashStrategy

public interface RowIdComparisonStrategy
Comparator strategy that evaluates over row IDs
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    compare(long leftRowId, long rightRowId)
     
  • Method Details

    • compare

      int compare(long leftRowId, long rightRowId)