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

Method tryGet

src/DataTypes/DataTypeFactory.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114DataTypePtr DataTypeFactory::tryGet(const String & full_name) const
115{
116 return getImpl<true>(full_name);
117}
118
119template <bool nullptr_on_error>
120DataTypePtr DataTypeFactory::getImpl(const String & full_name) const

Callers 15

initializeMainThreadMethod · 0.45
initializeReplicationMethod · 0.45
getRMVCoordinationInfoFunction · 0.45
initAndCheckTaskMethod · 0.45
validateCreateQueryFunction · 0.45
getStatusMethod · 0.45
getClusterImplMethod · 0.45
tryGetReplicasInfoMethod · 0.45
initDatabaseReplicaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected