Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
171
String genMapKeyFilePrefix(const String & column)
172
{
173
return escapeForFileName(getMapKeyPrefix(column));
174
}
175
176
String genMapBaseFilePrefix(const String & column)
177
{
Callers
4
collectImplicitColumnFilesForByteMap
Method · 0.85
collectFilesForClearMapKey
Method · 0.85
isMapImplicitDataFileNameNotBaseOfSpecialMapName
Function · 0.85
isMapImplicitFileNameOfSpecialMapName
Function · 0.85
Calls
2
escapeForFileName
Function · 0.85
getMapKeyPrefix
Function · 0.85
Tested by
no test coverage detected