@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.
Modifier and Type | Interface and Description |
---|---|
static class |
RowMapper.Mapping |
Modifier and Type | Method and Description |
---|---|
RowMapper.Mapping |
map(LongList rows) |
long |
mapRow(long requestedRow) |
long mapRow(long requestedRow)
RowMapper.Mapping map(LongList rows)
Copyright © 2024 Tempo Software. All Rights Reserved.