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

Function canSkipWrite

src/storage/table/csr_node_group.cpp:743–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741};
742
743static bool canSkipWrite(CheckpointReadCursor& readCursor, CheckpointWriteCursor& writeCursor) {
744 return readCursor.getCSROffset() == writeCursor.getCSROffset() && readCursor.canSkipRead();
745}
746
747static ChunkState scanCommittedUpdates(const Transaction* transaction, ColumnChunk& persistentChunk,
748 Column* column, LazySegmentScanner& scanner, offset_t startCSROffset, offset_t numRowsToScan) {

Calls 2

canSkipReadMethod · 0.80
getCSROffsetMethod · 0.45

Tested by

no test coverage detected