Interface RowMapper


@Internal public interface RowMapper
RowMapper helps track the original row IDs for copied row. It is a temporary instance, received from RowManager#createMapper(Forest).

Mapping is done by traversing originalId links backwards, until originalId is zero and while the row ID stay in the forest.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    map(LongList rows)
     
    long
    mapRow(long requestedRow)
     
  • Method Details