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

Method initializeScanCoordination

src/storage/table/arrow_node_table.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void ArrowNodeTable::initializeScanCoordination(const transaction::Transaction* transaction) {
54 auto arrowScanSharedState =
55 static_cast<ArrowNodeTableScanSharedState*>(tableScanSharedState.get());
56 auto batchSizes = getBatchSizes(transaction);
57 arrowScanSharedState->reset(batchSizes);
58}
59
60void ArrowNodeTable::initScanState([[maybe_unused]] transaction::Transaction* transaction,
61 TableScanState& scanState, [[maybe_unused]] bool resetCachedBoundNodeSelVec) const {

Callers 1

initializeMethod · 0.45

Calls 2

getMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected