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