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

Method getFunction

src/processor/operator/table_scan/ftable_scan_function.cpp:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68std::unique_ptr<TableFunction> FTableScan::getFunction() {
69 auto function = std::make_unique<TableFunction>(name, std::vector<LogicalTypeID>{});
70 function->tableFunc = tableFunc;
71 function->initSharedStateFunc = initSharedState;
72 function->initLocalStateFunc = TableFunction::initEmptyLocalState;
73 function->initOutputFunc = initFTableScanOutput;
74 return function;
75}
76
77} // namespace processor
78} // namespace lbug

Callers 7

visitFunctionMethod · 0.45
castMethod · 0.45
getAggFunctionsFunction · 0.45
isScalarFunctionFunction · 0.45
isProjectedRowIDExprFunction · 0.45
mapRecursiveExtendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected