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

Function getMapKeyPrefix

src/DataTypes/MapHelpers.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196String getMapKeyPrefix(const String & column)
197{
198 return getMapSeparator() + column + getMapSeparator();
199}
200
201String parseMapNameFromImplicitFileName(const String & implicit_file_name)
202{

Calls

no outgoing calls

Tested by

no test coverage detected