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

Method getTableFunctionCall

src/planner/plan/append_table_function_call.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18std::shared_ptr<LogicalOperator> Planner::getTableFunctionCall(const BoundTableScanInfo& info) {
19 DASSERT(info.func.has_value());
20 auto call = std::make_shared<LogicalTableFunctionCall>(*info.func, info.bindData->copy());
21 call->computeFactorizedSchema();
22 return call;
23}
24
25std::shared_ptr<LogicalOperator> Planner::getTableFunctionCall(
26 const BoundReadingClause& readingClause) {

Callers 1

getLogicalPlanMethod · 0.80

Calls 4

getTableFuncMethod · 0.80
copyMethod · 0.45
getBindDataMethod · 0.45

Tested by

no test coverage detected