#include "FunctionShowCertificate.h" #include namespace DB { REGISTER_FUNCTION(ShowCertificate) { factory.registerFunction(); } }