mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 10:52:30 +00:00
Fix function registration
This commit is contained in:
parent
bb5a25e81c
commit
b9e8c52057
@ -275,7 +275,7 @@ private:
|
|||||||
const String user_name;
|
const String user_name;
|
||||||
};
|
};
|
||||||
|
|
||||||
REGISTER_FUNCTION(Hashing)
|
REGISTER_FUNCTION(EntropyLearnedHash)
|
||||||
{
|
{
|
||||||
factory.registerFunction<FunctionTrainEntropyLearnedHash>();
|
factory.registerFunction<FunctionTrainEntropyLearnedHash>();
|
||||||
factory.registerFunction<FunctionEntropyLearnedHash>();
|
factory.registerFunction<FunctionEntropyLearnedHash>();
|
||||||
|
Loading…
Reference in New Issue
Block a user