better table print, order by/offset/limit improvements

This commit is contained in:
2021-08-01 10:40:47 +02:00
parent 34e432d031
commit 70c036f08c
17 changed files with 3037 additions and 60 deletions

2
row.h
View File

@@ -86,7 +86,7 @@ namespace usql {
return m_columns[i].get();
}
void print();
void print(const std::vector<int> & col_char_sizes);
private:
std::vector<std::unique_ptr<ColValue>> m_columns;