mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 05:32:52 +00:00
dbms: Server: Adding nullable type support to functions manipulating arrays. [#METR-19266]
This commit is contained in:
parent
045169a065
commit
af84b22697
@ -402,6 +402,7 @@ ColumnPtr DataTypeArray::createConstColumn(size_t size, const Field & field) con
|
||||
return std::make_shared<ColumnConstArray>(size, get<const Array &>(field), std::make_shared<DataTypeArray>(nested));
|
||||
}
|
||||
|
||||
|
||||
const DataTypePtr & DataTypeArray::getMostNestedType() const
|
||||
{
|
||||
const DataTypeArray * array = this;
|
||||
|
Loading…
Reference in New Issue
Block a user