#include #include namespace DB { namespace { struct TGammaName { static constexpr auto name = "tgamma"; }; using FunctionTGamma = FunctionMathUnary>; } REGISTER_FUNCTION(TGamma) { factory.registerFunction(); } }