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

Method createColumn

src/DataTypes/DataTypeFixedString.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39MutableColumnPtr DataTypeFixedString::createColumn() const
40{
41 return ColumnFixedString::create(n);
42}
43
44Field DataTypeFixedString::getDefault() const
45{

Callers

nothing calls this directly

Calls 1

createFunction · 0.70

Tested by

no test coverage detected