mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 20:12:02 +00:00
Fix tidy
This commit is contained in:
parent
04b81ef6a8
commit
22630c6211
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user