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