Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
191
String getBaseNameForMapCol(const String & map_col)
192
{
193
return String(getMapSeparator() + map_col +
"_base"
);
194
}
195
196
String getMapKeyPrefix(const String & column)
197
{
Callers
4
genMapChecksums
Function · 0.85
writeUncompactedByteMapColumn
Method · 0.85
writeColumn
Method · 0.85
genMapBaseFilePrefix
Function · 0.85
Calls
1
String
Class · 0.50
Tested by
no test coverage detected