code changes in load
This commit is contained in:
@@ -26,8 +26,9 @@ namespace usql {
|
||||
public:
|
||||
CsvReader(bool skip_hdr = true, char field_sep = ',', char quote_ch = '"', char line_sep = '\r', char line_sep2 = '\n');
|
||||
|
||||
int parseCSV2(const std::string &csvSource, std::vector<ColDefNode> &cols_def,
|
||||
void (Table::*function)(const std::vector<ColDefNode>&, const std::vector<std::string>&), Table& a);
|
||||
int parseCSV2(const std::string &csvSource, std::vector<ColDefNode> &cols_def, Table& table);
|
||||
|
||||
int parseCSV(const std::string &filename, std::vector<ColDefNode> &cols_def, Table& table);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user