mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
fix register function
This commit is contained in:
parent
a886804cbf
commit
cd968ce43d
@ -23,8 +23,8 @@ namespace DB
|
|||||||
|
|
||||||
REGISTER_FUNCTION(TryDecrypt)
|
REGISTER_FUNCTION(TryDecrypt)
|
||||||
{
|
{
|
||||||
factory.registerFunction<FunctionDecrypt<TryDecryptImpl>>(
|
factory.registerFunction<FunctionDecrypt<TryDecryptImpl>>(Documentation(
|
||||||
"Similar to `decrypt`, but returns NULL if decryption fails because of using the wrong key.");
|
"Similar to `decrypt`, but returns NULL if decryption fails because of using the wrong key."));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user