MCPcopy Create free account
hub / github.com/activeloopai/deeplake / setErrorDetails

Method setErrorDetails

cpp/3rd_party/sql-parser/src/SQLParserResult.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42void SQLParserResult::setIsValid(bool isValid) { isValid_ = isValid; }
43
44void SQLParserResult::setErrorDetails(char* errorMsg, int errorLine, int errorColumn) {
45 errorMsg_ = errorMsg;
46 errorLine_ = errorLine;
47 errorColumn_ = errorColumn;
48}
49
50const std::vector<SQLStatement*>& SQLParserResult::getStatements() const { return statements_; }
51

Callers 1

yyerrorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected