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