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

Method initLocalStateInternal

src/processor/operator/cross_product.cpp:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace processor {
7
8void CrossProduct::initLocalStateInternal(ResultSet* resultSet, ExecutionContext* /*context*/) {
9 for (auto& pos : info.outVecPos) {
10 vectorsToScan.push_back(resultSet->getValueVector(pos).get());
11 }
12 localState.init();
13}
14
15bool CrossProduct::getNextTuplesInternal(ExecutionContext* context) {
16 // Note: we should NOT morselize right table scanning (i.e. calling sharedState.getMorsel)

Callers

nothing calls this directly

Calls 4

push_backMethod · 0.45
getMethod · 0.45
getValueVectorMethod · 0.45
initMethod · 0.45

Tested by

no test coverage detected