Interface RowIdComparisonStrategy

  • All Known Subinterfaces:
    RowIdComparisonHashStrategy

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

      • compare

        int compare​(long leftRowId,
                    long rightRowId)