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

Method addStatement

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

Source from the content-addressed store, hash-verified

24SQLParserResult::~SQLParserResult() { reset(); }
25
26void SQLParserResult::addStatement(SQLStatement* stmt) { statements_.push_back(stmt); }
27
28const SQLStatement* SQLParserResult::getStatement(size_t index) const { return statements_[index]; }
29

Callers 1

yyparseFunction · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected