#include #include namespace DB { namespace { struct NameRand64 { static constexpr auto name = "rand64"; }; using FunctionRand64 = FunctionRandom; } REGISTER_FUNCTION(Rand64) { factory.registerFunction(); } }