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

Method createEmptyParameterExecFunc

src/include/function/udf_function.h:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)(),

Callers

nothing calls this directly

Calls 4

getSelSizeMethod · 0.80
copyFromValueMethod · 0.80
ValueClass · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected