Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
155
DataTypePtr DataTypeMap::getValueTypeForImplicitColumn() const
156
{
157
return tryMakeNullableForMapValue(value_type);
158
}
159
160
SerializationPtr DataTypeMap::doGetDefaultSerialization() const
161
{
Callers
15
mergePartsToTemporaryPartImpl
Method · 0.80
submitDataPart
Method · 0.80
tryGetMapImplicitColumn
Method · 0.80
MergeTreeReaderWide
Method · 0.80
genCompactMapChecksums
Function · 0.80
genMapChecksums
Function · 0.80
writeUncompactedByteMapColumn
Method · 0.80
writeCompactedByteMapColumn
Method · 0.80
MergeTreePrefetchedReaderCNCH
Method · 0.80
prefetchForMapColumn
Method · 0.80
readMapDataNotKV
Method · 0.80
skipMapDataNotKV
Method · 0.80
Calls
1
tryMakeNullableForMapValue
Function · 0.70
Tested by
no test coverage detected