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

Method isInserted

src/storage/table/node_group.cpp:723–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721}
722
723bool NodeGroup::isInserted(const Transaction* transaction, offset_t offsetInGroup) const {
724 const auto lock = chunkedGroups.lock();
725 const auto* chunkedGroup = findChunkedGroupFromRowIdx(lock, offsetInGroup);
726 DASSERT(chunkedGroup);
727 return chunkedGroup->isInserted(transaction, offsetInGroup - chunkedGroup->getStartRowIdx());
728}
729
730void NodeGroup::applyFuncToChunkedGroups(version_record_handler_op_t func, row_idx_t startRow,
731 row_idx_t numRows, transaction_t commitTS) const {

Callers 3

isVisibleMethod · 0.45
isVisibleNoLockMethod · 0.45
isVisibleMethod · 0.45

Calls 2

getStartRowIdxMethod · 0.80
lockMethod · 0.45

Tested by

no test coverage detected