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

Method getTableFunc

src/function/table/simple_table_function.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34table_func_t SimpleTableFunc::getTableFunc(simple_internal_table_func internalTableFunc) {
35 return std::bind(tableFunc, internalTableFunc, std::placeholders::_1, std::placeholders::_2);
36}
37
38} // namespace function
39} // namespace lbug

Callers 12

getTableFunctionCallMethod · 0.80
planTableFunctionCallMethod · 0.80
getLogicalPlanMethod · 0.80
getPhysicalPlanMethod · 0.80
getPhysicalPlanMethod · 0.80
mapTableFunctionCallMethod · 0.80
visitOperatorMethod · 0.80
isPushDownSupportedFunction · 0.80
visitOperatorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected