MCPcopy 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
59SerializationPtr DataTypeFixedString::doGetSerialization(const SerializationInfoSettings &) const
60{
61 return SerializationFixedString::create(n);
62}
63
64
65static DataTypePtr create(const ASTPtr & arguments)

Callers

nothing calls this directly

Calls 1

createFunction · 0.70

Tested by

no test coverage detected