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

Function genMapKeyFilePrefix

src/DataTypes/MapHelpers.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171String genMapKeyFilePrefix(const String & column)
172{
173 return escapeForFileName(getMapKeyPrefix(column));
174}
175
176String genMapBaseFilePrefix(const String & column)
177{

Calls 2

escapeForFileNameFunction · 0.85
getMapKeyPrefixFunction · 0.85

Tested by

no test coverage detected