#include <Index.h>
Public Member Functions | |
Index (std::string indexName, std::vector< std::string > columnNames) | |
Index (const Index &index) | |
Index & | operator= (const Index &index) |
std::string | getName () |
std::string | getColumnName (int columnNumber) |
std::vector< std::string > | getColumnNames () |
int | size () |
|
Creates a new Index object. |
|
Returns the name of the given column used by this index.
|
|
Returns the List of column names used by this index.
|
|
Returns the name.
|
|
Returns the number of columns in the index.
|