preparing for functions
This commit is contained in:
2
table.h
2
table.h
@@ -15,7 +15,7 @@ namespace usql {
|
||||
|
||||
ColDefNode get_column_def(const std::string &col_name);
|
||||
|
||||
int columns_count() { return m_col_defs.size(); };
|
||||
int columns_count() const { return m_col_defs.size(); };
|
||||
|
||||
Row createEmptyRow(); // TODO this means unnecessary copying
|
||||
void addRow(const Row &row);
|
||||
|
||||
Reference in New Issue
Block a user