Update AggregateFunctionDeltaSumTimestamp.cpp

This commit is contained in:
Alexey Milovidov 2024-11-12 02:20:44 +01:00 committed by GitHub
parent ec27bd2e51
commit 2c5e35a8e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -184,7 +184,6 @@ public:
};
template <typename FirstType, template <typename, typename> class AggregateFunctionTemplate, typename... TArgs>
static IAggregateFunction * createWithTwoTypesSecond(const IDataType & second_type, TArgs && ... args)
{