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

Function isMapBaseFile

src/DataTypes/MapHelpers.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284bool isMapBaseFile(const String & file_name)
285{
286 return startsWith(file_name, escapeForFileName(getMapSeparator())) && file_name.find("_base.") != std::string::npos;
287}
288
289bool isMapImplicitKey(const String & map_col)
290{

Calls 3

escapeForFileNameFunction · 0.85
startsWithFunction · 0.50
findMethod · 0.45

Tested by

no test coverage detected