#include #include @REGISTER_HEADERS@ namespace DB { void registerFunctions@FUNCTION_AREA@(FunctionFactory & factory) { @REGISTER_FUNCTIONS@ } }