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

Method initializeScanState

src/storage/table/node_group.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void NodeGroup::initializeScanState(const Transaction* transaction, TableScanState& state) const {
154 const auto lock = chunkedGroups.lock();
155 initializeScanState(transaction, lock, state);
156}
157
158static void initializeScanStateForChunkedGroup(const TableScanState& state,
159 const ChunkedNodeGroup* chunkedGroup) {

Callers 12

buildIfNeededMethod · 0.45
getNextTuplesInternalMethod · 0.45
initStateForCommittedMethod · 0.45
getDegreeEntriesMethod · 0.45
scanPKColumnMethod · 0.45
scanIndexColumnsMethod · 0.45
scanCSRHeaderMethod · 0.45
checkpointSegmentMethod · 0.45
checkpointSegmentMethod · 0.45
initStateFunction · 0.45

Calls 4

getFirstGroupMethod · 0.80
getStartRowIdxMethod · 0.80
lockMethod · 0.45

Tested by

no test coverage detected