public Row row() {
assert (storeData.rawKey != null) : "Called for chopped key (or before iterating)"; // See advanceLogical() for former
IndexRow row = adapter.takeIndexRow(rowType);
// updateKey() called from advance
updateValue();
row.copyFrom(storeData.persistitKey, storeData.persistitValue);
return row;
}
@Override
public void openIteration() {