usql update

This commit is contained in:
vaclavt
2022-01-20 20:35:33 +01:00
parent caf118f4f6
commit ea09216550
4 changed files with 28 additions and 8 deletions

View File

@@ -28,6 +28,8 @@ public:
size_t parseCSVFile(const std::string &filename, std::vector<ColDefNode> &cols_def, Table& table);
size_t parseCSVString(const std::string &csvSource, std::vector<ColDefNode> &cols_def, Table& table);
static size_t getConcurrency();
};
} // namespace