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

Method initScanState

src/processor/operator/scan/scan_rel_table.cpp:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void ScanRelTableInfo::initScanState(TableScanState& scanState,
82 const std::vector<ValueVector*>& outVectors, main::ClientContext* context) {
83 auto transaction = transaction::Transaction::Get(*context);
84 scanState.setToTable(transaction, table, columnIDs, copyVector(columnPredicates), direction);
85 initScanStateVectors(scanState, outVectors, MemoryManager::Get(*context));
86}
87
88void ScanRelTable::initLocalStateInternal(ResultSet* resultSet, ExecutionContext* context) {
89 ScanTable::initLocalStateInternal(resultSet, context);

Callers 8

skipInsertMethod · 0.45
scanMethod · 0.45
getNextTuplesInternalMethod · 0.45
lookupRangeMethod · 0.45
initSourceNodeScanStateFunction · 0.45
getNextTuplesInternalMethod · 0.45

Calls 2

copyVectorFunction · 0.85
setToTableMethod · 0.45

Tested by

no test coverage detected