create table as

This commit is contained in:
2021-07-18 21:49:13 +02:00
parent 3e913263fc
commit 9afbe6435e
13 changed files with 203 additions and 137 deletions

View File

@@ -19,6 +19,7 @@ namespace usql {
Row createEmptyRow(); // TODO this means unnecessary copying
void addRow(const Row &row);
void addCopyOfRow(const Row &row);
void print();