| 993 | if (nullFunction()) { |
| 994 | Operator::noMoreInput(); |
| 995 | } |
| 996 | } |
| 997 | |
| 998 | Operator::noMoreInput(); |
| 999 | } |
| 1000 | |
| 1001 | RowVectorPtr getOutput() override { |
| 1002 | if (throwingMethod_ == ThrowNode::OperatorMethod::kGetOutput) { |
| 1003 | // Trigger a std::bad_function_call exception. |
no outgoing calls
no test coverage detected