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

Method planUseGraph

src/planner/plan/append_simple.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194LogicalPlan Planner::planUseGraph(const BoundStatement& statement) {
195 auto& boundUseGraph = statement.constCast<BoundUseGraph>();
196 auto op = std::make_shared<LogicalUseGraph>(boundUseGraph.getGraphName());
197 return getSimplePlan(std::move(op));
198}
199
200} // namespace planner
201} // namespace lbug

Callers

nothing calls this directly

Calls 2

getSimplePlanFunction · 0.85
getGraphNameMethod · 0.45

Tested by

no test coverage detected