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

Method create

src/DataTypes/NullableUtils.cpp:170–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169
170DataTypePtr NullableSubcolumnCreator::create(const DataTypePtr & prev) const
171{
172 if (!canExtractedSubcolumnsBeInsideNullable(prev))
173 return prev;
174 return makeNullableSafe(prev);
175}
176
177SerializationPtr NullableSubcolumnCreator::create(const SerializationPtr & prev_serialization, const DataTypePtr & prev_type) const
178{

Callers 13

sendErrorMethod · 0.45
initializeReplicationMethod · 0.45
markReplicasActiveMethod · 0.45
initDatabaseReplicaMethod · 0.45
createReadBufferMethod · 0.45
createReadBufferMethod · 0.45
sendRequestMethod · 0.45
createReadBufferFunction · 0.45
getSubcolumnDataMethod · 0.45

Calls 7

makeNullableSafeFunction · 0.70
canContainNullFunction · 0.70
createFunction · 0.70
mutateFunction · 0.50
getDataMethod · 0.45

Tested by

no test coverage detected