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

Method getStatement

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

Source from the content-addressed store, hash-verified

26void SQLParserResult::addStatement(SQLStatement* stmt) { statements_.push_back(stmt); }
27
28const SQLStatement* SQLParserResult::getStatement(size_t index) const { return statements_[index]; }
29
30SQLStatement* SQLParserResult::getMutableStatement(size_t index) { return statements_[index]; }
31

Callers 4

mainFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64