This commit is contained in:
Alexey Milovidov 2023-11-07 00:09:41 +01:00
parent 04b81ef6a8
commit 22630c6211

View File

@ -38,7 +38,7 @@ namespace ErrorCodes
namespace
{
static inline constexpr UInt64 TOP_K_MAX_SIZE = 0xFFFFFF;
inline constexpr UInt64 TOP_K_MAX_SIZE = 0xFFFFFF;
template <typename T>
struct AggregateFunctionTopKData