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

Method clone

src/DataTypes/Serializations/SerializationInfo.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140MutableSerializationInfoPtr SerializationInfo::clone() const
141{
142 return std::make_shared<SerializationInfo>(kind_stack, settings, data);
143}
144
145/// Returns true if all rows with default values of type 'lhs'
146/// are mapped to default values of type 'rhs' after conversion.

Callers 15

setMergeTreeEngineMethod · 0.45
getTablesForBackupMethod · 0.45
checkTableEngineMethod · 0.45
commitCreateTableMethod · 0.45
visitCreateQueryMethod · 0.45
createTableMethod · 0.45

Calls 1

emplaceMethod · 0.45

Tested by

no test coverage detected