Update AggregateFunctionTopK.cpp

This commit is contained in:
alexey-milovidov 2021-12-18 07:49:35 +03:00 committed by GitHub
parent 1eb032ac83
commit 8571501cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
#include <DataTypes/DataTypeDateTime.h>
constexpr UInt64 TOP_K_MAX_SIZE = 0xFFFFFF;
static inline constexpr UInt64 TOP_K_MAX_SIZE = 0xFFFFFF;
namespace DB