MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / createColumn

Method createColumn

src/DataTypes/DataTypeMap.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110MutableColumnPtr DataTypeMap::createColumn() const
111{
112 return ColumnMap::create(nested->createColumn());
113}
114
115Field DataTypeMap::getDefault() const
116{

Callers 1

Calls 1

createFunction · 0.70

Tested by

no test coverage detected