Compare commits

...

2 Commits

Author SHA1 Message Date
Marko Budiselic
7cd208eb2c Add dot 2022-08-27 11:03:24 +02:00
Marko Budiselic
5e0080b1b4 Add todo 2022-08-27 10:39:52 +02:00

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