#include "SSTable.h"
void SSTable::PrintTree(int colIndex);
PrintTree prints to standard output a representation of the table "tree" index on a column. This method is used for debugging.
| colIndex | The index of the column to have its tree representation printed. |
None
| See also: | Assert |
|---|---|
| PrintTable |