Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ errorColumn
Method
errorColumn
cpp/3rd_party/sql-parser/src/SQLParserResult.cpp:40–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
int SQLParserResult::errorLine() const { return errorLine_; }
39
40
int SQLParserResult::errorColumn() const { return errorColumn_; }
41
42
void SQLParserResult::setIsValid(bool isValid) { isValid_ = isValid; }
43
Callers
3
main
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.64
TEST
Function · 0.64