#include #include namespace DB { namespace { struct SinhName { static constexpr auto name = "sinh"; }; using FunctionSinh = FunctionMathUnary>; } REGISTER_FUNCTION(Sinh) { factory.registerFunction(); } }