RowIndexEntry entry = rawAppend(cf, startPosition, decoratedKey, dataFile.stream);
afterAppend(decoratedKey, startPosition, entry);
}
catch (IOException e)
{
throw new FSWriteError(e, dataFile.getPath());
}
sstableMetadataCollector.update(dataFile.getFilePointer() - startPosition, cf.getColumnStats());
}