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

Function scanCommittedUpdates

src/storage/table/csr_node_group.cpp:747–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745}
746
747static ChunkState scanCommittedUpdates(const Transaction* transaction, ColumnChunk& persistentChunk,
748 Column* column, LazySegmentScanner& scanner, offset_t startCSROffset, offset_t numRowsToScan) {
749 ChunkState chunkState;
750 persistentChunk.initializeScanState(chunkState, column);
751 persistentChunk.scanCommitted<ResidencyState::ON_DISK>(transaction, chunkState, scanner,
752 startCSROffset, numRowsToScan);
753 return chunkState;
754}
755
756static void writeCSRListNoPersistentDeletions(CheckpointReadCursor& readCursor,
757 CheckpointWriteCursor& writeCursor, offset_t oldCSRLength) {

Callers 1

Calls 1

initializeScanStateMethod · 0.45

Tested by

no test coverage detected