Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
MutableColumnPtr DataTypeString::createColumn() const
26
{
27
return ColumnString::create();
28
}
29
30
31
bool DataTypeString::equals(const IDataType & rhs) const
Callers
nothing calls this directly
Calls
1
create
Function · 0.70
Tested by
no test coverage detected