mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +00:00
Update src/DataTypes/DataTypeArray.h
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
This commit is contained in:
parent
af60b4bb31
commit
8cbadaa6d1
@ -71,9 +71,4 @@ public:
|
||||
size_t getNumberOfDimensions() const;
|
||||
};
|
||||
|
||||
template <typename DataType> inline constexpr bool IsDataTypeArray()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user