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

Method createColumn

src/DataTypes/DataTypeString.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25MutableColumnPtr DataTypeString::createColumn() const
26{
27 return ColumnString::create();
28}
29
30
31bool DataTypeString::equals(const IDataType & rhs) const

Callers

nothing calls this directly

Calls 1

createFunction · 0.70

Tested by

no test coverage detected