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

Method getLogicalPlan

src/function/table/table_function.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void TableFunction::getLogicalPlan(Planner* planner,
83 const binder::BoundReadingClause& boundReadingClause, binder::expression_vector predicates,
84 LogicalPlan& plan) {
85 auto op = planner->getTableFunctionCall(boundReadingClause);
86 planner->planReadOp(op, predicates, plan);
87}
88
89std::unique_ptr<PhysicalOperator> TableFunction::getPhysicalPlan(PlanMapper* planMapper,
90 const LogicalOperator* logicalOp) {

Callers

nothing calls this directly

Calls 2

getTableFunctionCallMethod · 0.80
planReadOpMethod · 0.80

Tested by

no test coverage detected