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

Function isMapImplicitKey

src/DataTypes/MapHelpers.cpp:289–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289bool isMapImplicitKey(const String & map_col)
290{
291 return startsWith(map_col, getMapSeparator());
292}
293
294bool isMapImplicitKeyOfSpecialMapName(const String & implicit_col, const String & map_col)
295{

Callers 15

tryGetMapColumnMethod · 0.85
checkIngestColumnsMethod · 0.85
ingestPartitionMethod · 0.85
ingestCompactPartMethod · 0.85
blockJoinBlocksMethod · 0.85
appendColumnsMethod · 0.85
checkMethod · 0.85
checkMethod · 0.85
MergeTreeReaderWideMethod · 0.85
checkSizesMethod · 0.85

Calls 1

startsWithFunction · 0.50

Tested by

no test coverage detected