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

Method getPrintInfo

src/planner/operator/logical_table_function_call.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22std::unique_ptr<OPPrintInfo> LogicalTableFunctionCall::getPrintInfo() const {
23 return std::make_unique<LogicalTableFunctionCallPrintInfo>(getExpressionsForPrinting());
24}
25
26} // namespace planner
27} // namespace lbug

Callers 2

mapDistinctMethod · 0.45
getOperatorParamsMethod · 0.45

Calls 1

Tested by

no test coverage detected