This commit is contained in:
Marko Budiselic 2022-08-27 10:39:52 +02:00
parent 0bc298c3ad
commit 5e0080b1b4

View File

@ -1324,6 +1324,8 @@ std::function<TypedValue(const TypedValue *, int64_t, const FunctionContext &ctx
if (function_name == "LOCALDATETIME") return LocalDateTime;
if (function_name == "DURATION") return Duration;
// TODO(gitbuda): Add sum function
const auto &maybe_found =
procedure::FindFunction(procedure::gModuleRegistry, function_name, utils::NewDeleteResource());