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

Function asInMemoryPart

src/Storages/MergeTree/MergeTreeDataPartInMemory.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160DataPartInMemoryPtr asInMemoryPart(const MergeTreeDataPartPtr & part)
161{
162 return std::dynamic_pointer_cast<const MergeTreeDataPartInMemory>(part);
163}
164}

Callers 8

mutateAllPartColumnsMethod · 0.85
checkDataPartFunction · 0.85
shouldExecuteLogEntryMethod · 0.85
mutateAllPartColumnsMethod · 0.85
sendPartFromMemoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected