This commit is contained in:
Yves
2025-02-20 13:24:38 +01:00
parent da627e001d
commit ed72020121

View File

@@ -35,7 +35,6 @@ bool ShouldRun(TableFunctionInput &input);
template <typename Func> struct CallFunctionHelper; template <typename Func> struct CallFunctionHelper;
template <> struct CallFunctionHelper<std::string (*)(ClientContext &)> { template <> struct CallFunctionHelper<std::string (*)(ClientContext &)> {
static std::string call(ClientContext &context, TableFunctionInput &input, static std::string call(ClientContext &context, TableFunctionInput &input,
std::string (*f)(ClientContext &)) { std::string (*f)(ClientContext &)) {