MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / resetVersionAndUpdateInfo

Method resetVersionAndUpdateInfo

src/storage/table/chunked_node_group.cpp:126–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void ChunkedNodeGroup::resetVersionAndUpdateInfo() {
127 if (versionInfo) {
128 versionInfo.reset();
129 }
130 for (const auto& chunk : chunks) {
131 chunk->resetUpdateInfo();
132 }
133}
134
135void ChunkedNodeGroup::truncate(const offset_t numRows_) {
136 DASSERT(numRows >= numRows_);

Callers 3

finalizeCheckpointMethod · 0.80

Calls 2

resetUpdateInfoMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected