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