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