mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 19:02:04 +00:00
Fix build
This commit is contained in:
parent
9d1ee044b0
commit
5ed1b12e19
@ -22,7 +22,7 @@ namespace ErrorCodes
|
||||
class FunctionGenerateRandomStructure : public IFunction
|
||||
{
|
||||
private:
|
||||
static constexpr std::array<TypeIndex, 28> simple_types
|
||||
static constexpr std::array<TypeIndex, 29> simple_types
|
||||
{
|
||||
TypeIndex::Int8,
|
||||
TypeIndex::UInt8,
|
||||
@ -64,7 +64,7 @@ private:
|
||||
TypeIndex::Map,
|
||||
};
|
||||
|
||||
static constexpr std::array<TypeIndex, 18> map_key_types
|
||||
static constexpr std::array<TypeIndex, 19> map_key_types
|
||||
{
|
||||
TypeIndex::Int8,
|
||||
TypeIndex::UInt8,
|
||||
|
Loading…
Reference in New Issue
Block a user