| 60 | |
| 61 | template<typename RESULT_TYPE, typename... Args> |
| 62 | static function::scalar_func_exec_t createEmptyParameterExecFunc(RESULT_TYPE (*)(Args...), |
| 63 | const std::vector<common::LogicalTypeID>&) { |
| 64 | UNREACHABLE_CODE; |
| 65 | } |
| 66 | |
| 67 | template<typename RESULT_TYPE> |
| 68 | static function::scalar_func_exec_t createEmptyParameterExecFunc(RESULT_TYPE (*udfFunc)(), |
nothing calls this directly
no test coverage detected