Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include "FunctionShowCertificate.h"
#include <Functions/FunctionFactory.h>
namespace DB
{
REGISTER_FUNCTION(ShowCertificate)
factory.registerFunction<FunctionShowCertificate>();
}