Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ doGetSerialization
Method
doGetSerialization
src/DataTypes/DataTypeFixedString.cpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
SerializationPtr DataTypeFixedString::doGetSerialization(const SerializationInfoSettings &) const
60
{
61
return SerializationFixedString::create(n);
62
}
63
64
65
static DataTypePtr create(const ASTPtr & arguments)
Callers
nothing calls this directly
Calls
1
create
Function · 0.70
Tested by
no test coverage detected