a bit of refactoring
This commit is contained in:
3
table.h
3
table.h
@@ -41,9 +41,6 @@ struct Table {
|
||||
std::vector<Row> m_rows;
|
||||
std::vector<Index> m_indexes;
|
||||
|
||||
static long string_to_long(const std::string &s);
|
||||
static double string_to_double(const std::string &s);
|
||||
|
||||
void create_row_from_vector(const std::vector<ColDefNode> &colDefs, const std::vector<std::string> &csv_line);
|
||||
|
||||
void create_index(const Index& index);
|
||||
|
||||
Reference in New Issue
Block a user