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

Function parse_and_move

cpp/3rd_party/sql-parser/test/sql_tests.cpp:373–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373SQLParserResult parse_and_move(std::string query) {
374 hsql::SQLParserResult result;
375 hsql::SQLParser::parse(query, &result);
376 // Moves on return.
377 return result;
378}
379
380SQLParserResult move_in_and_back(SQLParserResult res) {
381 // Moves on return.

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected