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

Method setCustomization

src/DataTypes/IDataType.cpp:318–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318void IDataType::setCustomization(DataTypeCustomDescPtr custom_desc_) const
319{
320 /// replace only if not null
321 if (custom_desc_->name)
322 custom_name = std::move(custom_desc_->name);
323
324 if (custom_desc_->serialization)
325 custom_serialization = std::move(custom_desc_->serialization);
326}
327
328MutableSerializationInfoPtr IDataType::createSerializationInfo(const SerializationInfoSettings & settings) const
329{

Callers 3

createResultTypeMethod · 0.80
getCustomMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected