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

Function getImplicitColNameForMapKey

src/DataTypes/MapHelpers.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181String getImplicitColNameForMapKey(const String & map_col, const String & key_name)
182{
183 return String(getMapSeparator() + map_col + getMapSeparator() + key_name);
184}
185
186String getImplicitFileNamePrefixForMapKey(const String & map_col, const String & key_name)
187{

Callers 15

parseMethod · 0.85
MergeTreeReaderWideMethod · 0.85
genCompactMapChecksumsFunction · 0.85
genMapChecksumsFunction · 0.85
prefetchForMapColumnMethod · 0.85
readMapDataNotKVMethod · 0.85
skipMapDataNotKVMethod · 0.85
preloadMethod · 0.85

Calls 1

StringClass · 0.50

Tested by

no test coverage detected