mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update AggregateFunctionTopK.cpp
This commit is contained in:
parent
1eb032ac83
commit
8571501cf7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user