#include #include namespace DB { namespace { struct CoshName { static constexpr auto name = "cosh"; }; using FunctionCosh = FunctionMathUnary>; } REGISTER_FUNCTION(Cosh) { factory.registerFunction(); } }