Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include <Functions/sleep.h>
#include <Functions/FunctionFactory.h>
namespace DB
{
REGISTER_FUNCTION(Sleep)
factory.registerFunction<FunctionSleep<FunctionSleepVariant::PerBlock>>();
}