#include namespace DB { AggregateFunctionPtr createAggregateFunctionMerge(AggregateFunctionPtr & nested) { return std::make_shared(nested); } }