#include "SSTable.h"
int SSTable::Assert(int colIndex);
Assert ensures internal consistency within the table. The assertion provided is very limited in nature. It should be used for debugging, if necessary.
| colIndex | The column to be asserted as consistent. |
A negative value indicates an inconsistency. Use GetErrorMessage to find out what it is.
| See also: | GetErrorMessage |
|---|---|
| PrintTable | |
| PrintTree |