From b9e8c52057a584991ce9914eaae00a230431c5c4 Mon Sep 17 00:00:00 2001 From: Robert Schulze Date: Mon, 8 May 2023 12:08:22 +0000 Subject: [PATCH] Fix function registration --- src/Functions/EntropyLearnedHash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Functions/EntropyLearnedHash.cpp b/src/Functions/EntropyLearnedHash.cpp index 921b7921e3b..1b9f8d0772b 100644 --- a/src/Functions/EntropyLearnedHash.cpp +++ b/src/Functions/EntropyLearnedHash.cpp @@ -275,7 +275,7 @@ private: const String user_name; }; -REGISTER_FUNCTION(Hashing) +REGISTER_FUNCTION(EntropyLearnedHash) { factory.registerFunction(); factory.registerFunction();