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

Method errorLine

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

Source from the content-addressed store, hash-verified

36const char* SQLParserResult::errorMsg() const { return errorMsg_; }
37
38int SQLParserResult::errorLine() const { return errorLine_; }
39
40int SQLParserResult::errorColumn() const { return errorColumn_; }
41

Callers 3

mainFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64