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