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

Method hasUpdates

src/storage/table/chunked_node_group.cpp:505–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505bool ChunkedNodeGroup::hasUpdates() const {
506 for (const auto& chunk : chunks) {
507 if (chunk->hasUpdates()) {
508 return true;
509 }
510 }
511 return false;
512}
513
514// NOLINTNEXTLINE(readability-make-member-function-const): Semantically non-const.
515void ChunkedNodeGroup::commitInsert(row_idx_t startRow, row_idx_t numRowsToCommit,

Callers 2

getZoneMapResultFunction · 0.45
hasAnyUpdatesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected