| 53 | |
| 54 | const TableFunctionCallInfo& getInfo() const { return info; } |
| 55 | std::shared_ptr<function::TableFuncSharedState> getSharedState() const { return sharedState; } |
| 56 | |
| 57 | bool isSource() const override { return true; } |
| 58 |
no outgoing calls
no test coverage detected