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

Method getValueTypeForImplicitColumn

src/DataTypes/DataTypeMap.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155DataTypePtr DataTypeMap::getValueTypeForImplicitColumn() const
156{
157 return tryMakeNullableForMapValue(value_type);
158}
159
160SerializationPtr DataTypeMap::doGetDefaultSerialization() const
161{

Callers 15

submitDataPartMethod · 0.80
MergeTreeReaderWideMethod · 0.80
genCompactMapChecksumsFunction · 0.80
genMapChecksumsFunction · 0.80
prefetchForMapColumnMethod · 0.80
readMapDataNotKVMethod · 0.80
skipMapDataNotKVMethod · 0.80

Calls 1

Tested by

no test coverage detected