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

Method initStateForCommitted

src/storage/table/rel_table.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void RelTableScanState::initStateForCommitted(const Transaction* transaction) {
110 source = TableScanSource::COMMITTED;
111 currBoundNodeIdx = 0;
112 nodeGroup->initializeScanState(transaction, *this);
113}
114
115void RelTableScanState::initStateForUncommitted() {
116 DASSERT(localTableScanState);

Callers

nothing calls this directly

Calls 1

initializeScanStateMethod · 0.45

Tested by

no test coverage detected