fix build

This commit is contained in:
Anton Popov 2020-06-18 02:42:40 +03:00
parent 8ba5bd8530
commit fb7f4c6369

View File

@ -28,7 +28,10 @@ public:
}
AggregateFunctionPtr transformAggregateFunction(
const AggregateFunctionPtr & nested_function, const DataTypes & arguments, const Array &) const override
const AggregateFunctionPtr & nested_function,
const AggregateFunctionProperties &,
const DataTypes & arguments,
const Array &) const override
{
AggregateFunctionPtr res;
if (arguments.size() == 1)