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

Method setIsValid

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

Source from the content-addressed store, hash-verified

40int SQLParserResult::errorColumn() const { return errorColumn_; }
41
42void SQLParserResult::setIsValid(bool isValid) { isValid_ = isValid; }
43
44void SQLParserResult::setErrorDetails(char* errorMsg, int errorLine, int errorColumn) {
45 errorMsg_ = errorMsg;

Callers 2

parseMethod · 0.80
yyerrorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected