#include #include namespace DB { void registerFunctionSleep(FunctionFactory & factory) { factory.registerFunction>(); } }