MCPcopy Create free account
hub / github.com/ByConity/ByConity / setCustomization

Method setCustomization

src/DataTypes/IDataType.cpp:214–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void IDataType::setCustomization(DataTypeCustomDescPtr custom_desc_) const
215{
216 /// replace only if not null
217 if (custom_desc_->name)
218 custom_name = std::move(custom_desc_->name);
219
220 if (custom_desc_->serialization)
221 custom_serialization = std::move(custom_desc_->serialization);
222}
223
224SerializationInfoPtr IDataType::getSerializationInfo(const IColumn & column) const
225{

Callers 3

getReturnTypeMethod · 0.80
getCustomMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected