MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getRewriteQuery

Method getRewriteQuery

src/parser/visitor/standalone_call_rewriter.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace parser {
15
16std::string StandaloneCallRewriter::getRewriteQuery(const Statement& statement) {
17 visit(statement);
18 return rewriteQuery;
19}
20
21void StandaloneCallRewriter::visitStandaloneCallFunction(const Statement& statement) {
22 auto& standaloneCallFunc = statement.constCast<StandaloneCallFunction>();

Callers 1

parseQueryMethod · 0.80

Calls 1

visitFunction · 0.50

Tested by

no test coverage detected