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

Function getBaseNameForMapCol

src/DataTypes/MapHelpers.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191String getBaseNameForMapCol(const String & map_col)
192{
193 return String(getMapSeparator() + map_col + "_base");
194}
195
196String getMapKeyPrefix(const String & column)
197{

Callers 4

genMapChecksumsFunction · 0.85
writeColumnMethod · 0.85
genMapBaseFilePrefixFunction · 0.85

Calls 1

StringClass · 0.50

Tested by

no test coverage detected