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.
-
Method Details
-
mapRow
long mapRow(long requestedRow) -
map
-