mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fixed error
This commit is contained in:
parent
7c98327e4d
commit
7591c3b7b2
@ -128,7 +128,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
void registerFunctionsGeohashEncode(FunctionFactory & factory)
|
void registerFunctionGeohashEncode(FunctionFactory & factory)
|
||||||
{
|
{
|
||||||
factory.registerFunction<FunctionGeohashEncode>();
|
factory.registerFunction<FunctionGeohashEncode>();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user