Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
MutableColumnPtr DataTypeFixedString::createColumn() const
40
{
41
return ColumnFixedString::create(n);
42
}
43
44
Field DataTypeFixedString::getDefault() const
45
{
Callers
nothing calls this directly
Calls
1
create
Function · 0.70
Tested by
no test coverage detected